Skip to content

Instantly share code, notes, and snippets.

@zhaogd233
Created December 6, 2021 06:29
Show Gist options
  • Save zhaogd233/98def069216821753049b3df0540247e to your computer and use it in GitHub Desktop.
Save zhaogd233/98def069216821753049b3df0540247e to your computer and use it in GitHub Desktop.
[find editor script Name] #c#
Editor meshEditor = Editor.CreateEditor(Selection.activeObject);
Logger.Log($"{meshEditor.GetType().Name}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment