Introduction to Unity Meetup 5

Introduction to Unity Meetup 5

4th Grade - Professional Development

18 Qs

quiz-placeholder

Similar activities

ELEMEN AUDIO 4K

ELEMEN AUDIO 4K

KG - 10th Grade

15 Qs

Google Meets/Classroom

Google Meets/Classroom

3rd - 8th Grade

15 Qs

Quiz Instalasi Audio

Quiz Instalasi Audio

12th Grade

15 Qs

UjiCoba KD. Kabel-Interkoneksi

UjiCoba KD. Kabel-Interkoneksi

12th Grade

13 Qs

Penilaian Akhir Semester T I K Kelas 4 SD

Penilaian Akhir Semester T I K Kelas 4 SD

4th Grade

20 Qs

Quiz: Dale's Cone of Experience

Quiz: Dale's Cone of Experience

Professional Development

20 Qs

Tema 3 Natural Science 5º

Tema 3 Natural Science 5º

5th Grade

18 Qs

23_Display Interface

23_Display Interface

12th Grade

18 Qs

Introduction to Unity Meetup 5

Introduction to Unity Meetup 5

Assessment

Quiz

Education

4th Grade - Professional Development

Medium

Created by

Nicolas Barone

Used 4+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?