
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/commonutils.git README Markdown
Copy this to your project's README.md
## Installation
Add **CommonUtils** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/commonutils.git
```
[](https://www.pkglnk.dev/pkg/commonutils)Dependencies (1)
README
MSCommonUtils
一些通用的工具类
Dependencies
Install
使用Packages/Manifest.json安装
"com.ms.litask":"https://github.com/wlgys8/UniPool.git",
"com.ms.commonutils":"https://github.com/wlgys8/MSCommonUtils.git",
简单索引
Pool
Math
RandomBag随机对象背包,模拟背包随机取物.
RandomPie饼状随机实现
Events
EventDispatcher以Monobehaviour实现接口的形式,来针对gameObject进行事件分发管理.
Editor
LayerFieldAttribute加在Int字段上,可以在Inspector上显示为Layer选择组件。
No comments yet. Be the first!