Skip to content
 
 

Latest commit

 

History

1,370 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Frame X Logo

GameFrameX YooAsset

License Version Unity Version Documentation

All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams


Documentation · Quick Start · QQ Group: 467608841 / 233840761


English | 简体中文 | 繁體中文 | 日本語 | 한국어

Project Overview

YooAsset is a resource management system for Unity3D that helps development teams quickly deploy and deliver games. It can meet the various needs of commercial games and has been validated by multiple game products with millions of DAU.

For more information, visit the official repository: https://github.com/tuyoogame/YooAsset

Quick Start

Installation

Choose one of the following methods:

  1. Edit your Unity project's Packages/manifest.json and add the scopedRegistries section:

    {
      "scopedRegistries": [
        {
          "name": "GameFrameX",
          "url": "https://gameframex.upm.alianblank.uk",
          "scopes": [
            "com.gameframex"
          ]
        }
      ],
      "dependencies": {
        "com.gameframex.unity.tuyoogame.yooasset": "2.9.3"
      }
    }

    scopes controls which packages are resolved through this registry. Only packages whose names start with com.gameframex will be fetched from it.

  2. Add to manifest.json dependencies:

    {
       "com.gameframex.unity.tuyoogame.yooasset": "https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset.git"
    }
  3. Use Package Manager in Unity with Git URL: https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset.git

  4. Clone the repository into your Unity project's Packages directory. It will be loaded automatically.

Documentation & Resources

Community & Support

Changelog

See Releases for changelog.

Dependencies

Package Description
com.unity.modules.assetbundle 1.0.0
com.unity.modules.unitywebrequest 1.0.0
com.unity.modules.unitywebrequestassetbundle 1.0.0
com.unity.scriptablebuildpipeline 2.1.0

License

See LICENSE.md for license information.

About

YooAsset - Unity resource management system providing asset loading, versioning and hot-update support

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages