hugodidit.bsky.social
@hugodidit.bsky.social
Pinned
#gamedev #indiedev #indiegame #UE5

final showcase of the keyboard play rig so far
gonna go back to finalize the drum play rig after this
and the band is kinda ready😀

youtu.be/r39g9nQ9qzo
Metahuman Foot Piano with Control Rig - Unreal 5 Virtual Production Test
YouTube video by HugoDidIt
youtu.be
#gamedev #indiedev #indiegame #UE5

How To Make An Object Follow A Curve(Spline) Path - Unreal Engine 5 Tutorial

youtu.be/svjAHsI_lJQ
youtu.be
November 3, 2025 at 1:18 PM
#gamedev #indiedev #indiegame #UE5

Finally made a metahuman tutorial

youtu.be/5VDcMS3UXHU
How to Create a FINE MetaHuman #gamedev #unrealengine
YouTube video by HugoDidIt
youtu.be
October 21, 2025 at 1:24 PM
#gamedev #indiedev #indiegame #UE5
Made a tutorial about how to make a melee and shooter hybrid system by combining the shooter and the melee combat templates in Unreal Engine 5.6.1 😀

youtu.be/2LUfctQeYRk
How to Combine Shooter & Melee Combat Templates in UE5.6.1
YouTube video by HugoDidIt
youtu.be
September 1, 2025 at 1:07 PM
#gamedev #indiedev #indiegame #UE5

Made a tutorial about making a 3rd person shooter using the new FPS template (Arena Shooter) that comes with Unreal Engine 5.6😀

UE 5.6 really is a good starting point for new Unreal Developers😊 imo because of the new templates

youtu.be/ZuVXp39_DOw
Making 3rd person shooter using Unreal Engine 5.6 FPS template
YouTube video by HugoDidIt
youtu.be
August 13, 2025 at 12:31 PM
#gamedev #indiedev #indiegame #UE5
I can't play guitar So I made this in Unreal 5 to play Canon Rock

It's a custom character plays guitar solo using blueprint and control rig. It reads a single track MIDI file and figures out the rest.

youtu.be/ATzHFHokFpg
I can't play guitar So I made this in Unreal 5 to play Canon Rock
YouTube video by HugoDidIt
youtu.be
July 21, 2025 at 1:00 AM
#gamedev #indiedev #indiegame #UE5

metahuman guitar girl(friend?) getting even better
next is to improve the picking😀
June 23, 2025 at 4:37 PM
#gamedev #indiedev #indiegame #UE5

now finally!!! she can play high speed guitar solo
talking about 1/16 notes 200 bpm
I rewrote almost all the codes
including my own algorithm to generate guitar tab from MIDI
June 18, 2025 at 3:43 PM
#gamedev #indiedev #indiegame #UE5
Movie Render Queue
if you render all cameras and use CLI encoder for MP4 files. it will encode all pictures to One MP4 file even if there're in different folders.So I wrote this batch file. It will encode one mp4 file for each folder. put it in root folder and run
May 30, 2025 at 2:57 AM
#gamedev #indiedev #indiegame #UE5

It's finally there!😊
I'll call it my first Unreal Music Video
first time show piano and drums in one video
and the environment looks good

youtu.be/jwv1HKXRmiw
Unreal VTuber Covers - Roar of the Double Dragon (双龍の雄叫び) - Music Automata
YouTube video by HugoDidIt
youtu.be
May 20, 2025 at 2:32 PM
#gamedev #indiedev #indiegame #UE5

Thanks to sub-levels I can move everything to a new environment easily. The only thing missing is a better way to move it in the main level.
You have to manually enter the coordinate.
That's some guess work and trial and error.
It'd be nice if we can just drag it
May 17, 2025 at 2:36 AM
#gamedev #indiedev #indiegame #UE5
if you use movie render queue. by default it will output still frames (pictures). if you want video files you can use apple ProRes plugin or install ffmpeg and set it up as a command line encoder.
May 12, 2025 at 3:11 AM
#gamedev #indiedev #indiegame #UE5

