Unity Transform explained and how to use it in scripting
When you add a game object in the Unity scene, the first thing that you notice in the inspector window is the Transform component. Unity transform defines the position, rotation, and scale of a game object in the 3D world. Transform is the most basic, yet important component to know while learning Unity. You cannot … Read more