Hi, I’ve just started with unity 2 days ago, and I’m wondering if there’s something like console.log method or printf so that I can see outputs of different variables in a console?
That would help me learn faster, but I didn’t find anything exact in documentation. Thanks!
Debug.Log, Debug.LogError, and Debug.LogWarning - though I’m fairly certain they only work with MonoDevelop, so if you use Visual Studio you’ll need to switch.