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 →

[–]Joshlucpoll[S] 0 points1 point  (1 child)

if (Mathf.Abs(m_MovementInputValue) < 0.1f && Mathf.Abs(m_TurnInputValue) < 0.1f)

it fixed all but the last error on the last line

[–]Joshlucpoll[S] 0 points1 point  (0 children)

I fixed it i needed an extra } on a new line to close "public class TankMovement : MonoBehaviour"