Skip to content

GameFrameX/com.gameframex.unity.globalconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Frame X Logo

GameFrameX GlobalConfig

License Version Unity Version Documentation

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


Documentation · Quick Start · QQ Group: 467608841 / 233840761


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

Quick Start

Installation

Choose one of the following methods:

  1. Edit your Unity project's Packages/manifest.json and add the scopedRegistries section:

    {
      "scopedRegistries": [
        {
          "name": "GameFrameX",
          "url": "https://gameframex.upm.alianblank.uk",
          "scopes": [
            "com.gameframex"
          ]
        }
      ],
      "dependencies": {
        "com.gameframex.unity.globalconfig": "1.3.2"
      }
    }

    scopes controls which packages are resolved through this registry. Only packages whose names start with com.gameframex will be fetched from it.

  2. Add to manifest.json dependencies:

    {
       "com.gameframex.unity.globalconfig": "https://github.com/gameframex/com.gameframex.unity.globalconfig.git"
    }
  3. Use Package Manager in Unity with Git URL: https://github.com/gameframex/com.gameframex.unity.globalconfig.git

  4. Clone the repository into your Unity project's Packages directory. It will be loaded automatically.

Changelog

See CHANGELOG.md for details.

Dependencies

Package Description
com.gameframex.unity 1.1.1
com.gameframex.unity.web 1.1.2

Documentation & Resources

Community & Support

  • QQ Group: 467608841 / 233840761

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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages