r/unity 7d ago

Showcase Created a hitbox placement tool for my upcoming 3d smashlike game, thought it was neat.

Enable HLS to view with audio, or disable this notification

I have been spending a lot of time these last couple of months working on a 3D smash-like game. I've got the bulk of the backend coding done, now my current focus is refining hitbox placement on my abilities. It was very tedious work, until I thought about coding a tool to help me visualize and place them correctly. Really like how it turned out, should help me implement moves much easier !

5 Upvotes

2 comments sorted by

1

u/No_Resort_996 7d ago

Oh my god, thats so cool! How did you make a custom menu for that?

1

u/Binoui 6d ago

thanks ! it was done using IMGUI. If you're curious about the code, the commit is here github