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
- Addressables Report window UI is broken when opening via Build > New Build > Default Build Script
- Addressables Profiles window UI break when creating a new Variable with a long name
- No character limit when renaming Profile in Addressables Profile window, allowing excessively long names
- Blurry, low quality Active Profile icon used in Addressables Profiles window
- Tree Asset Preview window is not updated after assigning a new Material
Resolution Note:
Export Asset is intended to export only the mesh asset. Use Export Prefab to include the GameObject and it's components.