final showcase of the keyboard play rig so far
gonna go back to finalize the drum play rig after this
and the band is kinda ready😀

youtu.be/r39g9nQ9qzo
Metahuman Foot Piano with Control Rig - Unreal 5 Virtual Production Test
YouTube video by HugoDidIt
youtu.be
May 4, 2025 at 4:23 PM
#gamedev #indiedev #indiegame #UE5
the latest version of the keyboard rig
lots of details has been added
check it out with sound on😀
April 28, 2025 at 1:42 PM
#gamedev #indiedev #indiegame #UE5
keep working on keyboard
know it's getting closer to dancing on keyboard
April 22, 2025 at 1:28 AM
#gamedev #indiedev #indiegame #UE5
fixed some bugs
refined the base pose
now I'm confident to call it ver 0.1 😆

going to make her play different kinds of guitar songs
and improve the rig when needed

but right now I'm going back to my piano rig and finalize it
so I can start to do music covers
April 17, 2025 at 1:48 AM
#gamedev #indiedev #indiegame #UE5
cant believe it's been more than a week
change log:
- refined finger movement logic for the left hand
- use separate solver for hand and fingers to get finer control
- simple implementation for the right hand. with pole vector
- body animation, guitar attachment
April 12, 2025 at 2:31 AM
#gamedev #indiedev #indiegame #UE5
finally, one foot on the ground
350 lines of code
generating 9 curves to control the left hand
using both the tab and the original MIDI file

it's just the first step
so many things can be improved. cant wait
(video has sound)
April 3, 2025 at 3:15 PM
#gamedev #indiedev #indiegame #UE5
now we are back here

at some point I realized that IK rig has it's limits
so I made my own control rig from scratch
it's a bit more complicated but I gained finer control to how it behaves

the next thing is actually making the fingers move driven by midi data
March 28, 2025 at 3:31 PM
#gamedev #indiedev #indiegame #UE5
updated the skeleton adding bones for finger tips
setup and tweaked a lot of parameters for the IK rig
now the fingers of the left hand is all controlled by the IK targets.

not perfect for sure
But I'd take it as a decent start point
March 26, 2025 at 2:29 AM
#gamedev #indiedev #indiegame #UE5
I thought I was ready to put things together
Then I realized there is no bones for the finger tips
by default the closest thing is to point the root of the last joint of the index finger to the target

I will have to make changes to the skeleton
and also others
March 25, 2025 at 1:31 AM
#gamedev #indiedev #indiegame #UE5
getting the guitar ready in unreal

I'm so glad it can import sockets from blender:
create empties and name them with "SOCKET_" as prefix
and don't forget to select empty when export

cant imagine creating 138 empties in unreal, must be painful
March 24, 2025 at 12:38 AM
#gamedev #indiedev #indiegame #UE5
I found this tuttut project on GitHub
it can convert midi to guitar tabs in text form
with the help of AI
I hijacked the code and now it also outputs a time table very similar to what I used for my drum kicking rig. It has time, string and fret data for each note.
March 23, 2025 at 12:38 AM
#gamedev #indiedev #indiegame #UE5
so I finally decided to try "playing guitar with IK rigs"
and one of the difficult things is to figure out which finger and which string to use for each note.
Fingers aside for the strings I have existing staff to tab solutions to use.
Still a long way to go😵‍💫
March 21, 2025 at 2:47 PM
#gamedev #indiedev #indiegame #UE5

Made a YouTube video about my drum kicker rig
Showing it in action followed by a brief break down

youtu.be/nKuENVRvrzM
Metahuman Play Drums using Control Rig - Unreal Engine 5
YouTube video by HugoDidIt
youtu.be
March 16, 2025 at 4:00 PM
#gamedev #indiedev #indiegame #UE5
This topology video is godlike
youtu.be/7DAFS8sga2k

I learned a lot, even it's not in English
ポリゴンモデルの関節の分割線 [肘と膝や指など一方方向に曲がる関節の分割方法]
YouTube video by MasahiroUshiyama
youtu.be
March 13, 2025 at 5:04 PM