Beginner Scripting - Conventions and Syntax

 Doing another scripting task this week for the extra credit and also to get more knowledge of Unity, I learned about how to properly read a compound item such as (transform.position.x), which was never actually taught to us in the Unity tutorials, we were just taught how to write them but not what they meant. As well as this, I learned the importance of indenting code, which is also useful for our web design module, and also comments in code and how to disable parts of code with the same comments. 



Comments