Sunday 9 February 2020

Semester 2 Week 2 - Unity Tutorial 02




Hey what's up guys! 

Welcome back to semester 2 Multimedia module and the hell that waits us in the coding department.

Talking about hell...

As soon as I started doing the tutorials, these persistent pieces of errors kept popping up and preventing me from progress. The error detected are related to 'missing syntax' which are error commonly associated with missing commas or other components in the script.
I followed the tutorial down to the last detail but the errors still remains. It may be Unity itself having issues.

The whole process is going to take ages to fix but the tutorials should take too long in the future.


Just look at this... All the errors on the script files.
I checked the visual studio and it says 'No error detected' or something.
Great start to a new semester...

OK, I can sum up all the details of the tutorials in a short, summarized manner from what I understood:


The tutorials outline how to setup a player object (in this case, a vehicle.) to move forward with a script and by implementing 'RigidBody', bump into the obstacles on the road.

Importing assets, setting up scripts, adding components, fixing cameras, etc. we've all done those in the last semester so it's very easy to follow. In fact I think that this 2 hour tutorial can be shorten down to less than half an hour because many of the steps is too easy.

I'll have to re-download everything and start over. 
Good luck on your tutorials, project, etc.!

Zhen Li

No comments:

Post a Comment

Semester 2 Week 6 - Unity 6

Unity Tutorial 6 Alright there's something wrong with Unity today. For the tutorial, there a section that requires you to set up &qu...