Unity Scripting and Transformations

Unity Scripting and Transformations

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Design and Fab Final Part 2

Design and Fab Final Part 2

9th Grade

21 Qs

StudioWorks #2

StudioWorks #2

10th Grade

20 Qs

Adobe Illustrator Certification Test--Review 1

Adobe Illustrator Certification Test--Review 1

9th - 12th Grade

20 Qs

InDesign Tutorials - Adding Text 2025 revised

InDesign Tutorials - Adding Text 2025 revised

9th Grade

12 Qs

InDesign Domain 3

InDesign Domain 3

10th Grade

18 Qs

Desain Grafis X Latihan 1

Desain Grafis X Latihan 1

10th Grade

15 Qs

Set Design Terminology Quiz

Set Design Terminology Quiz

11th Grade

11 Qs

eDesign Curriculum Lesson 4

eDesign Curriculum Lesson 4

9th - 12th Grade

20 Qs

Unity Scripting and Transformations

Unity Scripting and Transformations

Assessment

Quiz

Design

9th - 12th Grade

Hard

Created by

Oscar Perez

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

fill in the blanks

transform.forward, speedForce

Transform.Forward, SpeedForce

speedOfMotion,

SpeedForce

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are true?

The move tool can be configure to display either the local or the global orientation of an object.

The transform tool combines the move rotate, and scale tools

An object can be moved, rotated, or scaled only if working in the 3D view.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which statements are true?

The static checkbox is used to signify to the Unity Engine that an object will remain stationary.

The tag property can be used to enable multiple objects to be found at once using MonoBehavior script

The inspector window my be used to modify a prefab

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank

material.SetColor(______, ________);

"_Color", Color.red

Color, Color.Red

Color.red, "_Color"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which function will check when the mouse is being pressed down?

private void OnMouse()

private void OnMouseUp()

private void OnMouseDown()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank

transform.________(move * Time.deltaTime * speed);

Move

Vector3

Translate

translate

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

not equal to :

increment:

equal to:

string concatenation:

assignment:

==

  • +

  • =

  • !=

  • ++

!=

++

==

  • +

  • =

++

==

!=

=

+

=

++

  • +

  • ==

  • !=

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?