Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0b17
Issue ID
654975
Regression
Yes
[PackageExport] AssetDatabase.ExportPackage fails with ExportPackageOptions.IncludeLibraryAssets
Steps to reproduce:
1. Download and open attached project
2. Click on Assets\Export Project menu option. Error will be thrown:
Error while exporting package: Couldn't copy metadata
UnityEditor.AssetDatabase:ExportPackage(String, String, ExportPackageOptions)
ExportProject:ExportThisProject() (at Assets/ExportProject.cs:10)
Code to export package:
AssetDatabase.ExportPackage ("Assets", "MyPackage.unitypackage", ExportPackageOptions.IncludeLibraryAssets | ExportPackageOptions.Recurse);
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on 'TransformParticleMesh' when editing the MeshFilter during PlayMode
- UI Toolkit Window popups are cropped when using an UHD monitor coupled with a lower resolution monitor
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
Add comment