YarnSpinnerTool / YarnSpinner-Unity

The official Unity integration for Yarn Spinner, the friendly dialogue tool.
MIT License
491 stars 85 forks source link

LineView.UserRequestedViewAdvancement don't advance line if Animation was running #219

Closed ketexon closed 1 year ago

ketexon commented 1 year ago

Changed LineView.UserRequestedViewAdvancement to interrupt line only if no animation is running.

Change Type

Behavior changes

Fixes #190

The current behavior is that LineView both stops animations and interrupts the line at the same time. With the typewriter effect, for example, it immediately progresses to the next line without showing the full line, which is unexpected from the user perspective.

If this behavior is intentional (which I doubt, as it wasn't mentioned in #169 ), this should be at least be an optional feature.