

Unity Scripting Fundamentals
Interactive Video
•
Computers
•
6th - 12th Grade
•
Practice Problem
•
Hard
Olivia Brooks
FREE Resource
Read more
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the first step to create a script in Unity?
Right-click in the project panel and select 'Create Script'
Click on the object, hit 'Add Component', and select 'New Script'
Go to 'Edit' menu and select 'Create Script'
Click on the 'File' menu and select 'New Script'
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which language was chosen for scripting in the tutorial?
Python
JavaScript
C++
C#
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two main functions automatically created in a new Unity script?
void Create and void Execute
void Begin and void Loop
void Init and void Run
void Start and void Update
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'Debug.Log' function in Unity?
To display messages in the console
To compile the script
To save the project
To create a new game object
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you open the console window in Unity?
Go to 'Window' and then 'Console'
Go to 'File' and select 'Console'
Press 'Ctrl + C'
Right-click on the project panel and select 'Console'
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of setting 'rb.useGravity' to false?
To change the object's color
To disable gravity for the object
To delete the object
To make the object invisible
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the 'AddForce' method do in Unity?
It adds a force to the object
It deletes the object
It changes the object's position
It changes the object's color
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?