Game Dev Intraclub Activity

Game Dev Intraclub Activity

University

30 Qs

quiz-placeholder

Similar activities

Robotics II - Final Exam

Robotics II - Final Exam

12th Grade - University

25 Qs

1.2.5 - Engineering Technicians and Tradespeople

1.2.5 - Engineering Technicians and Tradespeople

10th Grade - University

28 Qs

ECE420 - Q1 FINALS

ECE420 - Q1 FINALS

University

30 Qs

CE Orientation Final Term Quiz

CE Orientation Final Term Quiz

University

30 Qs

Exploring Physics and Signal Systems

Exploring Physics and Signal Systems

University

30 Qs

Geomatics CH3

Geomatics CH3

University

26 Qs

ARM Instruction Set Quiz

ARM Instruction Set Quiz

University

25 Qs

Programming Lab Quiz

Programming Lab Quiz

University

25 Qs

Game Dev Intraclub Activity

Game Dev Intraclub Activity

Assessment

Quiz

Engineering

University

Hard

Created by

Afnan Sayyad

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Unity component is used to apply physics to the bird GameObject ?

BoxCollider2D

Rigidbody2D

SpriteRenderer

Animator

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What Unity method is used to check for collisions in a 2D environment?

OnTriggerEnter

OnCollisionEnter2D

FixedUpdate

Update

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Unity component is responsible for rendering the visual representation of the bird GameObject?

Animator

Rigidbody2D

BoxCollider2D

SpriteRenderer

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What Unity method is commonly used to update the GameObject's position every frame?

Update

FixedUpdate

OnCollisionEnter2D

LateUpdate

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Unity component allows the bird GameObject to detect triggers in a 2D space?

BoxCollider2D

Rigidbody2D

CircleCollider2D

PolygonCollider2D

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Unity Input method is commonly used for detecting arrow key presses?

Input.GetAxis

Input.GetKey

Input.GetButton

Input.GetKeyDown

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How is movement speed adjusted dynamically in the game?

Using a public speed variable multiplied by Time.deltaTime

Using a physics material

Changing the frame rate of the game

By modifying the Rigidbody mass

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?