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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
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.