QUiCK - Horizontal Inspector Classes

I put a script I’ve been building/using onto the asset store. It’s called Horizontal Inspector Classes.

The main purpose of this script is to facilitate the ability to change how the inspector shows chosen classes. Normally, classes are shown with all their values lined up vertically which wastes a lot of space and draws too much attention to them. This script allows you to line any classes you want horizontally, with the intended purpose being to keep them from being space hogs and make the inspector easier to read.

It’s very small, very quick, and very simple to use. Shown below is a before and after example.

Here’s a link to the asset store page.

If you’d like to try an evaluation copy, just message me (here or privately) and I’ll send you one.

I’m open to all criticism/feedback, so thanks for any you might have!

I converted it to C#, works great. But in the inspector, I could use Shift Delete twice to delete an array item, but with customdrawer, I can’t anymore. This is quite important in editing.

You could also insert items in normal arrays in the inspector using ctrl-D/cmd-D. It would be cool if this supports that too.