Ejemplo n.º 1
0
 public static void Log(string name, object value, bool skipActiveCheck = false, bool SkipLogging = false)
 {
     ValueDebugger.ValueLog(name, value, skipActiveCheck, SkipLogging);
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     instance = null;
 }
Ejemplo n.º 3
0
 void OnDestroy()
 {
     instance = null;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     instance = this;
     t        = GetComponent <Text>();
     Values   = new Dictionary <string, object>();
 }
Ejemplo n.º 5
0
 void Awake()
 {
     instance = this;
     t = GetComponent<Text>();
     Values = new Dictionary<string, object>();
 }