Assets and player control quiz

11. What is the first step in the asset workflow process?

Import is the step in the asset workflow that adds assets into the Unity Editor.

12. Import is the step in the asset workflow that adds assets into the Unity Editor.

  • True
  • False

13. The distribute step in the asset workflow process involves giving users access to built files.

  • False
  • True

14. Image files, audio files, text and HTML are all examples of what?

Asset types

15. When importing assets into Unity, you can right-click in the Project window to begin the importing assets process.

  • True
  • False

16. Which tool in Unity helps you in relocating the position of your camera? Select the best answer.

  • Rect tool
  • Hand tool
  • Move tool
  • Scale tool

17. Which axes are used for adjusting the position of your camera in Unity? Select the best answer.

  • A, B and C axes
  • 1st, 2nd and 3rd axes
  • X, Y and Z axes
  • Left, right and center axes

18. A RigidBody is a component to simulate physics on 3D objects in Unity.

  • False
  • True

19. When naming a script, best practice says to use a capital letter for the first letter of each word and not to include spaces between words.

  • True
  • False

20. What is the purpose of the LateUpdate() method? Select the best answer.

  • This will rewrite the Update() method.
  • This will run after the Update() method runs.
  • This will replace the Update() method.
  • This will override the Update() method.

Leave a Reply