Just purchased power pivot but not sure it meets my needs. I need to set pivots on small objects (a few inches big). The accuracy on dragging the pivot is very poor at small sizes. I am not in snapping mode at all. Am I missing something or is this an inherent limitation?
To replicate. New Scene, add Cube, scale to 0.1, press U, then press change cursor pos. Now try to drag the cursor and for an exact arbitrary pivot inside the cube. Doesn’t seem possible.
UPDATE: changed this to smaller value in move cursor and now working properly.
if (Vector3.SqrMagnitude(newCursorPosition - cursorPosition) > 0.0001f)