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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Export Asset is intended to export only the mesh asset. Use Export Prefab to include the GameObject and it's components.