All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Documentation · Quick Start · QQ Group: 467608841 / 233840761
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.
- 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
Choose one of the following methods:
-
Edit your Unity project's
Packages/manifest.jsonand add thescopedRegistriessection:{ "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity.globalconfig": "1.3.2" } }scopescontrols which packages are resolved through this registry. Only packages whose names start withcom.gameframexwill be fetched from it. -
Add to
manifest.jsondependencies:{ "com.gameframex.unity.globalconfig": "https://github.com/gameframex/com.gameframex.unity.globalconfig.git" } -
Use Package Manager in Unity with Git URL:
https://github.com/gameframex/com.gameframex.unity.globalconfig.git -
Clone the repository into your Unity project's
Packagesdirectory. It will be loaded automatically.
See CHANGELOG.md for details.
| Package | Description |
|---|---|
com.gameframex.unity |
1.1.1 |
com.gameframex.unity.web |
1.1.2 |
- QQ Group: 467608841 / 233840761
This project is licensed - see LICENSE.md for details.