Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/commonutils.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/commonutils)

Dependencies (1)

README

MSCommonUtils

一些通用的工具类

Dependencies

UniPool - 简单的对象池工具

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选择组件。

Comments

No comments yet. Be the first!