OvrCanvas

Description

This is the component responsible for setting up the screen canvas UI of the OVER Experience to be published.

To avoid problems in the user experience, there is only a sub-part of the screen where custom UI can be placed.

Only one OvrCanvas can be set in the scene. If you try to include more than one, the original OvrCanvas will be removed.

The OvrCanvas prefab can be found in "Assets/Over/Over Assets" and has the following structure:

All the UI objects must be placed under the Panel, inside the mask of the PanelContainer.

If a UI object is placed outside the mask, it won't be rendered.

See the Over Canvas section for more details about how this impacts the user experience in the App.

Last updated