hello, I can't see my player when i press play i don't know if the problem is my script or not.
using System.Collections; using System.Collections.Generic; using UnityEngine;
public class playercontroller : MonoBehaviour {
// Use this for initialization
void Start () {
transform.Translate(vector3.forward);
}
// Update is called once per frame
void Update () {