Introduction:
Arcadia Library is a navigation solution for custom menus using Unity3D, allowing an easy flow between panels.
- This plugin allows the management of different menus with functions, storing history to back to the previous panels and dispatching events on each menu status, as: on menu loaded, show, hide, focused and unfocused.
- Supports Show and Hide functions.Menus are separated into ‘groups’, which means that you can initialize only the desired menus instead of maintaining all of them on the scene at the same time.
- ‘Layers’ concept. Only one menu can be shown simultaneously by layer, what it means that the current active menus on the same layer will be hidden to made easy the user flow.
- Also supports controller input, storing the last selected button/selectable on menus to make easy the navigation flow between panels.
- Default show and hide animations. In addition, animations can be fully customized by the user.