All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Game Frame X Asset is a Unity resource management package based on the GameFrameX framework, providing resource management functionality for easier and more efficient asset handling.
Asset Component - Provides resource-related interfaces.
- Unity 2019.4 or higher
- GameFrameX framework 1.1.1 or higher
Choose one of the following methods:
-
Add the following to the
dependenciessection in your project'smanifest.json:{"com.gameframex.unity.asset": "https://github.com/GameFrameX/com.gameframex.unity.asset.git"} -
Use
Git URLin Unity's Package Manager:https://github.com/GameFrameX/com.gameframex.unity.asset.git -
Download the repository and place it in your Unity project's
Packagesdirectory. It will be loaded automatically.
// Standard: via GameEntry (no dependency on com.gameframex.unity.entry)
var assetComponent = GameEntry.GetComponent<AssetComponent>();
assetComponent.LoadAsset("AssetPath");com.gameframex.unity: GameFrameX core framework
- Documentation: https://gameframex.doc.alianblank.com
- Repository: https://github.com/gameframex/com.gameframex.unity.asset
- Issues: https://github.com/gameframex/com.gameframex.unity.asset/issues
This project is licensed under the MIT License. See LICENSE for details.