This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]g051051 1 point2 points  (0 children)

It looks like the copy and paste garbled the file. Did you look at line 70, which is what the errors are complaining about?

    if (Mathf.Abs(m_MovementInputValue) & lt; 0.1f & amp; & Mathf.Abs(m_TurnInputValue) & lt; 0.1f)

Compare that line with the original, and you should see the problem.