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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note (fix version 4.3.1-preview.0):
https://github.com/Unity-Technologies/com.unity.probuilder/pull/291