Unity Debug

· 1 min read
int val = 100;
Debug.Log("normal log");
Debug.Log("normal log: " + val);
Debug.LogWarning("some warning");