@@ -49,36 +49,6 @@ All-in-One Solution for Indie Game Development · Empowering Indie Developers' D
4949- ` UGUIComponentInspector ` : UGUI component inspector
5050- ` UIImageReplaceHandler ` : UI image replacement handler
5151
52- ## Installation
53-
54- ### Dependencies
55-
56- ``` json
57- {
58- "com.gameframex.unity" : " 1.1.1" ,
59- "com.gameframex.unity.ui" : " 1.0.0" ,
60- "com.gameframex.unity.asset" : " 1.0.6" ,
61- "com.gameframex.unity.event" : " 1.0.0"
62- }
63- ```
64-
65- ### Installation Methods (choose one)
66-
67- 1 . ** Package Manager (Recommended)**
68- - Open Unity Editor
69- - Open Package Manager window
70- - Click the "+" button and select "Add package from git URL"
71- - Enter: ` https://github.com/gameframex/com.gameframex.unity.ui.ugui.git `
72-
73- 2 . ** manifest.json**
74- - Add the following to the ` dependencies ` section of your ` manifest.json ` file
75- ``` json
76- {"com.gameframex.unity.ui.ugui" : " https://github.com/gameframex/com.gameframex.unity.ui.ugui.git" }
77- ```
78-
79- 3 . ** Local Installation**
80- - Download the repository and place it in your Unity project's ` Packages ` directory. It will be auto-detected.
81-
8252## Quick Start
8353
8454### Installation
@@ -112,6 +82,26 @@ Then add the package to `dependencies`:
11282```
11383
11484
85+ ## Dependencies
86+
87+ | Package | Description |
88+ | ---------| -------------|
89+ | ` com.gameframex.unity ` | 1.1.1 |
90+ | ` com.gameframex.unity.asset ` | 1.0.6 |
91+ | ` com.gameframex.unity.event ` | 1.0.0 |
92+ | ` com.gameframex.unity.ui ` | 1.0.0 |
93+
94+ ## Documentation & Resources
95+
96+ - [ Documentation] ( https://gameframex.doc.alianblank.com )
97+
98+ ## Community & Support
99+
100+ - QQ Group: 467608841 / 233840761
101+
102+ ## Changelog
103+
104+ See [ Releases] ( https://github.com/GameFrameX/gameframex/com.gameframex.unity.ui.ugui/releases ) for changelog.
115105## License
116106
117107See [ LICENSE.md] ( LICENSE.md ) for license information.
0 commit comments