Unity Game Development Basics # 4

Unity Game Development Basics # 4

Assessment

Flashcard

Other

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the first method mentioned for making the camera follow the player?

Back

Parenting the camera to the player

2.

FLASHCARD QUESTION

Front

What issue arises when the camera is parented directly to the player?

Back

The camera rotates with the player.

3.

FLASHCARD QUESTION

Front

What Unity feature allows game objects to be nested?

Back

Parent-child hierarchy

4.

FLASHCARD QUESTION

Front

How do we make the camera follow the player without parenting?

Back

By writing a script

5.

FLASHCARD QUESTION

Front

Why is it better to use a script to make the camera follow the player instead of parenting?

Back

It prevents the camera from rotating with the player

6.

FLASHCARD QUESTION

Front

What is needed in the script to set the camera's position to the player's?

Back

A Transform reference to the player

7.

FLASHCARD QUESTION

Front

What is the purpose of the 'Transform' data type in the script?

Back

To store a reference to the player's position, rotation, and scale

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?