Create an Interaction Rig



Last updated
In order for the plugin to work properly you need to convert the standard camera into Zoe's Interaction Rig. There are two ways of doing this:
a) In the camera's Inspector, click on the Convert into Interaction Rig (IO) button;
b) Or right-click the standard Unity camera in a scene and select Zoe > Convert into Interactive Rig.


Note that when the camera is converted, two new elements can be seen in the scene:
InteractionRig (IO): this is the element representing the user in the experience. You can change its position, customize controllers and raycast as well as set the navigation mode (more details here).
S_RenderingCamera: this is the actual camera rendering, you should only modify it if you want to change the Flags Clear or add post-processing effects. Do not change its position as it will automatically follow the rig at runtime.

Last updated