Unity Tutorial 4

 Unity 04

For this weeks task in unity I started a new project called Jump Force. I had to follow along with the instructor once again which was fine but my unity did not want to work with me this week, I ran into a problem about halfway into the tutorial where my Spawn Manager script would not go onto my obstacle. It was so frustrating as my code was all fine but I just could not figure out why it would not let me apply it. I ended up missing the deadline for the submission because of this and in my frustration I gave up on it until today. I restarted it from the beginning and managed to get through it...finally.

While I didn't learn what was causing the problem I was having the first time around I did learn some new things in Unity and C#. I learned some new methods and made some new variables. I learned how to apply constraints to my character so they would not fall off their axes when they got hit by an object. The tutorial also thought me about the Bool data type, which is a true or false statement.

I feel like the tutorials are easy to follow along with and that I am learning something with every lesson that I do , I just hope that when the time comes I will remember all of this.  

No comments:

Post a Comment

Unity Tutorial 9

 More Unity I have been a small bit behind on developing my game and have only got round to doing some actual work on it today, I have the s...