Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.1.0a9
Issue ID
1101150
Regression
No
Inconsistent deltaTime values when "Update Mode" is "Animate Physics" and "DirectorUpdateMode" is "UnscaledGameTime
How to reproduce:
1. Open attached project "case_1084441-Playables_Update_Mode_Bug.zip" and scene "SampleScene"
2. In Hierarchy window, select "Cube"
3. In Inspector window, set Animator (component) -> Update Mode -> Animate Physics
4. In Inspector window, set NewBehaviourScript (component) -> Director Update Mode -> Unscaled Game Time
5. Enter Play mode and observe Console window
Expected result: the printed values are either a constant "0.0167"
Actual result: the printed values hover around "0.0167" and behaves almost identical as with Director Update Mode -> Game Time
Reproducible with: 2017.4.15f1, 2018.3.0b11, 2019.1.0a9
Note:
the first printed value is always 0.0167
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 mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
- Invalid asset path & Invalid value for font MissingAssetReference Warnings are spammed when deleting a Font used by any Element in UI Builder
Resolution Note:
This is an architectural flaw. Animator and Director should always be on same Update Mode, otherwise unexepected results.
This is edge-casy, so closing.