An open API service indexing awesome lists of open source software.

https://github.com/gameframex/com.gameframex.unity.globalconfig

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.
https://github.com/gameframex/com.gameframex.unity.globalconfig

csharp dotnet game-development game-framework gameframex global-config unity unity-package upm version-check

Last synced: 5 days ago
JSON representation

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.

Awesome Lists containing this project

README

          

Game Frame X Logo

# GameFrameX GlobalConfig

[![License](https://img.shields.io/github/license/GameFrameX/com.gameframex.unity.globalconfig)](https://github.com/GameFrameX/com.gameframex.unity.globalconfig/blob/main/LICENSE.md)
[![Version](https://img.shields.io/github/v/release/GameFrameX/com.gameframex.unity.globalconfig)](https://github.com/GameFrameX/com.gameframex.unity.globalconfig/releases)
[![Unity Version](https://img.shields.io/badge/Unity-2019.4-black?logo=unity)](https://unity.com/)
[![Documentation](https://img.shields.io/badge/Documentation-docs-blue)](https://gameframex.doc.alianblank.com)

インディゲーム開発者向けオールインワンソリューション · インディ開発者の夢を支援


[ドキュメント](https://gameframex.doc.alianblank.com) · [クイックスタート](#クイックスタート) · QQグループ: 467608841 / 233840761


[English](README.md) | [简体中文](README.zh-CN.md) | [繁體中文](README.zh-TW.md) | **日本語** | [한국어](README.ko.md)

## プロジェクト概要

GameFrameX GlobalConfig コンポーネント - サーバーから取得した設定情報を記録するグローバル設定マネージャー。アプリケーションバージョンチェックURL、リソースバージョンチェックURL、およびその他のグローバルにアクセス可能な設定データを管理します。

## 特徴

- **アプリバージョン URL** - アプリケーションのバージョンアップデート確認用URLの保存と管理
- **リソースバージョン URL** - ゲームリソースのバージョンアップデート確認用URLの保存と管理
- **カスタムコンテンツ** - ゲーム内表示やビジネスロジック用の追加コンテンツやデータの保存
- **ホストサーバー URL** - バックエンドサーバー接続用のホストサーバーURLの保存

## クイックスタート

### インストール

以下のいずれかの方法を選択してください:

1. Unity プロジェクトの `Packages/manifest.json` を編集し、`scopedRegistries` セクションを追加してください:
```json
{
"scopedRegistries": [
{
"name": "GameFrameX",
"url": "https://gameframex.upm.alianblank.uk",
"scopes": [
"com.gameframex"
]
}
],
"dependencies": {
"com.gameframex.unity.globalconfig": "1.3.2"
}
}
```

`scopes` は、どのパッケージをこのレジストリから解決するかを制御します。`com.gameframex` で始まるパッケージのみがこのレジストリから取得されます。

2. `manifest.json` の `dependencies` に直接追加:
```json
{
"com.gameframex.unity.globalconfig": "https://github.com/gameframex/com.gameframex.unity.globalconfig.git"
}
```
3. Unity の **Package Manager** で **Git URL** を使用して追加:`https://github.com/gameframex/com.gameframex.unity.globalconfig.git`
4. リポジトリを Unity プロジェクトの `Packages` ディレクトリにクローンしてください。自動的に読み込まれます。
## 変更履歴

詳細は [CHANGELOG.md](CHANGELOG.md) をご覧ください。

## 依存関係

| パッケージ | 説明 |
|----------|------|
| `com.gameframex.unity` | 1.1.1 |
| `com.gameframex.unity.web` | 1.1.2 |

## ドキュメントとリソース

- [ドキュメント](https://gameframex.doc.alianblank.com)

## コミュニティとサポート

- QQグループ: 467608841 / 233840761
## ライセンス

詳しくは [LICENSE.md](LICENSE.md) をご参照ください。