June 2017
Beginner to intermediate
336 pages
8h 44m
English
Our Panel design is ready. We need to bind the data with the panel and need to control the visibility of all controls when we click on the close button or gaze at the other floors; this is typically how the dialog works.
Instead of controlling each individual child control, we can achieve it by adding a Canvas Group component in Panel. With that, the whole child UI elements can be handled together:

If you have noticed, Alpha value is set to 1. If you set it to 0, the entire Panel, along with all child controls will be hidden, and that's exactly what we are ...
Read now
Unlock full access