ExportPackageOptions.IncludeLibraryAssets 包含库资源
ExportPackageOptions.IncludeLibraryAssets
Description描述
The exported package will include all library assets, ie. the project settings located in the Library folder of the project.
导出包将包含作用库资源,即,项目设置位于项目的库(Library)文件夹。
This is useful for exporting an entire project in a single unitypackage:
这通常用于在单个unitypackage导出整个项目。
AssetDatabase.ExportPackage("Assets/", "Entire Project.unitypackage", ExportPackageOptions.Recurse | ExportPackageOptions.IncludeLibraryAssets );
最后修改:2011年7月18日 Monday 14:33