I'm having an issue when I load a saved game.
When the scene is loaded the camera seems to have been completely shifted. If I navigate around the environment and to a different scene, the camera is as it should be. If I return to the scene I loaded into the camera is restored. It only happens on the initial load.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
What are your AC/Unity versions, what is your camera type, and are you getting any related messages in the Console when this occurs?
Check that the active GameCamera has a Constant ID component attached - it's necessary for saving to work correctly.
Thanks Chris, I added the constant ID component to the Camera on a scene and that scene loads fine. I'll just add that now to all scenes.
Much appreciated that really helped.