Search Issue Tracker
By Design
Votes
0
Found in [Package]
4.1.0
Issue ID
1173061
Regression
Yes
[ProBuilder] Only Mesh file of PB Object is Exported to Assets
When exporting a ProBuilder Object using the Export Format type as "Asset", only the Mesh file is exported.
Steps to Reproduce:
1. Create a New Project.
2. Window > Package Manager > ProBuilder Package 4.1.0 > Install.
3. Tools > ProBuilder > ProBuilderWindow.
4. Create a new game object using Pro Builder(NOT from Hierarchy).
5. Select game object > click on the + sign next to the "Export" option in ProBuilder Window.
6. Set "Export Format" type as "Asset" and click on Export.
Actual Result:
Only the Mesh file is exported.
Expected Result:
The Gameobject and its Mesh should both be exported.
Occurring with:
2019.3.0a11, 2019.3.0a10, 2019.3.0a9
ProBuilder Package Version 4.1.0
Working Fine in:
2019.3.0a9, 2019.2.0f1
ProBuilder Package Version 4.0.5
Environment:
Windows and Mac
Note:
Versions prior to 4.1.0 not working for 2019.3.0a11 whereas 4.0.5 working with 2019.3.0a9 and earlier unity versions.
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
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
Export Asset is intended to export only the mesh asset. Use Export Prefab to include the GameObject and it's components.