Sempre que tento botar os comandos para o jogador aparece erro. o que faço? using System.Collections; using System.Collections.Generic; using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
// Update is called once per frame
void Update() {
transform.translate(Vector3.foward);
}
;