Animation Synchronization - By Daniel Bumbarger

The Problem
In our game you click a tile on the grid and move there. After clicking the move location, the animation for running would stop instantly like a teleport. If you held it down it would play smoothly but run forever past the tile. This de-synchronization makes our realistic looking game not look so realistic and does not make for an enjoyable experience since visuals are extremely important in games.
Problem Solution
So far the issue is all the animations we have used up to this point don't actually move on a plane except the run. The initial thought was to LERP the character while the animation played but this did not work. Since I am new to animations and blending, I am still working on a solution, I want to try giving the character speed and letting the animation take over and test from there. Broken games are not fun to play, especially broken animations, fixing this will make the game feel more smooth and extremely better visually.
Bannerfall
Status | In development |
Author | lazydevstudios |
Genre | Strategy, Adventure |
Tags | Strategy RPG, Turn-based Strategy |
More posts
- Structuring Code in Multi-Interactive Systems by Diogo Vieira Avila98 days ago
- AI please wait - By Daniel Bumbarger98 days ago
- Dialog Relationship and Minimap by Kasey Russell98 days ago
- Main Menu and Combat UI by David Mereles98 days ago
- Audio Fix and Dialog System by Kasey RussellFeb 22, 2025
- Controlling the Narrative: Scalable Spawner by Diogo Vieira AvilaFeb 22, 2025
- Path Finding Situation - By Daniel BumbargerFeb 22, 2025
- Audio System by Kasey RussellFeb 15, 2025
- Griding Up An Environment: Bones of a Strategy Game by Diogo Vieira AvilaFeb 15, 2025
Leave a comment
Log in with itch.io to leave a comment.