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 MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Add comment