Version: 2022.1
언어: 한국어

CloudProjectSettings

class in UnityEditor

매뉴얼로 전환

설명

Use this class to retrieve information about the currently selected project and the current Unity ID that is logged in.

정적 변수

coppaComplianceThe current COPPA compliance state.
organizationIdThe Organization ID, formatted in lowercase with no symbols.
organizationKeyThe Organization key used to access the dashboard.
organizationNameThe name of the Organization.
projectBoundReturns true if the project has been bound.
projectIdThe Project ID, or GUID.
projectNameThe name of the project.
userIdThe user ID is derived from the user name without the domain (removing all characters starting with '@'), formatted in lowercase with no symbols.
userNameThe user name is the email used for the user's Unity account.

정적 함수

ShowLoginThis method shows the Unity login popup.