So now that I’ve went through the process of creating my first editor extension and publishing it on the asset store (Build Automator) I’ve decided I want to try making another one as believe it or not it was extremely enjoyable to make and publish it
Obviously I’m gonna carry on maintaining and improving it but there isn’t really much more I can add
So I sat down at Unity the other day and decided to make another extension but just couldn’t think of anything I could make that I would like or that the community wants; so that led me here, what would you guys actually want?
I’m thinking of small scale utility style editor extensions
Obviously feel free to suggest larger things but I’m likely only going to tackle the smaller ones
Well, right now if you want to reorder things on a gameobject, you have to click on the gear and go “move up” or “move down” one at a time until you have everything in the right spot. When dealing with things like multiple post effects or things that can’t be condensed into a single stack, this becomes a super tedious affair.
That said, I’m not sure if that part of the inspector can be easily expanded upon like this.
You can look at my post here where I talk about someones free asset that lets you drag to reorders components, and I also post the slightly edited code there.
Depends really, i was mainly looking for the former but if there some projects that actually benefit people (so NOT some kid’s MMO) and I could contribute then I definitely wouldn’t mind helping every now and again
Not quite what you are asking, but if you really enjoy editor work I have several in progress assets which need editor work. I’d be willing to pay, revenue share, or a combination.
Nah I wouldn’t take pay to work on an editor script especially since I can’t garuntee the quality of the outcome or how fast it happens at all
I’ve just really enjoyed creating the one I have and I think it would be great to create more useful scripts or at least hone my skills and learn more because I love automating tedious tasks
No problem, I’ve added a few details below, so still welcome to drop me a PM if you are interested.
We could look to do revenue share based on what you are able to deliver. There are some neat things in these assets too so maybe a learning opportunity.
From my point of view I want to partner with someone to help my own motivation. There’s no time pressure these things have been on my back burner for ages.
PS The main thing I’m interested in pushing is probably write down your alley being an automation tool
I’ll offer the occasional work when I have time if it seems like an interesting project, but I dont feel like im in the position yet to take a revenue cut
Ooh thats nice, I’d like to check it out
The basic idea is something to automate tedious tasks like creating animation clips from a folder, moving things to sub folders based on their name, renaming assets, change all CubeColliders to BoxColliders2D, etc.
The main thing is its pluggable so you can define new actions and they appear in the menus. The other neat thing is being able to save your configuration (selections or actions) as a preset action so its accessible via single click.
Definitely not the easiest part of the Inspector to be extended, but after some work I managed to get something quite similar to a native drag and drop reordering support. Take a look: http://u3d.as/content/xeleh-tools/xt-reorder