Unity Movement

Unity Movement

10th Grade

13 Qs

quiz-placeholder

Similar activities

Unity Interface Review

Unity Interface Review

9th - 12th Grade

10 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

PhotoShop CC18 Projects 1 and 2

PhotoShop CC18 Projects 1 and 2

10th - 12th Grade

10 Qs

GAME MASTERS - P02 S01

GAME MASTERS - P02 S01

9th - 12th Grade

10 Qs

Boolean logic

Boolean logic

10th - 12th Grade

12 Qs

Basic Logic Laws

Basic Logic Laws

8th - 12th Grade

17 Qs

Inkscape Glossaries

Inkscape Glossaries

7th - 10th Grade

13 Qs

Programming - Test Data

Programming - Test Data

3rd - 11th Grade

10 Qs

Unity Movement

Unity Movement

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Ashley Lilly

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What three types of values do the Transform's Position, Rotation and Scale settings all have in common?

X, Y, Z

A, B, C

Width, Height, Depth

Speed, Velocity, Acceleration

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

.Which of the following values are valid changes in the X or Y position when calling the Translate() function?

1.0f

-1.0f

0.0f

All of these are true

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following Translate() values for changes in the X or Y position will move the sprite a larger distance (more rapidly) across the screen?

-1.0f

0.5f

1.0f

-0.01f

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many degrees are in a full circle?

45

90

180

360

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following Rotation settings is most likely to be used to spin an object in a 2D game?

X

Y

Z

localScale

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following function calls will successfully rotate a sprite in a 2D Unity game?

transform.Rotate(0, 0, 1.0f);

transform.Rotate(0, 0, -3.0f);

transform.Rotate(0, 0, 5.0f);

All of these will work, just with different directions and angles

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the "left" arrow key is assigned to the Negative Button on the Horizontal axis, what kind of value will be produced when the user presses the left arrow key?

Negative

Positive

Very Large

0

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?