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
- [Happy Harvest] #ThunderLabel text is "\u26C8" instead of "⛈"
- Warning “New Sprite Atlas: There is a mismatch in secondary textures of sprites compared to WhiteUnit, wasting texture space and potentially break draw call batching. Affected Sprites are (Flag)“ is thrown when packing Atlas with Sprite Atlas V2
- Sprite Editor dropdown text is cut-off for options with longer text
- Sprite Editor can't be scrolled horizontally using the trackpad gesture
- BRG picking skips BatchDrawCommandProcedural when selecting the GameObject in the scene
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.