
Building a big project within a small team often requires building some shortcuts. One of them could be a custom inspector. Let’s find out how to make them in Unity!
Building a custom inspector is easy in Unity. You need to follow this 200-step
But in actual fact, it’s very easy!
The only thing that you need to do is to create an editor script for the component that you want to customize. And besides that, you also need to understand how Unity’s old GUI system works.
Continue reading “Custom Inspector in Unity”