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