Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BG - Chaining animations causes them to not fully play back #6432

Open
j-conrad opened this issue Jan 10, 2024 · 0 comments
Open

BG - Chaining animations causes them to not fully play back #6432

j-conrad opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
Behavior Graphs bug P0 Needs immediate attention

Comments

@j-conrad
Copy link
Contributor

j-conrad commented Jan 10, 2024

Description
When attempting to play multiple animations on an object via behavior graph, all but the first animation appear to play all the way through. This occurs regardless of animation speed or duration.
Note: The console debug incorrectly shows that the animations finished playing.

To Reproduce
Steps to reproduce the behavior:

  1. Open the included .blend file
  2. Note the 3 cones: Left/Center/Right. Left has the 'flip' animation, right has the 'upright' animation, center has 'flip', followed by 'upright'.
  3. Run in Hubs
  4. Clicking the left or right cones shows the 'flip' and 'upright' animations, respectively. But clicking the center cone shows 'flip' play fully, followed by the 1 second delay, but then 'upright' only plays halfway.

Expected behavior
The center cone should play 'flip', delay 1 second, then play 'upright' all the way to completion.

Screenshots
Video capture

Unchained animation graph (on leftmost cone):
image

Problematic situation with the chained graph (center cone):
image

Hardware

  • Device: Desktop
  • OS: Windows
  • Browser: Chrome

Uploading AnimationChaining.zip…

@j-conrad j-conrad added bug P0 Needs immediate attention Behavior Graphs labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Behavior Graphs bug P0 Needs immediate attention
Projects
None yet
Development

No branches or pull requests

2 participants