All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Documentation · Quick Start · QQ Group: 467608841 / 233840761
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
Choose one of the following methods:
-
Edit your Unity project's
Packages/manifest.jsonand add thescopedRegistriessection:{ "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity.tuyoogame.yooasset": "2.9.3" } }scopescontrols which packages are resolved through this registry. Only packages whose names start withcom.gameframexwill be fetched from it. -
Add to
manifest.jsondependencies:{ "com.gameframex.unity.tuyoogame.yooasset": "https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset.git" } -
Use Package Manager in Unity with Git URL:
https://github.com/gameframex/com.gameframex.unity.tuyoogame.yooasset.git -
Clone the repository into your Unity project's
Packagesdirectory. It will be loaded automatically.
- QQ Group: Join
See Releases for changelog.
| 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 |
See LICENSE.md for license information.