Hey guys, what’s up?
I’m almost at my wit’s end here. Please, help me out. My friend and I need this animation system for our game, and here’s what we’re trying to do:
Hub Area (Third-Person View)
- The main character can walk in any direction, but with the same animation (no 8-way).
- There’s a jogging animation and all necessary blend animations.
- Smooth transitions: idle → walk, walk → idle.
- Smooth turns (90° and 180°) while walking or jogging.
- Turns in place (90° and 180°).
- Start/stop animations for both walking and jogging.
- Basically, everything needed for smooth, polished animations (since fluid animations are one of the game’s key features).
Combat Areas (Same camera, but isometric view like in classic RPGs)
- Default movement is jogging.
- There’s a sprint (acceleration).
- Hard stops.
- Instant 180° turns.
- All the same blending stuff I mentioned above for smoothness.
- Combat animations—already done (tons of them).
The Big Question: How Do I Put It All Together?
I know how to make each part separately (I’ve done like 20 different projects). But all the tutorials I’ve found only cover basic systems—nothing that fits with more complex setups.
Please, if any of you pros are bored and feel like helping—explain how to connect all this. What’s the best approach?
- Blendspaces?
- State machines?
- A mix of both?
My friend and I worked our butts off at our jobs to save up, quit, and go all-in on making at least a game demo. But as you can guess, time and money are running out. I really don’t wanna give up now.
I know some of you get what it’s like—working on your passion after a long day, barely having any energy left. Hoping for some help here. Thanks a ton!