Unity Vector3 Guide for Newbies

What is a Vector3 A vector is something that has direction and magnitude. In Unity, vectors are divided based on dimensions. A three-Dimensional vector is called Vector3. A vector3 contains the magnitude and direction information for all 3 dimensions. In game development Vector 3 is mostly used to find the position of an object and … Continue reading Unity Vector3 Guide for Newbies