Skip to content

2D sprite render component for Classic DooM style sprites for Unreal Engine 4 and 5.

License

Notifications You must be signed in to change notification settings

le7el/doom-classic-style-sprites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic DooM sprite renderer

2D sprite render component for Classic DooM style sprites for Unreal Engine 4 and 5.

Example 1

Installation on Unreal Engine 5

Take the component UE5.1/2DSpriteRender and add it to the pawn that you'd like to make 2D. The component will do the rest, spawning the plane actor and setting the rendertargets. Also contains PP material for old 16-bit pixelated look.

Installation on Unreal Engine 4 (deprecated)

This is an outdated but usable version if you are still using Unreal Engine 4. Take the component UE4.26/2DSpriteRender, BP should be pretty much self explanatory.