Paper2D crashes on flipbooks with dynamic materials

UE - Gameplay - Paper2D - Sep 22, 2023

Having flipbooks with dynamic materials and then playing/stopping multiple times crashes the editor. ...

Texture Filter Nearest doesn't work in Packaged Shipping Builds

UE - Gameplay - Paper2D - Jun 28, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL23901901 Texture Filter Nearest isn't respected in Packaged Shipping Builds. When playing in editor, stand alone, or packaging in any other f ...

Output warning log when import .paper2dsprites file

UE - Gameplay - Paper2D - Nov 21, 2020

When import .paper2dsprites file, always output warning log. It seems missmatch URL TexturePackerPrefix and AppName with metadata. - PaperJsonSpriteSheetImporter.cpp const FString TexturePacke ...

In Isometric Staggered and Hexagonal Staggered Projection Modes redundant rectangle is rendered

UE - Gameplay - Paper2D - Sep 25, 2020

About issue:Similarly issue also can be seen in Isometric Staggered projection modeSuch issue does not occurs in Orthogonal and Isometric Diamond projection modesIn viewport in UE4Editor this redund ...

Scaling and rotation modes of the gizmo should be disabled in Paper2D Sprite Editor for vertexes

UE - Gameplay - Paper2D - Sep 23, 2020

The modes are useless and should be disabled while the vertex(es) is(are) selected. The same behavior in Edit Collision and Edit RenderGeom modes. I've checked it in 4.25.3. Probably, this bug exis ...

Reimporting sprite sheets does not work correctly if the editor has ever been closed and reopened since initial import

UE - Gameplay - Paper2D - Aug 1, 2020

UPaperSprite::PostLoad() now sets BakedSourceTexture, BakedSourceUV, and BakedSourceDimension (if AtlasGroup is nullptr). There's nothing in reimport that sets them, so they are stale/latch to the ...

Output warning log message for loading source texture of paper2D in Editor.

UE - Gameplay - Paper2D - Jul 30, 2020

Outputs a warning log for loading source texture when Papaer2D is loaded in Editor.  This may be due to a conflict post load of Paper2D and load source texture.  The warning log is output only in  ...

Sprite fails to edit based on UV Source Texture Region, when attempting to bulk edit via Bulk Edit Property Matrix.

UE - Gameplay - Paper2D - Feb 12, 2020

Sprite fails to edit based on UV Source Texture Region, when attempting to bulk edit via Bulk Edit Property Matrix.  User was following along to this Epic tutorial: [Link Removed] However, the e ...

Paper2D Sprite Vertex Normals changed from 4.23 to 4.24

UE - Gameplay - Paper2D - Dec 12, 2019

Comparing static mesh cube, plane, and a paper2d sprite with a lit material it appears that we've changed how we calculate the vertex normals for paper 2d sprites, see below: [Image Removed] ...

Grouped sprites with material or texture changes don't render correctly

UE - Gameplay - Paper2D - Nov 20, 2019

Loose sprites:[Link Removed] When these three selected sprites are grouped, it stops rendering correctly:[Link Removed] ...