In my Player Camera Controller script i have a function to lock my mouse in my “Game” Scene:
Cursor.lockState = CursorLockMode.Locked;
But when i start at the Menu scene it is locked too, while i don’t have anything calling that in that scene.
Does anyone knows a solution?