Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.3.7f1
Issue ID
1229983
Regression
Yes
Inaccurate Physics behaviour after reloading scene
How to reproduce:
1. Open attached Unity project
2. Play ScaleCapsule scene
3. Notice falling wall of crates. If the wall doesn't fall, press left mouse button to reload scene.
Expected result: Crates don't fall. The wall stays in its position.
Actual result: Crates fall.
Reproduced with: 2019.3.7f1.
Not reproduced with: 2018.4.20f1, 2019.3.0f1, 2020.1.0b3, 2020.2.0a4.
Notes:
Couldn't reproduce on 2017.4 because of missing prefabs.
Information on reproducible versions might be not correct enough because the issue is not reproducible consistently.
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
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
Resolution Note:
PhysX only guarantees the same result when started from exactly the same setup. If you reuse the main scene it's not recreated - some caches are still there and will affect the simulation outcome. Create another scene for physics, enable local physics and make sure to destroy the scene between reloads.