All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Documentation · Quick Start · QQ Group: 467608841 / 233840761
- UGUI Component Wrappers: High-level wrappers for Unity UGUI components
- UI Manager: Complete UI form management system
- Code Generator: Automatic UI code generation for improved development efficiency
- Extension Methods: Rich UGUI component extension methods
- Form Helpers: UI form creation and management helper tools
UIManager: Form manager handling UI open/close and lifecycle managementUGUI: Abstract UI base class providing UI visibility state controlUGUIFormHelper: UI form helper handling UI instantiation and creation
UGUIButtonExtension: Button component extension methodsUGUIImageExtension: Image component extension methodsRectTransformExtension: RectTransform extension methodsUIImage: Enhanced Image component with async image loading support
UGUICodeGenerator: UGUI code generatorUGUIComponentInspector: UGUI component inspectorUIImageReplaceHandler: UI image replacement handler
Choose one of the following methods:
-
Edit your Unity project's
Packages/manifest.jsonand add thescopedRegistriessection:{ "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity.ui.ugui": "2.5.1" } }scopescontrols which packages are resolved through this registry. Only packages whose names start withcom.gameframexwill be fetched from it. -
Add to
manifest.jsondependencies:{ "com.gameframex.unity.ui.ugui": "https://github.com/gameframex/com.gameframex.unity.ui.ugui.git" } -
Use Package Manager in Unity with Git URL:
https://github.com/gameframex/com.gameframex.unity.ui.ugui.git -
Clone the repository into your Unity project's
Packagesdirectory. It will be loaded automatically.
| Package | Description |
|---|---|
com.gameframex.unity |
1.1.1 |
com.gameframex.unity.asset |
1.0.6 |
com.gameframex.unity.event |
1.0.0 |
com.gameframex.unity.ui |
1.0.0 |
- QQ Group: 467608841 / 233840761
See Releases for changelog.
See LICENSE.md for license information.