I am writing an Unity editor extension in the Asset Store.
This extension tracks your selection in the Hierarchy and Project Window and calulates lots of properties from the selected items. Properties that are not commonly available from the editor. It is optimized to get those properties as fast as possible onto your system clipboard. Then you are free to copy’n’paste into external applications.
The extension is code complete and I need to make tutorial videos before I publish.
If I use applications and scenarios that you professionals are familiar with then the value of the extension will be that much clearer to you.
I am a solo indie dev. So I have little need to communicate with other people when coding a Unity app.
But very many of you work in teams. And so you need to collaborate and transmit detailed information from the editor.
I have a couple of questions:
-
Regarding Unity, how do you transmit technical information between team members ?
Email, discord, slack, social media, morse code, smoke signals ? -
What is the most frequent things that team members ask you that is in your Editor and they quickly need the answer to ?
Examples of detailed information you probably got asked 10^3 times:
- “Hey can you send me the shared path of the Dragon Asset on the NAS ?”
- “What’s the scene path of that GameObject in the bug report. The one that has the dodgy shader ?”
- “I’m doing a fresh checkout, what’s the perforce / git / svn repository URL again ?”
- “What is the seed for the procedural island ?”