All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.
We're no longer accepting submission of 32-bit Oculus Quest apps. Any new or updated Oculus Quest application needs to be 64-bit. Please contact Oculus if you are unable to comply with this policy. Oculus Go and Gear VR apps will not be affected by this change.
The OVR Screenshot Wizard allows you to easily export a 360 screenshot in cubemap format.
Cubemap previews may be submitted with applications to provide a static in-VR preview for the Oculus Store. For more information, see the Oculus Content Guidelines.
You may also use OVRCubemapCaptureProbe to take a 360 screenshot from a running Unity app.


When you import the Oculus Utilities OVRScreenshotWizard into your project, it will add a new Tools pull-down menu to your menu bar. Select Tools > Oculus > OVR Screenshot Wizard to launch the tool.
By default, the screenshot will be taken from the perspective of your Main Camera. To set the perspective to a different position, assign any Game Object to the Render From field in the Wizard and click Render Cubemap to save.
The generated cubemap may be saved either as a Unity Game Object, or as a horizontal 2D atlas texture in PNG or JPG format with the following face order (Horizontal left to right): +x, -x, +y, -y, +z, -z.

Render From: You may use any Game Object as the “camera” that defines the position from which the cubemap will be captured.
To assign a Game Object to function as the origin perspective, select any instantiated Game Object in the Hierarchy View and drag it here to set it as the rendering position in the scene. You may then position the Game Object anywhere in the scene.
If you do not specify a Game Object in this field, the screenshot will be taken from the Main Camera.
Size: Sets the resolution for each “tile” of the cubemap face. For submission to the Oculus Store, select 2048 (default, see Content Guidelines for more details).
Save Mode
Cube Map Folder: The directory where OVR Screenshot Wizard creates the Unity format Cubemap. The path must be under the root asset folder “Assets”
Texture Format: Sets the image format of 2D atlas texture (PNG or JPEG).
Render Cubemap: Click the button to generate cubemap.