Unity Roll-A-Ball Quiz

Unity Roll-A-Ball Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Neil Boyle

Used 5+ times

FREE Resource

Student preview

quiz-placeholder

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>();

GetComponent

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);

AddForce
Move
Force
AddMove

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?