public static void Log(string name, object value, bool skipActiveCheck = false, bool SkipLogging = false) { ValueDebugger.ValueLog(name, value, skipActiveCheck, SkipLogging); }
void OnDestroy() { instance = null; }
void Awake() { instance = this; t = GetComponent <Text>(); Values = new Dictionary <string, object>(); }
void Awake() { instance = this; t = GetComponent<Text>(); Values = new Dictionary<string, object>(); }