ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Economy

Economy

LiveOps
​
​
Economy
  • Overview
  • Get started
  • Concepts
  • Tutorials
    • Write configuration
      • Using Unity Editor
      • Using the Unity Dashboard
      • Using the CLI
      • Using the REST API
    • Add a currency to your game
    • Add an inventory item to your game
    • Add a virtual purchase to your game
    • Add a real money purchase to your game
    • Publication
    • Player data
    • Economy Game Overrides
    • Economy Game Overrides with Cloud Code
    • Config Caching
  • Reference
  • Privacy and consent
  1. Economy
  2. Write configuration

Unity Gaming Services CLI

Use the Unity Gaming Services command-line tool to create, deploy, and manage Economy resources.
読み終わるまでの所要時間 2 分
最終更新 8ヶ月前

You can use the Unity Gaming Services CLI to interact with Economy resources. The CLI allows you to create, deploy, and manage Economy resources from the command line.

Prerequisites

For a deep dive into the CLI, follow the steps in the Unity Gaming Services CLI Get Started guide.
To follow this guide, you must first complete the following actions:
  1. Install the UGS CLI.
  2. Configure your Project ID and Environment as such:
    ugs config set project-id <your-project-id>

    ugs config set environment-name <your-environment-name>
  3. Configure a Service Account with the required roles for Economy and environments management. Refer to Get Authenticated.

Using the CLI

Refer to the Economy Command Line documentation for a full reference of all commands and options.
注
The
ugs economy
command is also available as
ugs ec
.

Deploy resources

Run the
new-file
command to create a resource locally:
ugs economy new-file <file-name>
You can use the
Deploy
command to promote your local resources to the remote environment and publish them at once. The local resources must be deployed to become available to the game client.
ugs deploy <path-to-economy-file> <path-to-economy-file>
ugs deploy <path-to-directory>

Retrieve resources

To retrieve information about the deployed resource, run the following command:
ugs economy get-resources
You can use the
Fetch
command to retrieve multiple Economy resources from the remote at once. The provided path is a directory where the resources will be fetched to:
ugs fetch <path> --services economy

Environment synchronization

You can move all your resources from one environment and deploy them to another environment.
Run the following command to produce an archive of all the resources in your current environment:
ugs fetch <out-dir> --services economy --environment-name <environment-from>
You can then deploy the resources to another environment by running the following command:
ugs deploy <in-dir> --services economy --environment-name <environment-to>
The resources are published as part of the deploy command.

Delete resource

To delete an existing resource, run the following command:
ugs economy delete <resource-id>

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • Prerequisites

    • Using the CLI

      • Deploy resources

      • Retrieve resources

      • Environment synchronization

      • Delete resource


このページの問題を報告する