SendMessage To Other GameObject in Unity -- SendMessage v.s. SendMessageTorward v.s. BroadcastMessage in Unity

 SendMessage To Other GameObject in Unity --  SendMessage v.s. SendMessageTorward v.s. BroadcastMessage in Unity


introduction:
Do you remember about GameObject in Unity.
You can create lots of objects in Unity.

Comments

Popular posts from this blog

GameObject.SetActive() v.s. GameObject.active

output message to Unity Console - Debug.Log() v.s. Debug.LogWarning() v.s. Debug.LogError() v.s. print()