Skip to content

SpriteTools UnrealEngine 5 - For now it's just a simple Blueprint callable function to fix the pivot offset in Unreal Paper 2D sprites

Notifications You must be signed in to change notification settings

alattanzio/SpriteTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpriteTools - Unreal Engine 5.4

Simple Plugin for Unreal 5.4 created to correct the Pivot Offset problem in Unreal Paper 2D sprites.

Setup & Usage

Add to the Plugins folder of your Unreal project. I haven't tested on previous versions of Unreal, but it might just work!

The Problem

It is obvious when we have to flip sprites. Rotation / Scale are relative to the Pivot:

image

Solution:

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.

Our Solution:

Enable the Plugin (if not enabled automatically)

image

Select the Paper2D Sprites:

image

Run the Scripted editor function to adjust the pivot:

image

Result

The pivot is now set at the Origin!

image

Follow and get Updates

Follow me for more updates related to this plugin: https://x.com/alattanzio

Licensing

SpriteTools is available under The MIT License. This means SpriteTools is free for commercial and non-commercial use. Attribution is not required, but appreciated.

About

SpriteTools UnrealEngine 5 - For now it's just a simple Blueprint callable function to fix the pivot offset in Unreal Paper 2D sprites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published