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.
- Host: GitHub
- URL: https://github.com/mr-sb/unitysingleton
- Owner: Mr-sB
- License: mit
- Created: 2020-03-12T11:07:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T12:56:34.000Z (about 4 years ago)
- Last Synced: 2025-02-17T09:34:39.937Z (over 1 year ago)
- Topics: singleton, unity
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.