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
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
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.