Tag: EditorWindow
-
Unity Tool: Scene Selector

(TLDR at bottom) I structured one of the games in such a way that most Unity scenes really only have the level information in them. Mostly environment models, but also pickups, enemies and such stuff, but no scripts regarding the player or any input or managers / controllers. Those were all in a “Main” scene…