Loading...
255
Game
Mega Man: The Rulers of Space
2 years ago

First tile map w/ debug tiles test. #megaman #rockman #gamedev #UnrealEngine #UnrealEngine5




2 comments

Loading...

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.

This is a general #UnrealEngine tool, not specifically for the Mega Man project. It can copy the data from ANY Blueprint or C++ UPROPERTY variable, and copy it back to any compatible variable. Could lead to making Save States for Rollback Netcode.

NeoGeo Pocket Color collections just went on mega sale on Steam.

Don't miss out on your chance to complete our #AetherAndIron quests and get trophies!

Complete the quests in your quest log.

Play the demo & wishlist now: https://bit.ly/AetherAndIron

This is an example of what I was talking about last week when I say that Physics Boxes in modern engines are not good for Character Alignment on Slopes in 2D games. I think Physics Capsules are a great middle ground solution. #gamedev #pixelart

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Kirby seems to understand what the Vest means now; That he can go outside.

I am very sad today because Rocky has been missing for 5 days now... He normally comes inside every day and sleeps with us... In the picture: Kirby - Rudy - Rocky

When Dr Wily goes HARDSTYLE

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.