- Home /
"New highlighter editor API"? Where is it exactly?
From 4.3.3 release notes:
New Highlighter editor API for highlighting elements in the editor. Useful for in-editor tutorials and similar.
Where is that located exactly? Tried Editor
, EditorUtility
, EditorGUIUtility
, sniffing it from .NET reflector, etc. Nothing.
Any idea?
Comment
It seems it only works with window titles (not behaviours, as docs state). I've noticed that when using the Inspector window it will highlight on custom editors and built-in ones only. It won't for default inspectors on $$anonymous$$onoBehaviours (still don't know why).
Best Answer
Answer by SirCrazyNugget · Mar 10, 2014 at 11:08 PM
Nothing really useful in the docs:
Did a test with:
Highlighter.Highlight("Inspector", "Transform");
Your answer
