Chapter 10, Moving Around, Collisions, and Keeping Score

Pop quiz – knowing which Unity methods to call

Q1

By changing the transform coordinates of the GameObject, or by adding Rigidbody to the GameObject and applying a force.

Q2

Unity highly recommends using the FixedUpdate() method.

Q3

First, in the Scene panel, a Projectile GameObject is created to be made into a Prefab. To get one into the running game, you have to instantiate the Prefab using the Instantiate() method.

Q4

The OnGUI() method.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.19.174