Debugging: Diving Into Debug.Log

preview_player
Показать описание
Taking a closer look at Debug.Log (along with LogWarning and LogError). Learn some of the extended abilities of these methods, and how they can help you narrow down issues that may occur in your code.

Support Board to Bits on Patreon:
Рекомендации по теме
Комментарии
Автор

why do i keep getting "debug" does not contain definition for "log"', i already checked and i dont have any other .cs file named debug or anything, plz help... thanks in advance

biccsdev
Автор

I've been trying to figure out why \n doesn't work in my Debug.Log() output. When I have \n, the console output just prints out to where I had \n in the message and the rest of the output is missing. How do you spread a message across multiple lines in the console? I've been searching online in multiple places for hours and I'm getting furious at how such a simple thing is impossible to figure out.

StygianStyle