- Home /
Unexpected selection state in custom inspector?
I've built a custom inspector, and it's exhibiting a strange behavior where, when I click off of any element in that inspector to remove focus, it's highlighting all the PrefixLabels in my inspector as if they were "selected" instead.
Any suggestions what might be going on here? I'm at a complete loss. :(
Did you report it through the BugReporter? Remember to attach the project folder so we can find the problem.
Can you provide some code that will reproduce the problem?
$$anonymous$$aybe the GUIStyle/GUISkin got messed up somehow? Impossible to say without seeing the code.
Answer by Semut · Apr 07, 2011 at 09:50 AM
Just maybe you need to fill or choose any options or setting on that custom inspector. Or maybe there something wrong with the code, can you provide some, I love to help since I get help too here.
Your answer
Follow this Question
Related Questions
Is there an event being fired off when the Inspector is being resized? 1 Answer
OnInspectorGUI - Using the default Object Selection popup. 1 Answer
How do I set the current script as the selection in the project view? 1 Answer
Drawing Editor Inspector GUI based on selected/current prefab (CustomPropertyDrawer) 2 Answers