Loading...
221
Game
Mega Man: The Rulers of Space
1 year ago

Sometimes it be like that... (I hate Unreal physics) #gamedev #unrealengine




8 comments

Loading...

Next up

Kirby has grown up so much since he got here!

Kirby and Nibbler get along, when Kirby isn't in goblin mode.

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.

FUNDRAISER LIVESTREAM #SaveJim

This is Junior. He's pretty new here.

He's been hanging around for a while, but was too afraid to approach, especially with the other cats around. But now he's very attached and sleeps in the house with us. He is very vocal and sounds off when he sees us.

When Dr Wily goes HARDSTYLE

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

Working on a different feature enabled easy Zoom controls for the Retro Camera system. This will be used for debug mainly, and may not have any in game uses for this project. But it can be used for future projects. #MegaMan #UnrealEngine

I DEMAND another Mega Man Show!

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.