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
- 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 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.