Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0f2
Issue ID
1077623
Regression
No
AnimationPlayableUtilities.Play adds count to any existing playables instead of replacing them
To reproduce:
1. Open the user attached project
2. Open the SampleScene
3. Enter the Play Mode
4. Select the Robot.
5. Click Toggle in the Inspector window under Script Component few times.
Actual results: AnimationPlayableUtilities.Play adds count existing playables instead of replacing them
Expected results: AnimationPlayableUtilities.Play replace existing playables
Reproducible with: 2017.1.5f1, 2017.2.3p4, 2017.4.10f1, 2018.1.9f2, 2018.2.7f1, 2018.3.0b1
Notes:
- Each click triggers the OnValidateMethod which calls AnimationPlayableUtilities.Play.
- Each call increases the Clip Count and other details shown on the Animator, indicating that the existing data is being added to rather than replaced.
- This seems to have no effect on gameplay or anything else, but when the numbers get sufficiently large (over 1000) it starts affecting the frame rate.
- There doesn't seem to be a way to check if the PlayableGraph is currently being played by the Animator in order to avoid calling Play repeatedly.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Add comment