Unity Roll-A-Ball Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Neil Boyle
Used 5+ times
FREE Resource
Student preview

20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Roll-A-Ball project, the script attached to the prefabs uses which of these to rotate the pickup?
transform.Scale()
transform.Spin()
transform.Translate()
transform.Rotate()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Unity, you can quickly duplicate an object using the keyboard shortcut ________.
CTRL+X
CTRL+D
CTRL+V
CTRL+C
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The "Is Trigger" option belongs to which component?
Transform
Box Collider
Player Input
Rigidbody
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the component that controls gravity and physics?
Box Collider
Rigidbody
NavMesh
Transform
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank to complete the line of code used in Roll-a-Ball: rb = rb = ____________<Rigidbody>();
BoxCollider
SetActive
Get
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you need actions to occur in sync with the physics engine, then you should place them in the ______() method.
EarlyUpdate
FixedUpdate
Update
LateUpdate
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Vector3 move = new Vector3(0,0,1); rb.________(move);
Create a free account and access millions of resources
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade