Unity Certification Prep-Chapters 11 - 15

Unity Certification Prep-Chapters 11 - 15

12th Grade

65 Qs

quiz-placeholder

Similar activities

Salesforce Mobile App Rollout Strategy

Salesforce Mobile App Rollout Strategy

12th Grade

65 Qs

Diagnóstico HTML5 y CSS

Diagnóstico HTML5 y CSS

12th Grade

63 Qs

Doors

Doors

1st Grade - Professional Development

60 Qs

Advanced Personal Finance Final Exam Review

Advanced Personal Finance Final Exam Review

9th - 12th Grade

63 Qs

Adobe Illustrator CC question bank

Adobe Illustrator CC question bank

9th - 12th Grade

64 Qs

Networking Unit 1 Exam

Networking Unit 1 Exam

12th Grade

64 Qs

Computer Networks AQA

Computer Networks AQA

12th Grade

64 Qs

Soal TIK

Soal TIK

1st - 12th Grade

65 Qs

Unity Certification Prep-Chapters 11 - 15

Unity Certification Prep-Chapters 11 - 15

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Cynthia Hendrix

Used 30+ times

FREE Resource

65 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Finish the following code to reference the gameObject's position:
Vector pos = ____________

gameObject.position

transform.parent.position

Vector3 (position)

transform.position

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of variable is accessible to other scripts?

public

private

string

integer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type must be used in the following code?

_______ num = 8.0f

float

integer

string

factor

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Unity C# script is edited in

an IDE

Notepad

Microsoft Word

Unity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Start() function is called when

An object first starts

When the game starts

After pressing the start button

All answers are correct

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about classes are NOT true?

Classes should have the same name as the object they are attached to

Class names and file names must be the same

Use PascalCase for class names

Awake() & Reset()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods are default in Unity C# scripts?

Start() & Update()

Load() & Start()

Update() & FixedUpdate()

Awake() & Reset()

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?