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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Export Asset is intended to export only the mesh asset. Use Export Prefab to include the GameObject and it's components.