'else' if(Input.GetAxis (axisName) > 0)
and this is the error:
Assets/scripting/walk.js(30,12): UCE0001: ‘;’ expected. Insert a semicolon at the end.
can somebody help me
sorry i am a noob
'else' if(Input.GetAxis (axisName) > 0)
and this is the error:
Assets/scripting/walk.js(30,12): UCE0001: ‘;’ expected. Insert a semicolon at the end.
can somebody help me
sorry i am a noob
Is this all, your code is incomplete.
If (I AM HUNGRY)
GO EAT SOMETHING;
Is the right way.
that’s not a good answer
Similar to your Question.
'else' if(Input.GetAxis (axisName) > 0)
DoAnything;// this line is missing close your if()
You missing a semicolin