PlaceholderGames / 2021-yr2-group-3

CS2S561 2020/1 Group 3
0 stars 0 forks source link

Create UIs #9

Open CaiWall opened 4 years ago

CaiWall commented 4 years ago

The various UI and state screens need to be created

JFrancisOaten commented 3 years ago

https://www.instructables.com/How-to-make-a-main-menu-in-Unity/ https://www.youtube.com/watch?v=VbZ9_C4-Qbo https://vilbeyli.github.io/Unity3D-How-to-Make-a-Pause-Menu/

JFrancisOaten commented 3 years ago

https://www.rawpixel.com/image/2336017/premium-illustration-image-space-galaxy-sky image

I am using this image as the background for the mainMenu screen as it is advertised as royalty free on the website

JFrancisOaten commented 3 years ago

https://www.youtube.com/watch?v=HU-986STeLQ

I then used this video in order to understand how to import images and be able to click them as menu buttons because I wanted to use simple icons for the menu because the game is meant to be minimalist in the language that it uses when speaking to the player

JFrancisOaten commented 3 years ago

in the menu I have left the buttons as text for now as it makes it easier to read for testing and I will replace these with simple icons in time

In order for the menu to work there will be the use of event triggers on click attached to the text that will allow the user to click on them and load the next scene/level depending on the button that the user has pressed