Hello,
i need to change the gizmo that is the center of a plane, to be in the corner. How can I move it?
Thank you very much.
Hello,
i need to change the gizmo that is the center of a plane, to be in the corner. How can I move it?
Thank you very much.
Do it in your 3D application.
For the standard primitives that come with unity - you can’t move the pivot of those. If you need to use that one at all costs create an empty game object and move the plane inside it so that the corner sits where your game object is. That way your parented object works as the new pivot. Be aware that this is a hack, though. Depending on what you do that can cause you lots of trouble later on.
Hope that helped