youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Fixed duplicate creation of LevelSettings. #35

Closed ghost closed 4 years ago

ghost commented 4 years ago

Removed the LevelSettings game object from the MainMenu scene. It now gets created programmatically by the singleton getter at the very first call to Start() on the StartButton. Concerns #33 .