Search Unity

GUI abMenuSystem - a simple menu system for Unity.

Discussion in 'Tools In Progress' started by AlexanderBurdukovskiy, Jan 16, 2022.

  1. AlexanderBurdukovskiy

    AlexanderBurdukovskiy

    Joined:
    Sep 11, 2019
    Posts:
    1
    Uploaded to github - https://github.com/GuyverI/abMenuSystem
    Just in case anyone needs that.

    It's basically a bare minimum of what you need to quickly get started with implementing menus in your project. The project consists of 3 classes (at least for now...):
    • Menu manager - controls the stack of open menus
    • Menu - the base class that represents a menu itself
    • Menu Animator - a class that controls show/hide animations for menus