Search Issue Tracker
Fixed in 4.3.1-preview.0
Votes
0
Found in [Package]
4.3.0-preview.9, 4.3.0-preview.6
Issue ID
1248708
Regression
Yes
[ProBuilder] Error thrown when "Weld Distance" is set to 2 or higher and Weld Vertices button is selected from ProBuilder window
When "Weld Distance" is set to 2 or higher and "Weld Vertices" button is selected from Options window, it causes the editor to throw below error:
"[Physics.PhysX] TriangleMesh::loadFromDesc: desc.isValid() failed!
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)"
Refer attached video.
Steps to repro:
1. Create a new project.
2. Window > Package Manager > ProBuilder(4.3.0-preview.9) > Install
3. Tools > ProBuilder > ProBuilder Window
4. Create a new shape
5. Select "Vertex Selection" tool in scene view
6. Drag mouse to select all the vertices on the Cube
7. Open "Weld Vertice" option window
8. Set Wel Distance to 2 and select "Wel Vertices"
Actual Result:
"[Physics.PhysX] TriangleMesh::loadFromDesc: desc.isValid() failed!" error is thrown on selecting "Weld Vertices" tool
Expected Result:
Vertice should be weld without throwing any exception in the console
Occurring in:
2020.2.0a12, 2020.1.0b9 with package version: 4.3.0-preview.9, 4.3.0-preview.6
Working fine in:
2020.2.0a12, 2020.1.0b9, with package version: 4.3.0-preview.4, 4.2.3, 4.2.1
Environment:
Windows10 and macOS 10.14
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note (fix version 4.3.1-preview.0):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/291