Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
4.4.0
4.5.0
4.5.2
5.0.1
5.0.3
5.0.4
5.0.6
Issue ID
PBLD-25
Regression
No
Fbx model is incorrectly converted to a ProBuilder editable object when using ProBuilder's ProBuilderize function
Reproduction steps:
# Open the attached “ProBuilderizeBug.zip” project
# Open the “/Assets/Scenes/SampleScene.unity”
# Select the “Street Light” GameObject in the Hierarchy window
# Open the ProBuilder window (Tools > ProBuilder > ProBuilder Window)
# Select the “ProBuilderize” button in the ProBuilder window
# Observe the Model in the Scene View
Expected result: The fbx model is correctly converted to a ProBuilder-editable object
Actual result: Som of the converted ProBuilder-editable object’s faces have incorrect normals, some faces missing
Reproducible with: 4.4.0, 4.5.0, 4.5.2, 5.0.1, 5.0.3, 5.0.4, 5.0.6 (2020.3.37f1, 2021.3.8f1, 2022.1.13f1, 2022.2.0b4)
Reproducible on: Windows 10 (21H2)
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
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
- Unity icon is poorly visible in the "Build Profiles" window when "Dark" editor theme is selected
- UI Toolkit Transition Animation is ignored when background-size property has a starting value of 0
- Error "Assertion failed on expression: 'i->previewArtifactID == found->second.previewArtifactID'" is present when creating Render Texture
Resolution Note:
Importing the mesh in a DCC and re-exporting it as an FBX with homogeneous scale is creating the same holes in the mesh than the probuilderize action.
This is because the original mesh contains some errors, such as vertices that should be collapsed or intersecting geometry.
Thus it does not seems that problem is not coming from the ProBuilderize action.