Game
Mega Man: The Rulers of Space


1 year ago

I am doing better! I've just started doing tiny bits of work when possible, minding my limits.

I started migrating my Unreal Engine work to plugins! Building my "SKYHI Framework". Finding my flow with Unreal finally.




0 comments

Loading...

Next up

Are you doing unnecessary work when calling Delegates in #UnrealEngine?

I wrote an article about this small topic since I was dealing with it recently (it's free to read!) Includes examples and fancy Macros.

https://www.patreon.com/posts/unreal-engine-131408500?utm_medium…

Working on Sprite After Images supporting more features like Sprite Palettes.

It's kinda beautiful honestly

#UnrealEngine

I often wonder what Mega Man Xtreme sprites would look like with a few little touch ups... #megaman #pixelart #megamanx #rockmanx

When Dr Wily goes HARDSTYLE

I updated the 1-Up sprite to increase visibility in game. The face now shines with the shimmer. #pixelart #gamedev #megaman

I DEMAND another Mega Man Show!

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

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.

#UnrealEngine5 #UnrealEngine

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

🔊ON! Finally got around to making a proper Music system in #UnrealEngine5. Utilizing MetaSounds for seamless and easy to configure loop points. Plus you can preload a track to prevent loading time gaps, and it is async to prevent frame stuttering.