using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Controledopersonagem : MonoBehaviour
{
// Update is called once per frame
void Update()
{
transform.Translate(Vector3.forward);
}
}
Aparece um erro ao arrastar o script para o jogador!!! "Can't add script behaviour CallBackExecutor. The script needs to derive from MonoBehaviour!