Search Issue Tracker
Fixed in 2019.4.X
Votes
0
Found in
2018.1.0f2
Issue ID
1084441
Regression
No
The Manual mode is stuck when changing "DirectorUpdateMode" to manual in Play mode via script
How to reproduce:
1. Open attached project "Playables Update Mode Bug.zip" and scene "SampleScene"
2. Enter Play mode
3. In the Hierarchy window, select "Cube"
4. In Inspector window, change "New Behaviour Script (Script)" -> "Director Update Mode" -> "Manual"
5. Observe Console window
6. In Inspector window, change "New Behaviour Script (Script)" -> "Director Update Mode" -> "Game Time"
7. Observe Console window
Expected result: the Director Update Mode changes back to Game Time and the console prints values similar to 0.000167
Actual result: no values are being printed
Reproducible with: 2017.4.15f1, 2018.3.0b11, 2019.1.0a9
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2019.4):
Set Manual UpdateMode stops the graph, but there was a bug preventing from restarting it later. This bug is fixed, but users still need to call Play() after setting the UpdateMode to something else than Manual.