Last time, we looked at Panel, one of the UI parts in Unity. A Panel is a UI that can be used as a base when creating menu screens, game-over screens, settings screens, and so on. This time, we will ...
Last time, we looked at the Canvas as the foundation for displaying UI in Unity. The Canvas is the base for placing UI parts such as Buttons, Text, and Images. This time, we will look at the Panel ...