Examples
In this chapter, we’ll expand on the scene we’ve been building further by adding some new UI elements. We’ll also look at some mobile/touchscreen UI and interactions.
Some of these examples may seem better suited for the chapter on Buttons, but since they include access to the Image component’s properties, I placed them here.
Note
We have created two scenes that load into the scene we’ve been building upon: a start screen and an intro scene. Since I’ve been duplicating our main scene to make progress from each chapter easy to track, our intro sScene will not navigate to the updates we make in this and future chapters unless we keep updating the Next Scene variable on our Dialogue Boxes component in the intro sScene and including the new scene in our Build Settings.
I will not be including this update in the steps since scene navigation is no longer a focus of these examples. However, it will be included in the packages...