-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,68 @@ | ||||||||||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||||||||||
title: Hosting on heyVR.io | ||||||||||||||||||||||||||||||||||
sidebar_position: 7 | ||||||||||||||||||||||||||||||||||
--- | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
## 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
1. Create a developer account (assuming you don't have one yet) | ||||||||||||||||||||||||||||||||||
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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### 1. Create a developer account | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
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). | ||||||||||||||||||||||||||||||||||
Comment on lines
+21
to
+22
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### 2. Upload your game | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||
Comment on lines
+26
to
+28
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||
Comment on lines
+30
to
+31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### 3. Publish! | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||
Comment on lines
+35
to
+37
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
### 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
The SDK offers the following features and more: | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
- User Management | ||||||||||||||||||||||||||||||||||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
- 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
## Useful Links | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
- [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 | ||||||||||||||||||||||||||||||||||
Comment on lines
+56
to
+68
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
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.