Unity 3 D create with code 2
Quiz by Asmaa Awan
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1Which method is used to move a GameObject in Unity?InstantiateRotateTranslateScale30s
- Q2How do you create a new GameObject in Unity?ScaleTranslateInstantiateRotate30s
- Q3Which component is used to control the movement of a GameObject in Unity?ColliderRigidbodyTransformMeshRenderer30s
- Q4Which programming language is commonly used to script behavior in Unity?PythonC++C#Java30s
- Q5In Unity, what does the term 'prefab' refer to?A script that controls game behaviorA particle effect systemA 3D model used for renderingA pre-configured GameObject that can be reused30s
- Q6What is the purpose of a collider component in Unity?To detect collisions with other objectsTo apply physics-based forcesTo manipulate the scale of a GameObjectTo render 3D models30s
- Q7Which Unity component is responsible for rendering a 3D model?MeshRendererRigidbodyTransformCollider30s
- Q8What is the purpose of the Start() method in Unity?To define the graphical user interfaceTo handle user input eventsTo initialize variables or set up functionality at the beginning of the gameTo update the game logic every frame30s
- Q9What is the purpose of the Update() method in Unity?To initialize variables or set up functionality at the beginning of the gameTo define the graphical user interfaceTo update the game logic every frameTo handle user input events30s
- Q10What is a scriptable object in Unity?A tool for creating AI behaviorA built-in asset in UnityA component used for rendering graphicsA data container that can be easily saved, loaded, and shared30s