Search Issue Tracker
By Design
Votes
1
Found in
2018.4
2018.4.26f1
2021.1
Issue ID
1280029
Regression
No
AnimationClipPlayable.Pause() doesn't pause animations upon entering Play Mode
Repro steps:
1. Create a new project
2. Import the attached asset package
3. Open SampleScene
4. Enter Play Mode
Actual: The left row animations don't pause
Reproducible with: 2018.4.28f1; 2021.1.0a1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
Changing the behaviour as it may cause regression to existing projects. The problem is that since the animation is in culling mode, as soon as the object is visible, the animation with play, regardless of if it was paused or not. This check is done when entering the play mode and when the object visible state changes. This is why the pause seems to be working correctly when adding a delay, but if the object becomes not visible then visible again, due to the culling, the animation would play again.