On heyVR, there are specific requirements for a game to be approved and publicly published. To ensure that you experience a smooth publishing flow, please read the following page.
Each game must adhere to a certain set of non-technical practices to be published publicly. Don't worry, the list is very simple!
Developers are not allowed to violate a user's privacy in any way. This includes but not limited to the following:
Games are not allowed to include nudity or NSFW content. This includes both textual and visual content. Such games will not be approved for publish.
Games are not allowed to include profanity. Such games will not be approved for publish.
Games are not allowed to perform any direct in-game transactions. In case you decide to sell something in-game, you can use our Inventory API and coin system.
To publish a game on the heyVR platform, a game must meet a set of simple technical requirements.
The maximum upload size for a game build is 300MB at the moment. This size might be adjusted.
An uploaded game build should include an index.html
at its root, or it should include a single directory that has an index.html
file at its root. This file is the entry point for your game and will be served to all the players.
Games are not allowed to include executable files such as exe
, php
, py
, cgi
and so on.
Developers must review and test their games before submitting it to be reviewed. Please experiment with your game and take a look at your browser console to make sure everything works fine.
Games should not directly access our APIs. If you need a feature, it's probably includes in the SDK. Otherwise, it's not intended for external use by games.