I have 100 scenes, each scene has a camera, but I want only the camera from scene 1 to exist in each scene that I appear in.
I use the function DontDestroyOnLoad() to make the camera exist in each scene but I always find my self with another camera that I don't want.
Any ideas? thank you in advance.