Projector Surface

Defines a surface that can be used to project screen-shares to. It cannot be used to display any other form of media.

In Unity EditorUser's Perspective
screenshot of the game object in the unity editorscreenshot of the projector surface from the user's perspective

Properties

PropertyDescription
SizeDetermines the total size of the surface. The surface has a fixed 2:1 aspect ratio and is not affected by the transforms scale.
Dots VisibleWhen checked there will be a dot pattern visible across the surface in spatial. If left unchecked the surface will be invisible.

How To Use

Setting up the project surface in a scene is easy. Just create one in your scene, put it in the right spot, and size it up.

How to share your screen inside Spatial

Limitations

You can only place 1 projector surface in an environment.