Crash when changing the number of instances in a grouped sprite component at runtime

UE - Gameplay - Paper2D - Aug 4, 2016

A crash occurs when you remove a Sprite Instance within a Paper Grouped Sprite component of an Actor BP on Event Begin Play. I was able to reproduce this crash in the binary releases of 4.11.2 and ...

Tilemaps Normals are Flipped upon Opening Editor with Tilemaps in Level

UE - Gameplay - Paper2D - Jul 27, 2016

A licensee has reported that the normals for their tilemaps upon initial load of the editor are flipped. This is also true when they launch their packaged project. All the normals of their tilemaps ...

Normals are wrong on grouped sprites, causing issues when they are using lit materials

UE - Gameplay - Paper2D - Jul 12, 2016

The normals for each sprite in a grouped sprite component are always as if the sprites were rotated (0,0,0), which is incorrect. Each sprite should have correct normals and look the same as if it w ...

No collision is generated on PaperTileMapComponents that are generated at runtime

UE - Gameplay - Paper2D - Jun 3, 2016

When a PaperTileMapComponent is generated at runtime, the collision that it should have is not generated along with it. This can (oddly) be remedied by selecting the component itself in the details ...

Paper2D sprite reimport changes socket position if sprite sheet changes size

UE - Gameplay - Paper2D - Feb 12, 2016

Reimporting a sprite sheet that had sockets placed on some of the individual frames will result in the sockets moving if the sprite sheet's dimensions have changed since the previous import. This wo ...

Tilemap using Masked Lit Sprite Material not Rendering in Standalone mode

UE - Gameplay - Paper2D - Jan 26, 2016

When using a Tilemap with a Masked Lit Sprite Material, the tilemap will not render while in Standalone. In the test project, the Paper2D Blueprint character was switched to Masked Lit Sprite Materi ...

Hidden In Game option for Layers in TileMap Editor not working

UE - Gameplay - Paper2D - Oct 26, 2015

Using the 'Hidden in Game' option in the Tilemap Editor does not hide the associated layers in game as expected. I tested this issue in 4.8.3, 4.9.2, and 4.10 Preview 2 binary releases and the issu ...

Extracting Sprites from Padded Non-Power of Two Textures are Offset

UE - Gameplay - Paper2D - Oct 12, 2015

Extracted Sprites are offset when importing a non-power of two sprite sheet, padding it to a power a two mode, and then using the extract function. You can see this offset clipping of the extracted ...

Tile Grid persistently visible with Tile Map when viewed through Orthographic Camera

UE - Gameplay - Paper2D - Aug 27, 2015

The Tile Map grid is consistently visible when playing and viewed through Orthographic camera. The user reporting the issue noted some observations which I can also confirm are occurring in both en ...

If user changes the Sprites name template, they will have to click the Extract button twice

UE - Gameplay - Paper2D - Aug 4, 2015

In the Extract Sprites window, if the user changes the Naming Template, they will have to click on the Extract button twice for the sprites to extract. ...