Question by
Warfighter12 · Sep 20, 2015 at 05:42 PM ·
parsing error
Parsing Error
using UnityEngine;
using System.Collections;
public class CameraRunner : MonoBehaviour{
public Transform player;
void update() }
{Transform.position = new new Vector3 (Player.position,x 0, 0, -10)
}
its says that i have a parsing error and this is also the error !
screenshot-1.png
(155.9 kB)
Comment
Line 8 ends in a closing brace, not an opening one.
Your answer
Follow this Question
Related Questions
Unity parsing error 0 Answers
please fix parsing error 1 Answer
How do i fix this parsing error? 0 Answers
CS8025 Parsing Error 0 Answers