Fix starting Position upon entering Cospaces

I imported a 3D model. When I run Cospaces, I start inside the model. I’d like to fix my start position at the door, and then let players enter and go in whatever direction they choose.
How can I fix the start position?

Hi @Paul_Rayner,

If the CoSpace contains Camera object with a property “Use as main camera”, then the play mode will start from this camera point and view.
So you could place Camera object (if your space doesn’t contain any) at the desired position and set this property in the inspector and the space would start from this place.

Perfect - thanks for your detailed response.