's Avatar

@hugodidit.bsky.social

74 Followers  |  19 Following  |  131 Posts  |  Joined: 08.12.2024  |  1.8192

Latest posts by hugodidit.bsky.social on Bluesky

#gamedev #indiedev #indiegame #UE5

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

youtu.be/svjAHsI_lJQ

03.11.2025 13:18 โ€” ๐Ÿ‘ 11    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
How to Create a FINE MetaHuman #gamedev #unrealengine
YouTube video by HugoDidIt How to Create a FINE MetaHuman #gamedev #unrealengine

#gamedev #indiedev #indiegame #UE5

Finally made a metahuman tutorial

youtu.be/5VDcMS3UXHU

21.10.2025 13:24 โ€” ๐Ÿ‘ 12    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
How to Combine Shooter & Melee Combat Templates in UE5.6.1
YouTube video by HugoDidIt How to Combine Shooter & Melee Combat Templates in UE5.6.1

#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

01.09.2025 13:07 โ€” ๐Ÿ‘ 12    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Making 3rd person shooter using Unreal Engine 5.6 FPS template
YouTube video by HugoDidIt Making 3rd person shooter using Unreal Engine 5.6 FPS template

#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

13.08.2025 12:31 โ€” ๐Ÿ‘ 10    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
I can't play guitar So I made this in Unreal 5 to play Canon Rock
YouTube video by HugoDidIt I can't play guitar So I made this in Unreal 5 to play Canon Rock

#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

21.07.2025 01:00 โ€” ๐Ÿ‘ 9    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#gamedev #indiedev #indiegame #UE5

metahuman guitar girl(friend?) getting even better
next is to improve the picking๐Ÿ˜€

23.06.2025 16:37 โ€” ๐Ÿ‘ 12    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#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

18.06.2025 15:43 โ€” ๐Ÿ‘ 19    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@echo off
setlocal enabledelayedexpansion

set "parent_folder=%~dp0"

for /D %%d in ("%parent_folder%*") do (
cd /D "%%d"
echo Processing: "%%d"

ffmpeg -framerate 60 -i image_%%04d.jpeg -c:v h264_nvenc -r 60 -pix_fmt yuv420p "%%~nxd.mp4"

cd ..
)

echo All folders processed.
pause

30.05.2025 02:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#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

30.05.2025 02:57 โ€” ๐Ÿ‘ 6    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Unreal VTuber Covers - Roar of the Double Dragon (ๅŒ้พใฎ้›„ๅซใณ) - Music Automata
YouTube video by HugoDidIt Unreal VTuber Covers - Roar of the Double Dragon (ๅŒ้พใฎ้›„ๅซใณ) - Music Automata

#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

20.05.2025 14:31 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#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

17.05.2025 02:36 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

#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.

12.05.2025 03:11 โ€” ๐Ÿ‘ 7    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I wrote a program generating curves (unreal assets) using data in MIDI files. Those curves animate the character.

As for large intervals. nothing special has been done for that specific situation.๐Ÿ˜€

05.05.2025 13:34 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Metahuman Foot Piano with Control Rig - Unreal 5 Virtual Production Test
YouTube video by HugoDidIt Metahuman Foot Piano with Control Rig - Unreal 5 Virtual Production Test

#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

04.05.2025 16:23 โ€” ๐Ÿ‘ 8    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

#gamedev #indiedev #indiegame #UE5
the latest version of the keyboard rig
lots of details has been added
check it out with sound on๐Ÿ˜€

28.04.2025 13:42 โ€” ๐Ÿ‘ 10    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#gamedev #indiedev #indiegame #UE5
keep working on keyboard
know it's getting closer to dancing on keyboard

22.04.2025 01:28 โ€” ๐Ÿ‘ 8    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#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

17.04.2025 01:48 โ€” ๐Ÿ‘ 8    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#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

12.04.2025 02:31 โ€” ๐Ÿ‘ 12    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#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)

03.04.2025 15:15 โ€” ๐Ÿ‘ 10    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#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

28.03.2025 15:31 โ€” ๐Ÿ‘ 8    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#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

26.03.2025 02:29 โ€” ๐Ÿ‘ 10    ๐Ÿ” 6    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image Post image

#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

25.03.2025 01:31 โ€” ๐Ÿ‘ 10    ๐Ÿ” 6    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#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

24.03.2025 00:38 โ€” ๐Ÿ‘ 14    ๐Ÿ” 7    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

#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.

23.03.2025 00:38 โ€” ๐Ÿ‘ 11    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#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๐Ÿ˜ตโ€๐Ÿ’ซ

21.03.2025 14:47 โ€” ๐Ÿ‘ 7    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Metahuman Play Drums using Control Rig - Unreal Engine 5
YouTube video by HugoDidIt Metahuman Play Drums using Control Rig - Unreal Engine 5

#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

16.03.2025 16:00 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
ใƒใƒชใ‚ดใƒณใƒขใƒ‡ใƒซใฎ้–ข็ฏ€ใฎๅˆ†ๅ‰ฒ็ทš [่‚˜ใจ่†ใ‚„ๆŒ‡ใชใฉไธ€ๆ–นๆ–นๅ‘ใซๆ›ฒใŒใ‚‹้–ข็ฏ€ใฎๅˆ†ๅ‰ฒๆ–นๆณ•]
YouTube video by MasahiroUshiyama ใƒใƒชใ‚ดใƒณใƒขใƒ‡ใƒซใฎ้–ข็ฏ€ใฎๅˆ†ๅ‰ฒ็ทš [่‚˜ใจ่†ใ‚„ๆŒ‡ใชใฉไธ€ๆ–นๆ–นๅ‘ใซๆ›ฒใŒใ‚‹้–ข็ฏ€ใฎๅˆ†ๅ‰ฒๆ–นๆณ•]

#gamedev #indiedev #indiegame #UE5
This topology video is godlike
youtu.be/7DAFS8sga2k

I learned a lot, even it's not in English

13.03.2025 17:04 โ€” ๐Ÿ‘ 6    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#gamedev #indiedev #indiegame #UE5
as shown in the previous post
the fast motion exposes a lot of problems๐Ÿ˜ตโ€๐Ÿ’ซ
so I took some time and refined the code
now each kick is more context-aware
(more reasonable path of the foot)

also cinematic cam is used to get some motion blur

plz enjoy with sound๐Ÿ˜Š

09.03.2025 18:03 โ€” ๐Ÿ‘ 12    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you for the reply. I checked Editor Preferences, I can only find a setting about opening new assets in the main window.
It's useful. I really needed it. But it won't affect content browser.๐Ÿ˜‚

07.03.2025 02:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#gamedev #indiedev #indiegame #UE5
my project is kinda weird๐Ÿ˜ตโ€๐Ÿ’ซ
content browser will always open in a separate window
I have to manually drag it to make it a tab every time!
I went through config files and found no clue
if I delete the whole config folder it'll fix the problem
but my game is broken๐Ÿ˜‚

06.03.2025 16:14 โ€” ๐Ÿ‘ 9    ๐Ÿ” 5    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@hugodidit is following 18 prominent accounts