- Home /
Learning Editor Scripting
I've watched all of the official videos for custom inspectors, property drawers, etc, but I found them to be terrible and didn't learn a lot.
The videos seemed to be just a bunch of, here's what I've made, here's what it looks like before and after, but not a whole lot of explanation going on. Doesn't help that the instructor seems to go on a lot of tangents.
I can study and experiment with the editor scripts that are shown in the videos to figure out exactly what's going on and how to make my own, but that's going to be tedious and inefficient.
Does anyone know of any good tutorials on the subject?
I'm concerned mostly with custom inspectors.
Thanks!
Answer by Bunny83 · Aug 28, 2017 at 05:00 PM
It usually just boils down to your understanding of the IMGUI system. Have you seen my IMGUI crash course?
If you don't have more specific questions we can't help you.
Your answer
Follow this Question
Related Questions
Losing Class References 0 Answers
Find out what fields the object have and let user edit them in custom editor window (Reflections) 1 Answer
Can DrawDefaultInspector keep its formatting? 1 Answer
[Editor Scripting] Call Function in other GameObjects Editor Script? 0 Answers
Responsive Editor UI Button with custom style | How to remove GUIStyle.hover delay 0 Answers