
Next up
I did an experiment to get an improvement to sprite rotation quality while maintaining the retro vibe, in Unreal Engine.
I works with any type of 3D transformed object too. And it still respects the scanlines, so it will fit in correctly with CRT filters.
More After Image system enhancements for future project use. Trying out different blending modes, and mimicking a character after image like Mega Man X4's Dash trail. I think the results are pretty neat! #UnrealEngine #gamedev
3 years before Pocket Fighter EX I made a sprite of Kazuya in Pocket style. I touched it up just a little bit for this post.
Managed to figure out how to apply palettes to low color sprites in #UnrealEngine5. The flashing ones are randomizing their palettes every frame.
Still working on an easy to edit palette data system, but it works!!
Cooking today. Proof of concept to Increment and Decrement ANY UEnum;
ie. ValueA -> ValueB -> ValueC -> ValueD -> (wrap to) ValueA
For UEnum Assets AND CPP defined UEnums, whether you own/control them or not.
Light work today on combining a piece of data and a checkbox. Unreal can't do this through C++ templates so I had to manually make a variant for each data type. Made it for several universal Blueprint data types.











0 comments