Helloo All
I am jumping around to all different scenes. I don’t have a character controller only a Camera that I am navigating with
So when I go back to a scene I want the Camera in the same place I left it…
I have tried the DontDestroyOnLoad on my Camera - but it doesn’t work ( or I’m doing something wrong)
void Awake() {
DontDestroyOnLoad(transform.gameObject);
}
Thanks
~be