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.
organizationId | The ID of the organization that this project belongs to. (Read Only) |
organizationName | The name of the organization that this project belongs to. (Read Only) |
projectId | A unique cloud project identifier. It is unique for every project (Read Only). |
projectName | The name of the project entry in the dashboard associated with this project (Read Only). |
userId | The user ID of the currently logged-in Unity ID account (Read Only). |
userName | The user name of the currently logged in Unity ID account (Read Only). |