기술 자료

​
​

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 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고