Skip to content

Latest commit

 

History

History
133 lines (107 loc) · 4.73 KB

README_EN.md

File metadata and controls

133 lines (107 loc) · 4.73 KB

https://github.com/AIO-GAME

Unity Asset CLI

⚙ Install

Packages Manifest
{
  "dependencies": {
    "com.aio.cli.asset": "latest"
  },
  "scopedRegistries": [
    {
      "name": "package.openupm.com",
      "url": "https://package.openupm.com",
      "scopes": [
        "com.aio.cli.asset",
        "com.aio.package"
      ]
    }
  ]
}
Unity PackageManager

open upm Chinese version

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

open upm International version

Name: package.openupm.com
URL: https://package.openupm.com
Scope(s): com.aio.cli.asset
Command Line

open upm-cli

openupm add com.aio.cli.asset

⭐ About

  • Unity Asset CLI is a Unity asset management system that provides a simple and efficient way to manage assets in Unity projects.

Important

  • Support Unity 2019.4 and above
  • Support resource synchronous loading/asynchronous loading/coroutine loading interface
  • Support resource local mode/remote mode/compiler mode interface
  • Support empty package/first package/whole package/custom subpackage
  • Support Android/iOS/Windows/Mac/WebGL
  • Support CI/CD pipeline resource packaging
  • Support .NET 4.x
  • Support il2cpp
  • Support Unity incremental build
  • Support UniTask
  • Support YooAsset
  • Support XAsset
  • Support Addressable
  • Support custom proxy third-party plugins

📖 Documentation

🔗 References

Please refer to the wiki for a list of references and tools used in this package.

Doc Description
Common C# Unity common basic function library, used to help development team quickly build the framework.
UniTask Provides an efficient async/await integration for Unity.
YooAsset YooAsset is a resource management system for Unity3D, used to help development teams quickly deploy and deliver games.

✨ Contributors

xinansky
xinansky

📢 Thanks

  • Thank you for choosing our extension package.
  • If this package is helpful to you.
  • Please give us a star. ⭐