Search Issue Tracker
Fixed
Fixed in 6000.0.39f1, 6000.1.0b7, 6000.2.0a4
Votes
0
Found in
6000.0.34f1
6000.1.0b2
6000.2.0a1
Issue ID
UUM-93081
Regression
Yes
"Failed to create Convex Mesh from source mesh" PhysX errors are thrown when looking around the Scene View while Collision Geometry is set to true
Steps to reproduce:
1. Open the attached “MemoryProblemTesting.zip” project
2. Open the “SampleScene”
3. Open Window → Analysis → Physics Debugger
4. Make sure “Collision Geometry” is turned on
5. Use “Mouse Look” to look around the Scene View
6. Observe the Console Window
Expected result: No errors are thrown
Actual result: Internal PhysX errors are thrown
Reproducible in: 2023.2.0a12, 6000.0.34f1, 6000.1.0b2
Not reproducible in: 2021.3.47f1, 2022.3.56f1, 2023.2.0a11
Reproducible on: Windows 11, Windows 10
Not reproducible on: No other environment tested
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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Resolution Note (fix version 6000.2.0a4):
Fixed PhysX error "Failed to create Convex Mesh from source mesh" from being thrown when looking around the Scene View while having the Physics Debug tab open by dynamically computing the camera frustum instead of relying on the clipToWorld matrix from the camera, which under certain camera angles can result in invalid data for PhysX.
Resolution Note (fix version 6000.1.0b7):
Fixed PhysX error "Failed to create Convex Mesh from source mesh" from being thrown when looking around the Scene View while having the Physics Debug tab open by dynamically computing the camera frustum instead of relying on the clipToWorld matrix from the camera, which under certain camera angles can result in invalid data for PhysX.
Resolution Note (fix version 6000.0.39f1):
Fixed PhysX error "Failed to create Convex Mesh from source mesh" from being thrown when looking around the Scene View while having the Physics Debug tab open by dynamically computing the camera frustum instead of relying on the clipToWorld matrix from the camera, which under certain camera angles can result in invalid data for PhysX.