Zeeblur / ForkliftFrenzy

0 stars 1 forks source link

Singleton Pattern #8

Closed Zeeblur closed 7 years ago

Zeeblur commented 7 years ago

Commit made here: https://github.com/Zoeoeh/ForkliftFrenzy/commit/4572ad6425c510e8ba6f00b55d96c41026d49716

File GameManager.cs contains a "singleton" pattern. This is not correct. It is implemented wrong. See for help http://wiki.unity3d.com/index.php/Singleton

I would suggest that it is unnecessary to use in this instance anyway.

MNewbigging commented 7 years ago

Removed singleton pattern stuff - unnecessary as suggested.