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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.