UnityCommunity / UnitySingleton

The best way to implement singleton pattern in Unity.
https://en.wikipedia.org/wiki/Singleton_pattern
MIT License
458 stars 61 forks source link

Add Singleton and MonoSingleton #9

Closed fcmz closed 11 months ago

fcmz commented 11 months ago

Change Singleton into MonoSingleton and add normal Singleton class.

hasanbayatme commented 11 months ago

Thank you!