Question by 
               NuclearTogekiss · Dec 25, 2016 at 05:17 AM · 
                movementvector3error message  
              
 
              Normalize(); help
i am getting this error "Cannot implicitly convert type 'void' to 'UnityEngine.Vector3' " which is specifically pointing to this line
movement = movement.Normalize();
movement is a vector3 and i would like to Normalize(); instead of .normalized as the latter is making player movement a little funky
               Comment
              
 
               
              Your answer