使用此类检索关于当前选定的项目和当前已登录的 Unity ID 的信息。
| 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. |