Skip to content

My personal Menu UI System and Controller that I used across all my Unity mobile (and PC) games

Notifications You must be signed in to change notification settings

nklsrh/MenuSystemSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MenuSystemSystem

My personal Menu UI System and Controller that I used across all my Unity mobile (and PC) games

It does:

  • Menus
  • Popups
  • Main Controller logic for gameplay flow
  • WYSIWYG screen editing in the Unity 2D scene editor
  • Passing objects as parameters between screens and popups
  • Top bar for use in Free2Play-based games that need 25 different currencies

Also includes DOTween for some simple menu transition animations.

Tested working on 5.6.4f1

How to Use

  • It's a Unity project so open it in Unity
  • Open the scene called 'scene_01' and play around with that to see how the SampleGame is set up

About

My personal Menu UI System and Controller that I used across all my Unity mobile (and PC) games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages