Skip to content

Commit

Permalink
✨ up
Browse files Browse the repository at this point in the history
  • Loading branch information
xinansky committed Jun 10, 2024
1 parent 14e199d commit 3a53340
Show file tree
Hide file tree
Showing 4 changed files with 745 additions and 119 deletions.
82 changes: 34 additions & 48 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
```
██╗ ██╗███╗ ██╗██╗████████╗██╗ ██╗ ██████╗ ██████╗ ███╗ ███╗███╗ ███╗ ██████╗ ███╗ ██╗
██║ ██║████╗ ██║██║╚══██╔══╝╚██╗ ██╔╝ ██╔════╝██╔═══██╗████╗ ████║████╗ ████║██╔═══██╗████╗ ██║
██║ ██║██╔██╗ ██║██║ ██║ ╚████╔╝ ██║ ██║ ██║██╔████╔██║██╔████╔██║██║ ██║██╔██╗ ██║
██║ ██║██║╚██╗██║██║ ██║ ╚██╔╝ ██║ ██║ ██║██║╚██╔╝██║██║╚██╔╝██║██║ ██║██║╚██╗██║
╚██████╔╝██║ ╚████║██║ ██║ ██║ ╚██████╗╚██████╔╝██║ ╚═╝ ██║██║ ╚═╝ ██║╚██████╔╝██║ ╚████║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
```
<h1 align="center">AIO Unity Common</h1>
<p align="center"><strong>C# Basic universal library Easily match frame components</strong></p>
<p align="center"><a href="README_EN.md">English</a> | 简体中文</p>
<p align="center">
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/stars/AIO-GAME/Common?label=Star&link=https%3A%2F%2Fgithub.com%2FAIO-GAME%2FCommon" /></a>
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/license/AIO-Game/Common" /></a>
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/languages/code-size/AIO-Game/Common?label=size" /></a>
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/issues/AIO-GAME/Common" /></a>
<a href="https://www.codetriage.com/aio-game/common"><img src="https://www.codetriage.com/aio-game/common/badges/users.svg" /></a>
<p align="center">
<img src="RES/Logo.svg" width="256" height="256" alt="https://github.com/AIO-GAME">
</p>
<p align="center" style="font-size: 24px;">
<b>Unity Asset Common</b>
</p>
<p align="center"><a href="README_EN.md">English</a> | 简体中文</p>
<p align="center">
<a href="https://github.com/AIO-GAME/Common/tags"><img alt="" src="https://img.shields.io/github/package-json/version/AIO-GAME/Common"></a>
<a href="https://openupm.com/packages/com.aio.package/"><img src="https://img.shields.io/npm/v/com.aio.package?label=openupm&amp;registry_uri=https://package.openupm.com" /></a>
<a href="https://github.com/AIO-GAME/Common/security/policy">
<img alt="" src="https://img.shields.io/github/package-json/unity/AIO-GAME/Common">
</a>
<a href="https://github.com/AIO-Game/Common">
<img src="https://img.shields.io/github/license/AIO-Game/Common" alt=""/>
</a>
<a href="https://github.com/AIO-Game/Common">
<img src="https://img.shields.io/github/languages/code-size/AIO-Game/Common?label=size" alt=""/>
</a>
<a href="https://openupm.com/packages/com.aio.package/">
<img src="https://img.shields.io/npm/v/com.aio.package?label=openupm&amp;registry_uri=https://package.openupm.com" alt=""/>
</a>
</p>

## Install
## 安装

<details>
<summary>
Expand Down Expand Up @@ -52,15 +51,15 @@
<span style="color: deepskyblue; "><b>Unity PackageManager</b></span>
</summary>

openupm 中国版
> open upm *中国版*
~~~
Name: package.openupm.cn
URL: https://package.openupm.cn
Scope(s): com.aio.package
~~~

openupm 国际版
> open upm *国际版*
~~~
Name: package.openupm.com
Expand All @@ -75,22 +74,22 @@ Scope(s): com.aio.package
<span style="color: deepskyblue; "><b>Command Line</b></span>
</summary>

openupm-cli
> open *upm-cli*
~~~
openupm add com.aio.package
~~~

</details>

## About
## 关于

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

## 📖 Documentation
## 📖 文档

For more info please see | [Documentation](./README.md)
or [Wiki](https://github.com/AIO-GAME/Common/wiki)
Expand All @@ -103,14 +102,14 @@ or [Wiki](https://github.com/AIO-GAME/Common/wiki)
| [🪞 -> **_Print_**](https://github.com/AIO-GAME/Common/wiki/Print) | <i>.net core or Unity Output Log</i> |
| [🪞 -> **_Ensure_**](https://github.com/AIO-GAME/Common/wiki/Ensure) | <i>All Platform Check Exception</i> |
| [🪞️ -> **_PrCourse_**](https://github.com/AIO-GAME/Common/wiki/PrCourse) | <i>All Platform Process Execution</i> |
| [🪞️ -> **_PrDingding_**](./API_USAGE/Process/PrDingding.md) | <i>钉钉机器人</i> |
| [🪞️ -> **_PrDingding_**](./API_USAGE/Process/PrDingding.md) | <i>钉钉机器人</i> |

## 🔗 Third-Party References & Tools
## 🔗 依赖

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

## ✨ 贡献者

Expand All @@ -124,27 +123,14 @@ or [Wiki](https://github.com/AIO-GAME/Common/wiki)
<br />
<sub><b>xinansky</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Starkappa">
<img src="https://avatars.githubusercontent.com/u/155533864?v=4" width="64;" alt="Starkappa"/>
<br />
<sub><b>Starkappa</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/xcarray">
<img src="https://avatars.githubusercontent.com/u/6380068?v=4" width="64;" alt="xcarray"/>
<br />
<sub><b>xcarray</b></sub>
</a>
</td>
</tr>
<tbody>

</table>
<!-- readme: collaborators,contributors -end -->

## 📢 Thanks
## 📢 致谢

- **谢谢您选择我们的扩展包。**
- **如果此软件包对您有所帮助。**
Expand Down
96 changes: 57 additions & 39 deletions .github/README_EN.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
<p align="center">
<img src="./RES/Logo.svg" width="144" alt="https://github.com/AIO-GAME/Common"/>
<p align="center">
<img src="RES/Logo.svg" width="256" height="256" alt="https://github.com/AIO-GAME">
</p>
<h1 align="center">AIO Unity Common</h1>
<p align="center"><strong>C# Basic universal library Easily match frame components</strong></p>
<p align="center">English | <a href="README.md">简体中文</a></p>
<p align="center">
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/stars/AIO-GAME/Common?label=Star&link=https%3A%2F%2Fgithub.com%2FAIO-GAME%2FCommon" /></a>
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/license/AIO-Game/Common" /></a>
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/languages/code-size/AIO-Game/Common?label=size" /></a>
<a href="https://github.com/AIO-Game/Common"><img src="https://img.shields.io/github/issues/AIO-GAME/Common" /></a>
<a href="https://www.codetriage.com/aio-game/common"><img src="https://www.codetriage.com/aio-game/common/badges/users.svg" /></a>
<p align="center" style="font-size: 24px;">
<b>Unity Asset Common</b>
</p>
<p align="center"><a href="README_EN.md">简体中文</a> | English</p>
<p align="center">
<a href="https://github.com/AIO-GAME/Common/tags"><img alt="" src="https://img.shields.io/github/package-json/version/AIO-GAME/Common"></a>
<a href="https://openupm.com/packages/com.aio.package/"><img src="https://img.shields.io/npm/v/com.aio.package?label=openupm&amp;registry_uri=https://package.openupm.com" /></a>
<a href="https://github.com/AIO-GAME/Common/security/policy">
<img alt="" src="https://img.shields.io/github/package-json/unity/AIO-GAME/Common">
</a>
<a href="https://github.com/AIO-Game/Common">
<img src="https://img.shields.io/github/license/AIO-Game/Common" alt=""/>
</a>
<a href="https://github.com/AIO-Game/Common">
<img src="https://img.shields.io/github/languages/code-size/AIO-Game/Common?label=size" alt=""/>
</a>
<a href="https://openupm.com/packages/com.aio.package/">
<img src="https://img.shields.io/npm/v/com.aio.package?label=openupm&amp;registry_uri=https://package.openupm.com" alt=""/>
</a>
</p>

## ⚙ Install
Expand All @@ -26,7 +30,7 @@
````json
{
"dependencies": {
"com.aio.package": "x.x.x"
"com.aio.package": "latest"
},
"scopedRegistries": [
{
Expand All @@ -46,15 +50,16 @@
<summary>
<span style="color: deepskyblue; "><b>Unity PackageManager</b></span>
</summary>
openupm 中国版

> open upm *Chinese Version*
~~~
Name: package.openupm.cn
URL: https://package.openupm.cn
Scope(s): com.aio.package
~~~

openupm 国际版
> open upm *International Version*
~~~
Name: package.openupm.com
Expand All @@ -69,32 +74,20 @@ Scope(s): com.aio.package
<span style="color: deepskyblue; "><b>Command Line</b></span>
</summary>

openupm-cli
> open *upm-cli*
~~~
openupm add com.aio.package
~~~

</details>

## 📢 Thanks

Thank you for choosing our package. If this package helps you, please consider showing your support by adding a ⭐ to the
repo.

## ⭐ About

This is a command line interface (CLI) package for Unity. It provides a set of commands and tools to enhance the
efficiency of Unity development.

## 🖥️ Requirements

- Unity 2019.1 or later
- .NET 4.0 or later

## 🧰 Getting Started

Please refer to the wiki for a step-by-step guide on how to get started with this package.
- **This is a Unity general API tool function call package.** It provides a set of function call tools to help developers quickly build projects.
-**Support Unity 2019.4 and above**
-**Support Android/iOS/Windows/Mac/WebGL**
-**Support .NET 4.x and .NET Standard 2.0**

## 📖 Documentation

Expand All @@ -109,11 +102,36 @@ or [Wiki](https://github.com/AIO-GAME/Common/wiki)
| [🪞 -> **_Print_**](https://github.com/AIO-GAME/Common/wiki/Print) | <i>.net core or Unity Output Log</i> |
| [🪞 -> **_Ensure_**](https://github.com/AIO-GAME/Common/wiki/Ensure) | <i>All Platform Check Exception</i> |
| [🪞️ -> **_PrCourse_**](https://github.com/AIO-GAME/Common/wiki/PrCourse) | <i>All Platform Process Execution</i> |
| [🪞️ -> **_PrDingding_**](./API_USAGE/Process/PrDingding.md) | <i>钉钉机器人</i> |
| [🪞️ -> **_PrDingding_**](./API_USAGE/Process/PrDingding.md) | <i>DingTalk Robot</i> |

## 🔗 Links

| Doc | Description |
|:---------------------------------------------------------------|:---------------------------------------------------------|
| [RainbowFolders](https://bitbucket.org/chromiumembedded/cef) | File enhancement plugin Rainbow Folders |
| [MirrorNetworking](https://github.com/MirrorNetworking/Mirror) | Unity high-performance network library Mirror Networking |

## ✨ Contributors

<!-- readme: collaborators,contributors -start -->
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/xinansky">
<img src="https://avatars.githubusercontent.com/u/45371089?v=4" width="64;" alt="xinansky"/>
<br />
<sub><b>xinansky</b></sub>
</a>
</td>
</tr>
<tbody>

</table>
<!-- readme: collaborators,contributors -end -->

## 🔗 Third-Party References & Tools
## 📢 Thanks

| Doc | Description |
|:--------------------------------------------------------------------|:--------------------------------------------|
| [RainbowFolders](https://bitbucket.org/chromiumembedded/cef) ||
| [MirrorNetworking](https://github.com/MirrorNetworking/Mirror) ||
- **Thank you for choosing our extension package.**
- **If this package is helpful to you.**
- **Please consider supporting by adding a ⭐.**
Loading

0 comments on commit 3a53340

Please sign in to comment.