Question by
steven234234234 · Nov 22, 2015 at 09:40 AM ·
unity 5scripting problem
ERROR CS0649 help please guys
Startcoroutine (UpdatePath();{
IEnumerator UpdatePath () {
if (target == null) { //how can i correct it?
Coroh());
}
return false; }
}
}
Comment
Your answer
Follow this Question
Related Questions
How To refer to other Object's Components ? 0 Answers
My respawning script isn't working 0 Answers
Error `UnityEngine.Component' does not contain a definition 1 Answer
[SOLVED]Need OnTriggerEnter Help 2 Answers
Issues Cycling Through Weapons-C# 2 Answers