placeholder image to represent content

Unity 3 D create with code lesson 1 and 2

Quiz by Asmaa Awan

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
11 questions
Show answers
  • Q1
    What is the purpose of the Unity Editor?
    To build and design games
    To store game assets
    To play games
    To test games
    30s
  • Q2
    What is a GameObject in Unity?
    A piece of code
    An object in a game scene
    A user interface element
    A 3D model
    30s
  • Q3
    What is the purpose of a script in Unity?
    To add behavior and functionality to GameObjects
    To import assets
    To design game scenes
    To create 3D models
    30s
  • Q4
    What is a component in Unity?
    A modular piece of functionality that can be added to GameObjects
    A physics engine
    A 2D sprite
    A sound effect
    30s
  • Q5
    In Unity 3D, what does the Update() function do?
    The Update() function is used to end the game and return to the main menu.
    The Update() function is called once per frame and is used for regular updates and gameplay logic.
    The Update() function is responsible for rendering the game graphics.
    The Update() function is used to handle user input in Unity 3D.
    30s
  • Q6
    What is the purpose of a Rigidbody component in Unity 3D?
    A Rigidbody component is used to create particle effects in Unity 3D.
    A Rigidbody component is used to handle user input in Unity 3D.
    A Rigidbody component is used to give game objects realistic physics behavior and interactions.
    A Rigidbody component is used to play audio clips in Unity 3D.
    30s
  • Q7
    What is the purpose of the OnCollisionEnter function in Unity 3D?
    The OnCollisionEnter function is used to end the game and return to the main menu.
    The OnCollisionEnter function is used to handle user input in Unity 3D.
    The OnCollisionEnter function is responsible for rendering the game graphics.
    The OnCollisionEnter function is called when a collision between two objects is detected.
    30s
  • Q8
    What is the purpose of the OnTriggerEnter() function in Unity 3D?
    The OnTriggerEnter() function is used to handle user input in Unity 3D.
    The OnTriggerEnter() function is responsible for rendering the game graphics.
    The OnTriggerEnter() function is called when a game object enters a trigger collider.
    The OnTriggerEnter() function is used to end the game and return to the main menu.
    30s
  • Q9
    What is the purpose of the OnCollisionExit function in Unity 3D?
    The OnCollisionExit function is called when a collision between two objects ends.
    The OnCollisionExit function is responsible for rendering the game graphics.
    The OnCollisionExit function is used to end the game and return to the main menu.
    The OnCollisionExit function is used to handle user input in Unity 3D.
    30s
  • Q10
    Which of the following statements is true about Unity 3D?
    It is a website builder
    It is a game development engine
    It is a video editing software
    It is a programming language
    30s
  • Q11
    In Unity 3D, what does the term 'GameObject' refer to?
    A component that controls audio
    An object in the game scene
    A specific type of script
    A tool for designing levels
    30s

Teachers give this quiz to your class