Introduction to Unity Meetup 5

Introduction to Unity Meetup 5

4th Grade - Professional Development

18 Qs

quiz-placeholder

Similar activities

UK GEOGRAFI PENERBANGAN DOMESTIK

UK GEOGRAFI PENERBANGAN DOMESTIK

11th Grade

20 Qs

Exam No. 1 Theory of the business

Exam No. 1 Theory of the business

University

20 Qs

MLD Handbook Quiz

MLD Handbook Quiz

9th - 12th Grade

17 Qs

OBE Quiz

OBE Quiz

Professional Development

21 Qs

Soal PTS SBdP kelas 6 Sem 2

Soal PTS SBdP kelas 6 Sem 2

6th Grade

20 Qs

Pro quiz

Pro quiz

University

20 Qs

The Lowell Mill Girls

The Lowell Mill Girls

6th - 11th Grade

15 Qs

Computer System Servicing: Occupational Health and Safety

Computer System Servicing: Occupational Health and Safety

10th Grade - University

15 Qs

Introduction to Unity Meetup 5

Introduction to Unity Meetup 5

Assessment

Quiz

Education

4th Grade - Professional Development

Practice Problem

Medium

Created by

Nicolas Barone

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

The code below executes in the enemy red ball's script. Which direction will the enemy move when its code below executes? (See live stream for enemy's and player's ball locations in space)


enemyRb.addForce(transform.position - player.transform.position));

Toward player

Away from player

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

[NEW] The code below is in the red ball's script, and we know the yellow ball moves at 1 meter per second. Will the red ball and the yellow ball move at the same speed? (See live stream for visualization of the red and yellow balls' position and speed)


transform.Translate((transform.position - player.transform.position)*Time.deltaTime)

Yes they will move at the same speed

No they will not move at the same speed

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

[NEW] The code below is in the red ball's script, and we know the yellow ball moves at 5 meters per second. Will the red ball and the yellow ball move at the same speed? (See live stream for visualization of the red and yellow balls' position and speed)


transform.Translate((transform.position - player.transform.position).normalized*Time.deltaTime*5)

Yes they will move at the same speed

No they will not move at the same speed

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

If I change the color of the prefab will it affect the instance as well?

Yes

No

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

If I change the color of the instance will it affect the prefab as well?

Yes

No

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which axis does the sphere move towards when it executes the code below? (See live stream for visualization of axes)


transform.Translate(transform.right);

Global +X Axis

Local +X Axis

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which axis does the sphere move towards when it executes the code below? (See live stream for visualization of axes)


transform.Translate(Vector3.right);

Global +X Axis

Local +X Axis

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?