Exercise 1
1
) Create and implement the interaction for the following form:
•
When the player press “OK”, all the
selected options must be displayed
in a debug message.
•
Use the Debug.Log function
•
•
Only one option can be selected
for the game difficulty.
•
Use a Toggle Group.
When the player changes the
Window Mode, the game must
enter/exist the fullscreen mode.
•
Use the Screen.fullScreen property.
•
The form must disappear when the
player press “OK” or “Cancel”.