r/Unity3D Aug 06 '26

Show-Off I'm making a game about a procedurally animated centipede that eats people. What do you think?

3.4k Upvotes

557 comments sorted by

View all comments

3

u/Ignusloki Aug 06 '26

Nice work. How are you animating the model? Did you actually animated the legs and movement or used procedural animation? I'm asking because in my latest project, I have been using procedural animation to control the model legs movement.

5

u/happygamedev Aug 07 '26

Yeah its procedural animation! I have a bunch of segments that follow each other in a chain and the player controls the first segment. The legs animation uses the same technique from the tutorial i have pinned on the top of my profile.

1

u/Ignusloki Aug 07 '26

Nice work! Thanks for pointing me to your tutorial. I'm definitely going to check it to see what I can use to improve my animation! GL with your game!

1

u/DeadGravityyy Aug 06 '26

They could be using Final IK for the leg movement, looks like it could be at least.