Skip to content

GameFrameX/com.gameframex.unity.config

Repository files navigation

Game Frame X Logo

Game Frame X Config

GitHub release License Documentation

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

Documentation · Quick Start · QQ Group

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


Project Overview

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.

Quick Start

System Requirements

  • Unity 2019.4 or higher
  • GameFrameX framework 1.1.1 or higher

Installation

Choose one of the following methods:

  1. Add the following to the dependencies section in your project's manifest.json:

    {"com.gameframex.unity.config": "https://github.com/AlianBlank/com.gameframex.unity.config.git"}
  2. Use Git URL in Unity's Package Manager:

    https://github.com/AlianBlank/com.gameframex.unity.config.git
    
  3. Download the repository and place it in your Unity project's Packages directory. It will be loaded automatically.

Usage Examples

// Standard: via GameEntry (no dependency on com.gameframex.unity.entry)
var configComponent = GameEntry.GetComponent<ConfigComponent>();
configComponent.LoadConfig("ConfigPath");

Dependencies

  • com.gameframex.unity: GameFrameX core framework
  • com.gameframex.unity.asset: GameFrameX Asset package
  • com.gameframex.unity.event: GameFrameX Event package

Documentation & Resources

License

See LICENSE for details.

About

GameFrameX Unity Config component for runtime configuration management with type-safe access and hot-reload support

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages