https://github.com/ahmed310/widget-manager---unity3d
Manages your game UI's
https://github.com/ahmed310/widget-manager---unity3d
game-dev game-development game-framework game-ui indiegamedev tweening uiframework uimanager unity-asset unity-editor unity3d unity3d-plugin widget-manager
Last synced: 5 months ago
JSON representation
Manages your game UI's
- Host: GitHub
- URL: https://github.com/ahmed310/widget-manager---unity3d
- Owner: Ahmed310
- License: mit
- Created: 2016-03-06T14:41:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T07:53:43.000Z (over 1 year ago)
- Last Synced: 2025-02-04T08:28:36.672Z (over 1 year ago)
- Topics: game-dev, game-development, game-framework, game-ui, indiegamedev, tweening, uiframework, uimanager, unity-asset, unity-editor, unity3d, unity3d-plugin, widget-manager
- Language: C#
- Homepage:
- Size: 6.07 MB
- Stars: 31
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Widget Manager
Manages your game UI's load and unload UI by single call. It loads new UI on top of stack.

### Unity Asset Store Link
https://assetstore.unity.com/packages/tools/gui/widget-ui-manager-57802
### Setup Guide
https://eeprogrammer.wordpress.com/2016/03/06/unity3d-widgetui-manager/
##### Videos
###### Quick Setup Video
### Contributors :
- @BIGWGY [https://github.com/Ahmed310/Widget-Manager---Unity3D/issues/2]
### TODO :
- Custom Inspector for adding tweens to individual UI elements (I named it Actor) [done]
- State Machine which directs screen UI elements (I named it Director)
- Particles system to show on top of UI elements.
- UI element effects.
### Special Thanks
- Russell Savage for creating LeanTween
- Khalid for helping me out capturing relative position of gameobject in Editor
- Aman for Testing the package & providing valuable feedback.
- All the users who gave reviews on Asset store.