All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Game Frame X Config is a Unity configuration table package based on the GameFrameX framework, providing configuration functionality for easier and more efficient config management.
Config Component - Provides configuration table 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.config": "https://github.com/AlianBlank/com.gameframex.unity.config.git"} -
Use
Git URLin Unity's Package Manager:https://github.com/AlianBlank/com.gameframex.unity.config.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 configComponent = GameEntry.GetComponent<ConfigComponent>();
configComponent.LoadConfig("ConfigPath");com.gameframex.unity: GameFrameX core frameworkcom.gameframex.unity.asset: GameFrameX Asset packagecom.gameframex.unity.event: GameFrameX Event package
- Documentation: https://gameframex.doc.alianblank.com
- Repository: https://github.com/gameframex/com.gameframex.unity.config
- Issues: https://github.com/gameframex/com.gameframex.unity.config/issues
See LICENSE for details.