-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publishing Flow for heyVR.io #681
base: main
Are you sure you want to change the base?
Conversation
The documentation on how to publish PlayCanvas games on heyVR.io, as discussed in the meeting
Added a link to the newly created documentation page for heyVR.io
|
||
## Publishing Flow | ||
|
||
To publish your game on heyVR, You'll need to follow a few simple steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To publish your game on heyVR, You'll need to follow a few simple steps: | |
To publish your game on heyVR, you'll need to follow a few simple steps: |
2. Upload your game | ||
3. Publish! | ||
|
||
You can optionally integrate they [heyVR SDK][5] into your game, which will boost player engagement and grant you access to useful features such as leaderboards, cloud saves, matchmaking and more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can optionally integrate they [heyVR SDK][5] into your game, which will boost player engagement and grant you access to useful features such as leaderboards, cloud saves, matchmaking and more. | |
You can optionally integrate the [heyVR SDK](https://docs.heyvr.io/en/game-development/sdk) into your game, which will boost player engagement and grant you access to useful features such as leaderboards, cloud saves, matchmaking and more. |
heyVR.io is a publishing platform for WebXR games, giving you access to a global audience of hundreds of thousands of players across multiple devices. | ||
It offers a wide range of ready-to-use gameplay features to enhance your players' experience and enable you to start earning from your game through in-game content sales and advertisements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heyVR.io is a publishing platform for WebXR games, giving you access to a global audience of hundreds of thousands of players across multiple devices. | |
It offers a wide range of ready-to-use gameplay features to enhance your players' experience and enable you to start earning from your game through in-game content sales and advertisements. | |
[heyVR.io](https://heyvr.io) is a publishing platform for WebXR games, giving you access to a global audience of hundreds of thousands of players across multiple devices. It offers a wide range of ready-to-use gameplay features to enhance your players' experience and enable you to start earning from your game through in-game content sales and advertisements. |
Simply head over to the heyVR's [developer area][2] and register your developer account free of charge. | ||
After registration, you'll be able to create/manage your games. To read more, check out the documentations (link below). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simply head over to the heyVR's [developer area][2] and register your developer account free of charge. | |
After registration, you'll be able to create/manage your games. To read more, check out the documentations (link below). | |
Simply head over to the heyVR's [developer area](https://developer.heyvr.io) and register your developer account free of charge. After registration, you'll be able to create/manage your games. To read more, check out the [documentation](https://docs.heyvr.io). |
Once you have created your developer account, you'll need to download a web build of your application. | ||
The steps for this process are explained in details on the [Self-hosting][1] documentation page. | ||
Simply follow the steps for **Self-hosting on your own server** steps to acquire a **zip** file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you have created your developer account, you'll need to download a web build of your application. | |
The steps for this process are explained in details on the [Self-hosting][1] documentation page. | |
Simply follow the steps for **Self-hosting on your own server** steps to acquire a **zip** file. | |
Once you have created your developer account, you'll need to download a web build of your application. The steps for this process are explained in details on the [Self-hosting](/user-manual/publishing/web/self-hosting/#self-hosting-on-your-own-server) documentation page. Simply follow the steps for **Self-hosting on your own server** to acquire a **zip** file. |
Once you have the zip build, you can follow the step-by-step guide on [publishing a game][4] on heyVR. | ||
The guide includes all the steps, requirements and common questions regarding the publishing process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you have the zip build, you can follow the step-by-step guide on [publishing a game][4] on heyVR. | |
The guide includes all the steps, requirements and common questions regarding the publishing process. | |
Once you have the zip build, you can follow the step-by-step guide on [publishing a game](https://docs.heyvr.io/en/developer-area/publish-a-game) on heyVR. The guide includes all the steps, requirements and common questions regarding the publishing process. |
That's it! By now you should be able to see, view and test your game on heyVR. | ||
Once you're ready to make it publicly accessible, you can submit your game for review. | ||
The review process is to ensure that your game aligns with the [Publishing Guidelines][8] and is fully functional. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's it! By now you should be able to see, view and test your game on heyVR. | |
Once you're ready to make it publicly accessible, you can submit your game for review. | |
The review process is to ensure that your game aligns with the [Publishing Guidelines][8] and is fully functional. | |
That's it! By now you should be able to see, view and test your game on heyVR. Once you're ready to make it publicly accessible, you can submit your game for review. The review process is to ensure that your game aligns with the [Publishing Guidelines](https://heyvr.io/hc/legal/heyvr-io-publishing-policies) and is fully functional. |
|
||
### 4. SDK Implementation (optional) | ||
|
||
To further enrich the user experience and boost engagement to your game, you can use the [heyVR SDK][5] to implement additional features in your game. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To further enrich the user experience and boost engagement to your game, you can use the [heyVR SDK][5] to implement additional features in your game. | |
To further enrich the user experience and boost engagement to your game, you can use the [heyVR SDK](https://docs.heyvr.io/en/game-development/sdk) to implement additional features in your game. |
- Leaderboards | ||
- Cloud Saves | ||
- In-Game Purchases (both free & paid) | ||
- In-Game Advertisement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In-Game Advertisement | |
- In-Game Advertisements |
- In-Game Advertisement | ||
- Multiplayer | ||
|
||
A comprehensive guide on how to implement these features into your game is provided on heyVR's [Technical Documentation][5]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A comprehensive guide on how to implement these features into your game is provided on heyVR's [Technical Documentation][5]. | |
A comprehensive guide on how to implement these features into your game is provided on heyVR's [Technical Documentation](https://docs.heyvr.io/en/game-development/sdk). |
- [heyVR.io][6] | ||
- [Developer Area][2] | ||
- [heyVR Documentation][3] | ||
- [heyVR Support (Discord)][7] | ||
|
||
[1]: /user-manual/publishing/web/self-hosting/#self-hosting-on-your-own-server | ||
[2]: https://developer.heyvr.io | ||
[3]: https://docs.heyvr.io | ||
[4]: https://docs.heyvr.io/en/developer-area/publish-a-game | ||
[5]: https://docs.heyvr.io/en/game-development/sdk | ||
[6]: https://heyvr.io | ||
[7]: https://heyvr.io/discord | ||
[8]: https://heyvr.io/hc/legal/heyvr-io-publishing-policies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [heyVR.io][6] | |
- [Developer Area][2] | |
- [heyVR Documentation][3] | |
- [heyVR Support (Discord)][7] | |
[1]: /user-manual/publishing/web/self-hosting/#self-hosting-on-your-own-server | |
[2]: https://developer.heyvr.io | |
[3]: https://docs.heyvr.io | |
[4]: https://docs.heyvr.io/en/developer-area/publish-a-game | |
[5]: https://docs.heyvr.io/en/game-development/sdk | |
[6]: https://heyvr.io | |
[7]: https://heyvr.io/discord | |
[8]: https://heyvr.io/hc/legal/heyvr-io-publishing-policies | |
- [Developer Area](https://developer.heyvr.io) | |
- [heyVR Documentation](https://docs.heyvr.io) | |
- [heyVR Support (Discord)](https://heyvr.io/discord) |
Approving with a cluster of suggestions. |
@willeastcott Thanks for the edits, just wanted to check if this section of the guideline is deprecated? |
Yeah, I think we are gradually moving away from placing all links at the bottom. I should update the contributing guide. |
This PR adds a documentation page on how to publish PlayCanvas games on heyVR.io.
PS: The License Agreement file seems to have been deleted. Please provide a link to a new file if you'd like us to sign it before merging the PR, Thanks.
I confirm I have read the contributing guidelines and signed the Contributor License Agreement.