Unity Semester 1 - Quiz 1

Unity Semester 1 - Quiz 1

7th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Unity Kodland

Unity Kodland

9th Grade

6 Qs

Unity 4 ДЛЯ ВСЕХ!

Unity 4 ДЛЯ ВСЕХ!

5th Grade - University

10 Qs

Roll-A-Ball Review (Part 2)

Roll-A-Ball Review (Part 2)

9th - 12th Grade

14 Qs

06_Tron Worksheet

06_Tron Worksheet

9th - 12th Grade

10 Qs

Unity Coding Concepts and Input Handling

Unity Coding Concepts and Input Handling

6th - 8th Grade

11 Qs

Unity Quiz

Unity Quiz

10th - 12th Grade

15 Qs

Unity Game Developer

Unity Game Developer

10th - 12th Grade

15 Qs

Unity Interface Basics 101

Unity Interface Basics 101

9th - 12th Grade

15 Qs

Unity Semester 1 - Quiz 1

Unity Semester 1 - Quiz 1

Assessment

Quiz

Computers

7th - 10th Grade

Easy

Created by

Giganci Ang

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's the name of the unity window where we can find all the elements present in the scene?

Project

Hierarchy

Scene

Inspector

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When is the FixedUpdate() method executed?

Every frame

Every tick of the physics engine

Only at the beginning of the game

When the character is destroyed

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the name of the option in the collider which causes a method to be executed when entering a collider but not actually physically colliding with it?

IsTrigger

AngularDrag

Math.Clamp

Coroutine

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which method adds force to an element to make it move?

rigidbody.AddForce()

rigidbody.AddStrength()

collider.AddForce()

collider.AddStrength()

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the transform element used for?

To set the speed of an object

To set a mass of an object

To set position, rotation and scale of an object

To change the costume of the object

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this piece of code do?

transform.Rotate (new Vector3 (0, 0, 45) );

Rotates the object around the X axis

Rotates the object around the Y axis

Rotates the object around the Z axis

Moves the object along the Z axis

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When is this method executed?

OnTriggerEnter2D()

When the object is created

When the elements collide and one of them has collider of type trigger

When jumping

When the element is destroyed

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?