My Unity Diary (4)

Sine
Jun 24, 2021

Week 4

I am a learner and there can be a misunderstanding. If you spot any place of improvement, please kindly comment.

  1. Create Splash screen & Lobby Scene

2. Getting to know UGUI

  • In order to understand UGUI, we need to understand the concept of “Canvas”
  • UI, such as Image, Text, Button, are placed on Canvas.
  • NB! Understand Hierarchy of UI
  • RectTranform is relative coordiante.

3. Utilise Unity Asset Store

--

--