Closed Zeeblur closed 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.
Removed singleton pattern stuff - unnecessary as suggested.
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.