This math function corresponds to AND.
This increases usability for everyone
What is accessibility
Textboxes are found in this category of unity assets.
What is a UI asset.
This allows you to add an on click reaction to your button
What is "assign a method" in unity, or Button.onClick
This allows you to have information be maintained from scene to scene
What is persistent data
This math function corresponds to an OR statement.
What is addition.
What is heavy visuals, sound effects, and complex motor movements
UI elements show up in this layer of unity.
What is a canvas.
You need to create this in order to link scripts to your buttons
What is an empty game object
This allows you to access specific save data
This is the probability that a die shows and odd number and a coin shows a head, if die is rolled and a coin is tossed.
1/4
This allows for people with physical impairments to use devices
What are mouse alternatives
The menu scene is this index.
What is index 0.
This Game Object functions allows you to count the amount of objects with a specific tag in the active scene.
Whatis GameObject.FindGameObjectsWithTag
If there are no high scores currently, your score will be placed in this position in the high score menu
Position 1
This is Bayes' Theorem
This allows people with visual impairments to "see" the screen
This build allows you to play your game on multiple different types of devices.
What is WebGL Build
This function allows you to pause your game
What is Time.TimeScale=0.0f
This allows you to not create multiple instances of persistent data.
What is Awake() method
This is the probability that both cards are number cards, if you pick two cards from a deck of cards (without replacing the first card before you pick the second).
What is 315/663
This allows people with auditory disabilities to understand what is being heard from an application.
What is closed captions.
This is an easy way to create multiple scenes.
What is Save As
This allows you to change what is shown on the screen
GameObject.SertActive
This allows you to set specific changes to volume and settings.
Player Preferences