Posts by Rodrigo José • 11 points
1 post
-
1
votes0
answers74
viewsQ: I’m doing the game Nightmares from Unity and in the playerMovement script my character just doesn’t rotate looking at the mouse
This is my code, I thank you in advance for your help. using UnityEngine; public class PlayerMovement : MonoBehaviour { //velocidade do jogador public float speed = 6f; //vetor responsavel pelo…