Question by
Krellumdaed · Oct 02, 2018 at 07:04 PM ·
editoreditor-scriptingscripteditor
Is there a way to open a script in the script editor (Mono or VS) from an Editor script?
I want to pop up the right file to edit when a user of my soon to release tool selects an editor menu item.
The Asset.Edit() seems like it would work but I can't seem to find a way to get a script from within the project structure to be an asset so I can invoke its edit() method.
Comment