singletonpattern topic
List
singletonpattern repositories
UnitySingleton
381
Stars
54
Forks
Watchers
The best way to implement singleton pattern in Unity.
yaSingleton
159
Stars
10
Forks
Watchers
A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
ThreadsafeSingletonAndUnthreadsafeSingleton
18
Stars
7
Forks
Watchers
Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。
yaSingleton-Example-Project
15
Stars
0
Forks
Watchers
Example Project for yaSingleton. A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.