Unity Scripting and Transformations

Unity Scripting and Transformations

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

ACAD Study Guide [Annotation]

ACAD Study Guide [Annotation]

10th Grade

13 Qs

After Effects CC 2019 Quiz 1

After Effects CC 2019 Quiz 1

9th - 12th Grade

18 Qs

Code.org App Lab

Code.org App Lab

6th - 12th Grade

15 Qs

Essential Graphics Panel in Premiere

Essential Graphics Panel in Premiere

9th - 12th Grade

11 Qs

Test - Technical Drawings

Test - Technical Drawings

11th Grade

20 Qs

Interior Design 1 1.02

Interior Design 1 1.02

9th - 12th Grade

11 Qs

3.51-3.53 Multiline Text (Autocad - 2D Commands)

3.51-3.53 Multiline Text (Autocad - 2D Commands)

9th - 12th Grade

13 Qs

Graphic Design

Graphic Design

10th Grade

17 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?