Search Issue Tracker
Fixed in 0.5.0-preview.1
Votes
1
Found in [Package]
0.51.0-preview.32
Issue ID
1214110
Regression
No
Movement of Unity Physics and Havok Physics objects are dependent on the framerate
How to reproduce:
1. Open attached project "New Unity Project.zip" and scene "SampleScene"
2. In Hierarchy window, select "physics_step"
3. In Inspector window, set "Physics Step" -> "Simulation Type" to either "Unity Physics" or "Havok Physics"
4. In Hierarchy window, select "FrameLimiter"
5. In Inspector window, set "Desired FPS" to 0 (this will uncap the fps of the Editor)
6. Enter Play mode
7. In Scene view, observe the amount of time it takes for the sphere to move from one column to another (on my machine it takes about 9 seconds)
8. Repeat steps 4-6 but with "Desired FPS" set to 30
9. In Scene view, observe the amount of time it takes for the sphere to move from one column to another (on my machine it takes about 60 seconds)
Expected result: the sphere travel time with different "Desired FPS" is the same
Actual result: the sphere travel time with "Desired FPS" set to uncapped is about 9 seconds and "Desired FPS" set to 30 is ~60 seconds
Reproducible with: 2019.3.0f5, 2020.1.0a20 (0.1.2)
Could not test with: 2017.4, 2018.4 (Havok and Unity Physics not yet implemented) AND 2019.2.19f1 (0.1.1) ("Havok.Physics trial period has ended. is thrown" and the sphere does not move)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 0.5.0-preview.1):
Fixed in: 0.5.0-preview.1