Simple Plugin for Unreal 5.4 created to correct the Pivot Offset problem in Unreal Paper 2D sprites.
Add to the Plugins folder of your Unreal project. I haven't tested on previous versions of Unreal, but it might just work!
It is obvious when we have to flip sprites. Rotation / Scale are relative to the Pivot:
Use the Property Matrix to change the Pivot for all the sprites. However cannot be done, since the CUSTOM pivot is relative to the Atlas texture. It means that we will have to set the pivot manually for each sprite.
The pivot is now set at the Origin!
Follow me for more updates related to this plugin: https://x.com/alattanzio
SpriteTools is available under The MIT License. This means SpriteTools is free for commercial and non-commercial use. Attribution is not required, but appreciated.