Unity Tutorial 02

Unity Technologies Logo. Web Source: Wikimedia

In this week's tutorials, I learned how to insert a sound onto an object in Unity and I also learned how to make this sound go off when the character walks into it, by doing this, the object deletes. I learned more about the scripting that goes along with making each of these happen. I learned all about colliders and how they can come in different shapes and sizes. 

I learned how to bring water into the game and how to make a 3D cube object in the game into a wall by stretching it out, I applied textures to this wall also. 

I learned how to bring a cursor into Unity and I learned about the canvas within unity. Ray Cast is something I've never heard of before this tutorial. I learned how to put a target into the game and how to put it on the FirstPerson Controller. 

I found the scripting a bit difficult simply because I am not used to the language used in it. The scripting is very case sensitive. The second tutorial was a lot harder to follow than the first one because there was a lot of complicated scripting involved. I found it really handy that the Unity Console tells you if there is an error in your code once you click back into the game after scripting.

Comments