https://github.com/unity-game-framework/ugf-module-assetbundles
Module to manage AssetBundles loading.
https://github.com/unity-game-framework/ugf-module-assetbundles
active module
Last synced: 5 months ago
JSON representation
Module to manage AssetBundles loading.
- Host: GitHub
- URL: https://github.com/unity-game-framework/ugf-module-assetbundles
- Owner: unity-game-framework
- License: mit
- Created: 2021-05-27T18:27:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T17:07:04.000Z (almost 2 years ago)
- Last Synced: 2024-08-15T18:31:51.865Z (almost 2 years ago)
- Topics: active, module
- Language: C#
- Homepage:
- Size: 450 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# com.ugf.module.assetbundles
UGF.Module.AssetBundles
## Information
- **Version**: `3.0.0-preview.4`
- **Unity**: `2023.2`
- **API Compatibility Level**: `.NET Standard 2.1`
### Dependencies
- `com.ugf.module.assets`: `6.0.0-preview.2`
- `com.ugf.module.scenes`: `5.0.0-preview`
- `com.ugf.assetbundles`: `1.2.0`
### Description
Module to manage AssetBundles loading.
### Changelog
- [Full changelog](changelog.md)
### Registry
Read about where packages stored: [Registry](https://github.com/unity-game-framework/organization/blob/main/docs/registry.md).
## How to Install
Read about how to install any packages from the `Unity Game Framework` registry: [Install Package](https://github.com/unity-game-framework/organization/blob/main/docs/install-packages.md).