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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Export Asset is intended to export only the mesh asset. Use Export Prefab to include the GameObject and it's components.