Hello and happy Unite!
So far in Unity, in order to change the pivot point of an object we had to reimport the object to any 3D software and import back a fixed version.
A simple workaround for this was to place the object under a sub-empty-gameobject and easily move the pivot, but that doesn't look nice.
What would be the best way to change the pivot point of a gameobject?
Thanks!