Пример #1
0
 public override void Awake()
 {
     instance = this;
     profilers = new List<DebugProfiler>();
 }
Пример #2
0
 static public RenderDebugger GetInstance()
 {
     if (instance == null)
         instance = new RenderDebugger();
     return instance;
 }