class in UnityEditor
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.
CloseFor 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.
CloseUse this class to retrieve information about the currently selected project and the current Unity ID that is logged in.
coppaCompliance | The current COPPA compliance state. |
organizationId | The Organization ID, formatted in lowercase with no symbols. |
organizationKey | The Organization key used to access the dashboard. |
organizationName | The name of the Organization. |
projectBound | Returns true if the project has been bound. |
projectId | The Project ID, or GUID. |
projectName | The name of the project. |
userId | The user ID is derived from the user name without the domain (removing all characters starting with '@'), formatted in lowercase with no symbols. |
userName | The user name is the email used for the user's Unity account. |
ShowLogin | This method shows the Unity login popup. |