YousicianGit / UnityMenuSystem

Apache License 2.0
154 stars 46 forks source link

Added transition time and sample scale menu #4

Open tellemstevedave opened 7 years ago

tellemstevedave commented 7 years ago

Adjusted MenuManager and Menu to consider transition in and out time

Added a simple lerp scale in and out menu type

Adjusted OptionsMenu prefab for scaling

tellemstevedave commented 7 years ago

Based on the great Unite video I added the ability to transition to the manager and menu classes and added a sample menu that scales in and out. I changed the option screen to use this scale transition. Looking forward to feedback on this approach! Thanks.