Skip to content

GameFrameX/com.gameframex.unity.globalconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameFrameX Logo

GameFrameX GlobalConfig

Version License Documentation

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

Documentation | Quick Start

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


Project Overview

GameFrameX GlobalConfig Component - A global configuration manager that stores configuration information retrieved from the server. It manages application version check URLs, resource version check URLs, and other globally accessible configuration data.

Features

  • App Version URL - Store and manage the URL for checking application version updates
  • Resource Version URL - Store and manage the URL for checking game resource version updates
  • Custom Content - Store additional content or data for in-game display or business logic
  • Host Server URL - Store the host server URL for backend server connections

Installation

Via Git URL (Recommended)

  1. Open Package Manager in Unity Editor
  2. Click the "+" button and select "Add package from git URL"
  3. Enter the following URL:
    https://github.com/GameFrameX/com.gameframex.unity.globalconfig.git
    

Via manifest.json

Add the following to your project's Packages/manifest.json:

{
  "dependencies": {
    "com.gameframex.unity.globalconfig": "https://github.com/GameFrameX/com.gameframex.unity.globalconfig.git"
  }
}

Manual Installation

  1. Download the latest release package
  2. Extract it to your project's Packages directory
  3. Unity will automatically recognize and load the package

Quick Start

Configuration

  1. Add Component: Add GlobalConfigComponent to any GameObject in your Unity scene
  2. Set Properties: Configure CheckAppVersionUrl, CheckResourceVersionUrl, Content, and HostServerUrl values in the Unity Inspector panel, or set them dynamically via code at runtime
  3. Version Management: Use CheckAppVersionUrl and CheckResourceVersionUrl to manage game version control and resource update workflows
  4. Global Access: Access the GlobalConfigComponent instance from anywhere in your game to retrieve global configuration information

Changelog

See CHANGELOG.md for details.

License

This project is licensed - see LICENSE.md for details.

About

GameFrameX GlobalConfig — Unity package for managing global game configuration from remote servers. Handles app version check URLs, resource version URLs, host server addresses, and custom content. Part of the GameFrameX game framework ecosystem.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages