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
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
- Stencil buffer is incorrectly cleared across Vulkan render passes during depth-only clear operations when using CommandBuffer API
- A non-existent webpage is opened when "Learn about Unity Build Automation" hyperlink is clicked
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.