Hello again! I'm learning how to set up a camera and I've run into a problem - the camera, when placed inside the subscene, doesn't render anything, but I can't figure out how to link the camera outside the subscene to an entity inside the subscene.
I've tried following guides I've seen online for creating a GameObject that the camera can follow and then mirroring the entity's position with that GameObject, but I'm running into an issue in linking the entity and GameObject. I tried creating an Authoring file that can be placed on the Entity where I can author it with the desired GameObject and then give the GameObject the Entity it needs to follow, but I get a Scene Mismatch error (cross scene references are not supported.)
So, either I need to figure out a way to either get the camera to work while inside the subscene, or I need to find a way to pass data from something inside the subscene to something outside it. How can this be solved?