An open API service indexing awesome lists of open source software.

https://github.com/aio-game/common

✨ Common Function Library ✨
https://github.com/aio-game/common

csharp functions package unity

Last synced: 9 months ago
JSON representation

✨ Common Function Library ✨

Awesome Lists containing this project

README

          


https://github.com/AIO-GAME



Unity Common Code


English | 简体中文















## ⚙ 安装

Packages Manifest

````json
{
"dependencies": {
"com.aio.package": "latest"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.aio.package"
]
}
]
}
````

Unity PackageManager

> open upm *中国版*

~~~
Name: package.openupm.cn
URL: https://package.openupm.cn
Scope(s): com.aio.package
~~~

> open upm *国际版*

~~~
Name: package.openupm.com
URL: https://package.openupm.com
Scope(s): com.aio.package
~~~

Command Line

> open *upm-cli*

~~~
openupm add com.aio.package
~~~

## ⭐ 关于

- **这是 Unity 通用API 工具函数调用包。** 它提供了一套函数调用工具来帮助开发者快速搭建项目
- ✅ **支持 Unity 2019.4 及以上版本**
- ✅ **支持 Android/iOS/Windows/Mac/WebGL**
- ✅ **支持 .NET 4.x and .NET Standard 2.0**

## 📖 文档

For more info please see | [Documentation](./README.md)
or [Wiki](https://github.com/AIO-GAME/Common/wiki)

| Doc | Description |
|:--------------------------------------------------------------------------|:--------------------------------------------|
| [🪞️ -> **_AHelper_**](https://github.com/AIO-GAME/Common/wiki/AHelper) | C# .net core General Basis Function |
| [🪞 -> **_EHelper_**](https://github.com/AIO-GAME/Common/wiki/EHepler) | Unity Editor General Basis Function |
| [🪞 -> **_RHelper_**](https://github.com/AIO-GAME/Common/wiki/RHelper) | Unity Runtime General Basis Function |
| [🪞 -> **_Print_**](https://github.com/AIO-GAME/Common/wiki/Print) | .net core or Unity Output Log |
| [🪞 -> **_Ensure_**](https://github.com/AIO-GAME/Common/wiki/Ensure) | All Platform Check Exception |
| [🪞️ -> **_PrCourse_**](https://github.com/AIO-GAME/Common/wiki/PrCourse) | All Platform Process Execution |
| [🪞️ -> **_PrDingding_**](./API_USAGE/Process/PrDingding.md) | 钉钉机器人 |

## 🔗 依赖

| Doc | Description |
|:---------------------------------------------------------------|:-----------------------------|
| [RainbowFolders](https://bitbucket.org/chromiumembedded/cef) | 文件夹增强插件Rainbow Folders |
| [MirrorNetworking](https://github.com/MirrorNetworking/Mirror) | Unity高性能网络库Mirror Networking |

## ✨ 贡献者





xinansky


xinansky




Starkappa


Starkappa




xcarray


xcarray



## 📢 致谢

- **谢谢您选择我们的扩展包。**
- **如果此软件包对您有所帮助。**
- **请考虑通过添加⭐来表示支持。**