Search found 1 match
- Mon Jun 05, 2023 6:20 am
- Forum: Dialogue System for Unity
- Topic: Animations interrupted when moving to a new dialogue node
- Replies: 7
- Views: 415
Re: Animations interrupted when moving to a new dialogue node
It sounds like you're experiencing an issue where the animation doesn't play fully when you click through the dialogue nodes quickly. This behavior is expected because the Dialogue System (DS) typically moves to the next node as soon as it receives input. To ensure that the animation plays in full b...