Version: 2023.2
言語: 日本語

CloudProjectSettings

class in UnityEditor

マニュアルに切り替える

説明

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

Static 変数

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.

Static 関数

ShowLoginThis method shows the Unity login popup.