CleverGameDev / Cleverfall

https://clevergamedev.itch.io/cleverfall
1 stars 0 forks source link

add menu scene #3

Closed nathanleiby closed 4 years ago

nathanleiby commented 4 years ago

Task: https://trello.com/c/z28JyJYY/12-cleverfall-make-unity-scenes-for-menu-navigation

Adds basic menu navigation.

menu

The menu scene is made up of 3 game objects:

MainMenu
CharacterSelect
StageSelect

We navigate between them by clicking on the buttons, which sets the current object as inactive and sets the new object as active.

Only mouse navigation is supported right now.

I followed this tutorial https://www.youtube.com/watch?v=zc8ac_qUXQY

nathanleiby commented 4 years ago

https://github.com/CleverGameDev/Cleverfall/pull/3/commits/9276e7a9dfcd35b32a1d494d7bb8ad9185b0aa5c and https://github.com/CleverGameDev/Cleverfall/pull/3/commits/39c58689bb27f37dd6806095f42ba4aa638ae405 Added support for controller/keyboard based navigation in the menu

menu-controllerNav

emmanent commented 4 years ago

Looks great! Excellent job :)