reedv / 3D-Holo-Golf

Augmented reality beer pong with the Microsoft Hololens
0 stars 1 forks source link

multiple instances of SettingsManager singleton #35

Open reedv opened 7 years ago

reedv commented 7 years ago

Every time you go back to main menu from a game, the unity editor shows that another instance of the SettingsManager GameObject is created (attempting to instantiate another SettingsManager component where should be singleton). Does not seem to actually use these duplicates, but they still build up and could be a problem in terms of wasted memory.