An open API service indexing awesome lists of open source software.

https://github.com/mr-sb/unitysingleton

Include MonoBehaviour Singleton and Generic Singleton. Safe, lazy and fast.
https://github.com/mr-sb/unitysingleton

singleton unity

Last synced: about 1 month ago
JSON representation

Include MonoBehaviour Singleton and Generic Singleton. Safe, lazy and fast.

Awesome Lists containing this project

README

          

# UnitySingleton
Unity Singleton. Include MonoBehaviour Singleton and Generic Singleton.

## Feature
* MonoBehaviour Singleton will not cause error in editor mode.
* Generic Singletons are lazy, thread safe and fast.