Hi all!
“Component Reorder” now on the Unity Asset Store!
This tool can change the GameObject components’ order (except for Transform, Material, Flare Layer).
http://u3d.as/content/man-on-edge/component-reorder
Thanks!
Hi all!
“Component Reorder” now on the Unity Asset Store!
This tool can change the GameObject components’ order (except for Transform, Material, Flare Layer).
http://u3d.as/content/man-on-edge/component-reorder
Thanks!
THANK YOU!
I just tried to post a 5-star review on the asset store, but there’s some error with it. I’ll try to post it later, but if anyone else is curious, this DOES work.
Thanks!
I’m curious to know does it just replace the inspector view with a custom inspector or does it actually reorder the components. You could tell by creating a small editor script to list out the components on a gameobject. I would bet it just uses a custom inspector and makes it look like they’re reordered. If it did actually reorder the entries, it would have to modify all references of that prefab with serialized data in all scenes which would take a lot of time.
Being able to actually reorder components would be useful in some scenarios such as speeding up frequent GetComponent calls or changing the order of stacked image effects.
It will make a copy of all components, remove them from the object and then add in the proper order.