I just installed Unity 5.3.4f and started working on the Tanks Tutorial, once I got to the part of making changes to the Tank movement script I keep getting
I double checked the script several times, but can’t find the issues.
I just installed Unity 5.3.4f and started working on the Tanks Tutorial, once I got to the part of making changes to the Tank movement script I keep getting
I double checked the script several times, but can’t find the issues.
You have a “}” less on line 75, insert it
You have an extra { on line 68
And one extra on line 85, don’t insert anything
Useful tip:
You need to really find your “{}” style, because it’s all messed up and for this reason, there are failiurs
Thank you so much for the tips, everything is working now