Tuesday, February 26, 2013

More Coding

So I've actually been working on a combination of codecademy and watching a very useful Digital tutors video on coding in Unity.
http://www.digitaltutors.com/11/training.php?vid=12817&autoplay=1
http://www.codecademy.com/courses/javascript-beginner-en-NhsaT/0?curriculum_id=506324b3a7dffd00020bf661#!/exercises/4

I finished my rock paper scissors game and now I am learning about the different kinds of loops, such as for and while. In the digital tutors video, it discusses the basics of coding in Unity and points out a few of the differences between regular javascript and Unity's. It taught me how to make a simple move and jump script, along with tips on making your own scripts. Also, it really shows the importance of using the Unity script reference religiously to answer any questions. For the video tutorial, I'm just taking a bunch of notes and trying to absorb as much information about Unity scripting as I can.

No comments:

Post a Comment