How to highlight non MonoBehaviour scripts from editor window
Hey all.
I created a custom editor window and add a check if some references are missing.
Because I'm not the one how is going to use this window I wanted to highlight the script so the designers will have easy time finding the script and add the missing reference. The problem is that custom windows are non MonoBehaviour.
Is there a way to highlight a non MonoBehaviour script in project window like using EditorGuiUtility.PingObject(MonoScript.FromMonoBehaviour(target));
?
Your answer
Follow this Question
Related Questions
EditorWindow fields are too far away from each other 0 Answers
Custom Editor Window - Multiple Selection Dropdown 0 Answers
How can I display a scriptable object in a custom editor ? 1 Answer
Editor Int sliders affecting each other 0 Answers
How to Create a Collapsible Hamburger Menu Icon Custom Inspector/Editor 1 Answer