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 ✨
- Host: GitHub
- URL: https://github.com/aio-game/common
- Owner: AIO-GAME
- License: mit
- Created: 2023-10-24T01:40:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-06T21:17:17.000Z (10 months ago)
- Last Synced: 2025-09-06T23:26:42.738Z (10 months ago)
- Topics: csharp, functions, package, unity
- Language: C#
- Homepage: https://aio-game.github.io/Common/
- Size: 120 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
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 |
## ✨ 贡献者
## 📢 致谢
- **谢谢您选择我们的扩展包。**
- **如果此软件包对您有所帮助。**
- **请考虑通过添加⭐来表示支持。**