Methods
Developer Tools
Unity
Unity Editor
Variables
100

In Unity, what method is triggered when two colliders first make contact?

 onCollisionEnter

100

What should be the goal of a developer?

To develop and hone the player experience

100

What types of game development can Unity support?

Both 2D and 3D game development

100

Which Unity view provides a real-time preview of how the game will look and behave to players?

Game View

100

Which Unity variable type is used for storing text data?

String

200

What method is commonly used for moving a game object towards a specified target in Unity?

Move Towards

200

What advantage does learning C# offer?

It provides a solid foundation to learn other languages.

200

In Unity, what is the primary purpose of the "Rigidbody" component?

To simulate physics interactions for a game object

200

What is the purpose of the Scene view in Unity?

It offers a visual representation of the game world, where objects are placed and arranged.

200

Which Unity variable type is used for storing numbers that can include decimals?

 Float

300

What Unity method is commonly used to detect when two colliders cease contact?

onCollisionExit

300

In Unity, what does the term "Tag" refer to in the context of game objects?

A label used to identify and categorize game objects

300

Explain the process of creating a new project in Unity.

A new project can be created by selecting your template, naming your project and then press create project.

300

In the Unity interface, which view shows a hierarchical list of all objects in the current scene, indicating parent-child relationships?

Hierarchy view

300

Which Unity variable type is used to represent whole numbers?

Integer

400

What is the purpose of the CompareTag method in Unity collision events?

It compares the tags of colliding objects.

400

In Unity, what does the term "Prefab" refer to?

A reusable, preconfigured GameObject

400

Which programming language is MOST commonly used for scripting in Unity?

C#

400

What is the purpose of the Inspector view in Unity?

It shows and allows manipulation of properties for selected objects.

400

In Unity, what type of variable is commonly used to represent the position, rotation, and scale of a game object?

Transform variable

500

What is the purpose of the "distance" method in Unity?

Calculates the distance between two points

500

What Unity method is commonly used for checking if a button is pressed on a game controller?

getButtonDown

500

How does Unity's support for both 2D and 3D game development benefit developers?

Unity's flexibility accommodates a range of developers, from beginners to experts, and encourages creativity.

500

Which Unity view organizes and manages project assets, such as textures, models, scripts, etc.?

Project panel

500

Which variable type is used to store true/false values in Unity scripting?

Boolean