Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0p4
Issue ID
948995
Regression
No
BasicPlayableBehaviour OnBehaviourPlay does not always get triggered in Timeline
Steps to reproduce:
1. Open attached ‘BasicPlayableBehaviour.zip' Unity project
2. Open scene ‘Test'
3. Enter Play mode
Expected results:
Every BasicPlayableBehaviour clip OnBehaviourPlay in the Timeline is fired
Actual results:
One or more BasicPlayableBehaviour clips are skipped
Reproduced in: 2017.3.0a7, 2017.2.0b11, 2017.1.1p1, 2017.1.0b3
Note: Entering the Play mode while paused (or clicking Step through the duration of the timeline) seems to produce different results, sometimes a different clip is skipped or none are skipped at all.
-----------------------------------------------------
By design:
Timeline evaluates at discrete points based on the frame rate. It is possible timeline may not evaluate at a point where the time overlaps a clip.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
Add comment