Unity Scripting and Transformations

Unity Scripting and Transformations

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Digital Layout Variation Quizziz

Digital Layout Variation Quizziz

9th - 12th Grade

20 Qs

Adobe Illustrator Certification exam practice

Adobe Illustrator Certification exam practice

9th - 12th Grade

21 Qs

Photoshop Certification Advanced

Photoshop Certification Advanced

9th - 12th Grade

20 Qs

Quality Assurance and Control

Quality Assurance and Control

11th Grade

11 Qs

Illustrator Tools

Illustrator Tools

9th - 12th Grade

15 Qs

DM_103 Animation

DM_103 Animation

9th - 12th Grade

15 Qs

Letterfold Brochure Quizziz

Letterfold Brochure Quizziz

9th - 12th Grade

20 Qs

Year 8 - Illustrator - L4

Year 8 - Illustrator - L4

7th - 9th Grade

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