Sorry for a simple and maybe silly question.
I have created a UI panel to hold various UI texts for indicating players’ statistics. I want this UI panel to:
- stick to the top part of the screen
- with its width keeping 100% of the screen’s width
- with its height being 10% of the screen’s height
I have tried different anchoring settings in rect transform component, but none seems to do what i want, which anchoring setting shall I choose to implement this? Thanks a lot!