Unity Movement

Unity Movement

10th Grade

13 Qs

quiz-placeholder

Similar activities

Logic Gates

Logic Gates

7th - 11th Grade

15 Qs

Unity_Prototype_1_Quiz

Unity_Prototype_1_Quiz

9th - 12th Grade

10 Qs

OCR J277 2.4 Boolean Logic MCQ (Quiz 1)

OCR J277 2.4 Boolean Logic MCQ (Quiz 1)

10th - 11th Grade

12 Qs

3DS Max Unit 2

3DS Max Unit 2

9th - 12th Grade

9 Qs

p5 3d mode

p5 3d mode

9th - 12th Grade

10 Qs

PhotoShop CC18 Projects 1 and 2

PhotoShop CC18 Projects 1 and 2

10th - 12th Grade

10 Qs

Computer science paper 2

Computer science paper 2

10th Grade

15 Qs

06_Tetris Worksheet

06_Tetris Worksheet

9th - 12th 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?