Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.5f1
2021.1
Issue ID
1290581
Regression
No
The Timeline doesn't play animation when the Playable Director component's Update Method is Manual
How to reproduce it:
1. Open the user's attached project
2. Load 'MasterScene' scene from 'Assets' > 'Scenes' folder
3. Open the Timeline Window (Window > Sequencing > Timeline)
4. In the Hierarchy view select the 'MasterTimeline' GameObject
5. Enter Play Mode
6. Observe the Game view
Expected result: The woman's animation plays (she walks around the room)
Actual result: The woman's animation doesn't play
Reproducible with: 2019.4.14f1, 2020.1.12f1, 2020.2.0b10, 2021.1.0a5
Could not test with: 2018.4.29f1 and lower (due to errors)
Note:
- Timeline plays when Playable Director Update Method value is 'DSP Clock'/'Game Time'/'Unscaled Game Time'
- To see expected results: comment 27, 28, 50 lines of code in 'TimelineController.cs' and set Playable Director Update Method to 'Game Time'
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Manual mode requires you to call PlayableDirector.Evaluate() yourself.