Unity Scripting and Transformations

Unity Scripting and Transformations

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Creating Drawings from Parts | Inventor

Creating Drawings from Parts | Inventor

9th - 12th Grade

15 Qs

Adobe InDesign Review

Adobe InDesign Review

12th Grade

15 Qs

Museum Exhibit Booklet Quizziz

Museum Exhibit Booklet Quizziz

9th - 12th Grade

20 Qs

Desain Media Interaktif

Desain Media Interaktif

12th Grade

20 Qs

Design & Layout Principles

Design & Layout Principles

9th - 10th Grade

20 Qs

InDesign Domain 3

InDesign Domain 3

10th Grade

18 Qs

Careers in Multimedia

Careers in Multimedia

9th Grade

15 Qs

DDA1 Midterm Review part 3

DDA1 Midterm Review part 3

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?