April 2018
Beginner
468 pages
11h 7m
English
Now that our Dropdown looks the way we want it and is functioning properly, we can access the player's selection with code. We'll use the player's selection to update the player character image in the top-left corner of the screen.
To swap the player character image with the selection from the Dropdown, complete the following steps:
using UnityEngine.UI;
Read now
Unlock full access