A question about appropriate workflow. I'm creating a game with multiple levels. Should I manually add the player prefab and camera to each scene and make sure the settings are the same, or should I set both of these as a prefab which is spawned at the start of each level so that I can control their settings centrally via a script?
↧