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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (fix version 4.3.1-preview.0):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/291