Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1157072
Regression
No
Control Track is not deterministic under workload when its clip ends before the final frame
How to reproduce:
1. Open the attached project ("case_1157072-TimelineNotDeterministic.zip")
2. Open the repro scene ("SampleScene")
3. Enter play mode
4. Press "A" to start the animation and then "S" to add some workload
Expected results: Track always reaches the end and fills the image fills the entire screen
Actual results: Track is not deterministic and so the image does not always fill the entire screen
Reproducible with: 2019.1.4f1, 2019.2.0b4, 2019.3.0a4
Notes:
1. "DirectorRealTimeline" timeline has Fixed Length duration mode so there is a gap from the end of the clip to the actual end of the timeline. If this timeline has a duration that fits perfectly to control track's clip tail, it is not possible to reproduce this bug.
2. Couldn't test with 2017.4 and 2018.4 because of missing Timeline functionality
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
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Resolution Note:
This is a known issue with control tracks. Timeline only samples, it does not 'sweep' when evaluating. Control Tracks will leave objects in the last state they were evaluated, similar to animation tracks that don't use extrapolation. The workaround being is to set the other director extrapolation method to hold and extend the clip.