https://github.com/liangxiegame/uikit
https://github.com/liangxiegame/uikit
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liangxiegame/uikit
- Owner: liangxiegame
- License: mit
- Created: 2021-12-22T09:49:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T02:50:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T16:40:26.965Z (7 months ago)
- Language: C#
- Size: 369 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIKit
UIKIt 是一套 UI/View 开发解决方案
由 QFramework 团队官方维护的独立工具包(不依赖 QFramework)。
## 环境要求
* Unity 2018.4LTS
## 安装
* PackageManager
* add from package git url:https://github.com/liangxiegame/UIKit.git
* 或者国内镜像仓库:https://gitee.com/liangxiegame/UIKit.git
* 或者[点此下载 UIKit.unitypackage](ResKit.unitypackage) 并安装到自己项目中的任意脚本中## 快速开始
``` csharp
// open a panel from assetBundle
UIKit.OpenPanel();// load a panel from specified Resources
UIKit.OpenPanel(prefabName:"Resources/UIMainPanel");// load a panel from specield assetName
UIKit.OpenPanel(prefabName:"UIMainPanel1");
```###
## 更多
* QFramework 地址: https://github.com/liangxiegame/qframework