Created
December 6, 2021 06:29
-
-
Save zhaogd233/98def069216821753049b3df0540247e to your computer and use it in GitHub Desktop.
[find editor script Name] #c#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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