Closed nathanleiby closed 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
Looks great! Excellent job :)
Task: https://trello.com/c/z28JyJYY/12-cleverfall-make-unity-scenes-for-menu-navigation
Adds basic menu navigation.
The menu scene is made up of 3 game objects:
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