Version: 2022.3
LanguageEnglish
  • C#

CloudProjectSettings

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Static Properties

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 Methods

ShowLoginThis method shows the Unity login popup.