A custom inspector can save you lots of time during the development of your Unity game. They can make editing your gameobjects quick, easy, and intuitive, even for the non-coders on your team.
But custom inspectors take a lot of work to build and maintain!
What if you could build a custom inspector with a simple drag-and-drop interface to add customisation, colour, and interaction to your custom inspector? What if you could build a custom inspector in a few minutes without any need for manually coding it?
Auto Custom Inspector creates your custom inspector sctripts for you from a simple configuration. Your custom inspector is saved as an editor script that you can further customise with more bespoke elements if you need.