1. Summary …
Okay, so I still don’t totally understand the GetComponent function. I’ve tried using it in a script but I’m doing something wrong and I don’t…
Above is unity tutorial. Below is my screencast on youtube. What I learned I learned how to use OnMouseDown when clicking on objects. Using OnMouseDown…
It’s the same as GetButton and GetKey. I’m not sure how I’m suppose to show my work for this. First off though, there is a…
In this video there is nothing to create that will show that I did the video that wouldn’t take too long. The video basically explains the…
What I learned I learned how to use .LookAt with void Update to make a camera, or an object, look at another object where ever…
The above video is the tutorial I used. The video below is my screencast of what I created uploaded to unity. Code I created: What…
What I learned I learned how to disable and enable components by using script. In my video, it is set up so everytime I click…
What I learned I learned the difference between Update and FixedUpdate. Update is called upon every frame, some will take longer, so the time between…
What I learned -I learned how to use the functions Start and Awake. Awake is called when the scene begins, even if the code is…