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
- Extra empty space appear in Project Settings > Scene Template Types scroll list when scrolled right
- Not all Types in Project Settings > Scene Template are truncated and margin is missing next to scrollbar
- “[In Project] Unknown filter “i”” message is thrown in Search window
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
Add comment