- Home /
How to get account of unity editor
Unity Editor try to let user sign in email and password for license from start. So unity editor should contain data of user email and password
How to get that data in script for editor??
Answer by ZemSo · Jan 23, 2019 at 02:51 AM
I am using it as follows. UnityEditor.CloudProjectSettings.userId; UnityEditor.CloudProjectSettings.userName;
Answer by Landern · Apr 24, 2015 at 12:58 PM
You don't, it is not yours to play with on the unity playground. They are unity centric values and not for users.
I just create editor extension for use in my company. And I want to know who using my editor, when they try to submit change from my editor so I could track who make the change. I already have another kind of login mechanism but It still a bit complicate so the best is to get from unity license email directly
I need an answer too. get account or unity editor account id or another way to check/test that user has purchased current extension/plugin..I want an extension used by authorized user only
Your answer
Follow this Question
Related Questions
How can i create a pup-up menu like the one for choose the shader on materials in unity 2019? 1 Answer
Custom inspector difficulties creating a Box / Group like widget 1 Answer
Custom Inspector for a List ? 2 Answers
How to make multiple EditorWindows dock together? 0 Answers
Is there any way to make a timeline feature in editor scripting? 1 Answer