Unity Semester 1 - Quiz 1

Unity Semester 1 - Quiz 1

7th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Synfig Quiz 1

Synfig Quiz 1

8th Grade

10 Qs

Chapter 1. Introduction to OOP Concepts

Chapter 1. Introduction to OOP Concepts

9th - 10th Grade

10 Qs

Тест по Unity 3d для студентов академии top

Тест по Unity 3d для студентов академии top

9th - 12th Grade

12 Qs

Unity Semester 1 - Quiz 2

Unity Semester 1 - Quiz 2

7th - 9th Grade

10 Qs

Introduction to Unity Meetup 6

Introduction to Unity Meetup 6

1st Grade - Professional Development

15 Qs

Unity Semester 3

Unity Semester 3

9th - 12th Grade

15 Qs

Аскаров Тимур

Аскаров Тимур

5th - 8th Grade

10 Qs

Java Test 1

Java Test 1

10th 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?