Ejemplo n.º 1
0
 public override void Awake()
 {
     instance = this;
     profilers = new List<DebugProfiler>();
 }
Ejemplo n.º 2
0
 static public RenderDebugger GetInstance()
 {
     if (instance == null)
         instance = new RenderDebugger();
     return instance;
 }