Use 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. |