Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
Issue ID
1120730
Regression
No
ProBuilder meshes created in older versions get corrupted and can't be edited and ProBuilderized
To reproduce:
1. Open attached project
2. Tools > ProBuilder > ProBuilder Window
3. Select the Inside Object (note it's a ProBuilder Mesh)
4. No editing of the ProBuilder Mesh is available with the tools
Reproducible with: 2017.4.21f1, 2018.3.7f1, 2019.1.0b5, 2019.2.0a6
Actual results: ProBuilder mesh is not editable
Expected results: ProBuilder mesh should be editable
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:
It looks like the component is missing all of it's serialized data. I'm not sure how it could have gotten into this state; I was unable to reproduce it in my testing.
As a workaround, you should be able to:
- Use the "Strip ProBuilder Scripts" action to remove the empty ProBuilderMesh component (this is required, as simply removing the component will also clear the MeshFilter).
- Use "ProBuilderize" to make the mesh editable again.