Search Issue Tracker
Won't Fix
Won't Fix in 1.5.X
Votes
1
Found in [Package]
1.5.1-pre.3
Issue ID
TB-9
Regression
No
Timeline Signal Track cannot be used in Custom Playable Graph when there is no Playable Director
Reproduction steps:
1. Open user attached project
2. Open "Assets\\SampleScene"
3. Press Play
Expected result: The Timeline is played with no errors
Actual result: MissingComponentException: There is no 'PlayableDirector' attached to the "GameObject" is thrown
Reproducible with: Built-in (2018.4.30f1), 1.2.17 (2019.4.17f1), 1.3.6 (2020.1.17f1), 1.4.5 (2020.2.1f1), 1.5.1-pre.3 (2021.1.0b1)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The PlayableDirector is necessary for the proper execution of the Signal Track. We tried extricating the dependency, but it is not possible.
Resolution Note (1.5.X):
The PlayableDirector is necessary for the proper execution of the Signal Track. We tried extricating the dependency, but it is not possible.