-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.85 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "com.gameframex.unity.ui.fairygui",
"displayName": "Game Frame X UI FairyGUI",
"category": "GameFrameX",
"description": "GameFrameX UI FairyGUI — FairyGUI adapter for the GameFrameX UI system. Provides FairyGUI-native form instantiation (UIPackage.CreateObject), GComponent-based UI groups with GRoot integration, proper FairyGUI disposal, and async resource loading for FairyGUI packages. Docs: https://gameframex.doc.alianblank.com\n\nGameFrameX UI FairyGUI — GameFrameX UI 系统的 FairyGUI 适配器。提供 FairyGUI 原生窗体实例化(UIPackage.CreateObject)、基于 GComponent 的 UI 分组与 GRoot 集成、FairyGUI 资源的正确释放,以及 FairyGUI 包的异步资源加载。文档:https://gameframex.doc.alianblank.com",
"version": "3.3.3",
"unity": "2019.4",
"keywords": [
"GameFrameX",
"UI"
],
"repository": {
"name": "com.gameframex.unity.ui.fairygui",
"url": "git+https://github.com/gameframex/com.gameframex.unity.ui.fairygui.git",
"type": "git"
},
"author": {
"name": "Blank",
"email": "alianblank@outlook.com",
"url": "https://gameframex.doc.alianblank.com"
},
"dependencies": {
"com.gameframex.unity": "1.1.1",
"com.gameframex.unity.ui": "1.0.0",
"com.gameframex.unity.asset": "1.0.6",
"com.gameframex.unity.event": "1.0.0"
},
"devDependencies": {
"semantic-release": "^24.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.cnb.cool/GameFrameX/npm/-/packages/"
},
"documentationUrl": "https://gameframex.doc.alianblank.com",
"changelogUrl": "https://github.com/gameframex/com.gameframex.unity.ui.fairygui/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/gameframex/com.gameframex.unity.ui.fairygui/blob/main/LICENSE.md"
}