ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Analytics

Analytics

LiveOps
​
​
Analytics
  • Overview
  • Get started
  • Pricing
  • Concepts
    • Events
    • Event Manager
    • Event Browser
    • Dashboards
    • Custom Dashboards
    • Data Explorer
    • Funnels
    • SQL Data Explorer
    • Audiences
    • Data Access
    • User Roles
    • Attribution support
    • Environment support
    • Analytics settings window reference
    • Disable and re-enable Analytics
    • REST API
  • Tutorials
  • Reference
  • Privacy and consent
  • FAQ
  1. Unity Analytics

環境サポート

Learn how Analytics works with Unity Gaming Services environments, and how to initialize the SDK for different environments.
読み終わるまでの所要時間 1 分
最終更新 8ヶ月前

環境は、プロジェクトに関連付けられたデータを含む Unity Game Services の論理パーティションです。Analytics では、UnityServices を初期化するときに
InitializationOptions
に追加することで、さまざまな環境にイベントを送信できます。
using UnityEngine;using Unity.Services.Core;using Unity.Services.Analytics;using System.Collections.Generic;using Unity.Services.Core.Environments;class InitWithEnvironment : MonoBehaviour { async void Awake() { var options = new InitializationOptions(); options.SetEnvironmentName("dev"); await UnityServices.InitializeAsync(options); }}
基礎となるキー:
com.unity.services.core.environment-name
詳細については、環境のページ を参照してください。

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

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

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


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