Better way to use Debug Logs in Unity

Опубликовано: 30 Март 2026
на канале: blazeDev
858
18

You probably know Debug.Log function in Unity but can you use it in more comfortable way? Writing only message as argument can be misleading sometimes so you should also write gameObject as your second parameter. Using this, Unity will show you from which object this message was logged.

#unity #tips #shorts