I want really useful functions that are similar to those this tool has, but which have nothing to do with the mesh-obsessed focus of the present version of this asset.
- Why can I not re-specify, in rotation and position, any GameObject’s pivot? There are meshes within the tree, but I want the transform of the root GameObject to be respecified, as the pivot and the rotation are in preposterous places.
- Why am I not permitted, at runtime, to remove MeshRenderers from ProCore-created objects? I wanted an invisible collider of a specific shape, and I get this error when I try to remove the renderer.
tone
Hi, thanks for the input!
-
Pivot editing: Yes, we’d like this too
For anything in Unity, really … just being able to “Edit Pivot” would be super. ProBuilder will let you change Pivot location (see “Set Pivot To Center of Selected Elements” in the docs), but not rotation and scale- it’s on our to-do list 
-
Removing Mesh Renderer: this is because the PB tools rely on this component. However, you don’t need to remove it- just disable it (Component.IsEnabled == false, or something like that …)
Thanks for the tip on the second point, Gabriel.
I will continue to use empty GameObjects to correct the evils of my art assets in terms of pivot placement.
tone