How to change a pivot point for a 2d sprite Unity Tutorial

Опубликовано: 01 Январь 1970
на канале: Unity3dTeacher
20,477
339

How to change a pivot point for a 2d sprite Unity Tutorial-
what is pivot?
The normalized position in this Rect Transform that it rotates around.
Consider; you have a "Relative Node" object which does nothing but track its own XYZ position and rotation in its parent container''s frame of reference.

Your universe is a Relative Node with no parent. Call it an Absolute Node.
Your spaceship is a Relative Node, and the universe is its parent.
Your turret is a Relative Node, and your spaceship is its parent.