unity-game-engine - 如何导出包含所有场景的整个 Unity 项目?

标签 unity-game-engine zip export

我想将 Unity 项目导出为 ZIP 文件夹,但不能。当我单击Asset > Export Packages 时,仅导出一个场景。我想导出项目以便发送。

最佳答案

您可以压缩 Assets 文件夹和 ProjectSettings 文件夹并忽略所有其他文件和目录。

您不需要 Library 和 Obj 文件夹。它们是自动创建的。

项目文件 (.csproj) 和类似文件也会自动创建。

或者,您可以将整个项目导出为包:

Use Export Package to create your own Custom Package.

  1. Open the project you want to export assets from.

  2. Choose Assets > Export Package… from the menu to bring up the Exporting Package dialog box.

  3. In the dialog box, select the assets you want to include in the package by clicking on the boxes so they are checked.

  4. Leave the include dependencies box checked to auto-select any assets used by the ones you have selected.

  5. Click on Export to bring up File Explorer (Windows) or Finder (Mac) and choose where you want to store your package file. Name and save the package anywhere you like.

关于unity-game-engine - 如何导出包含所有场景的整个 Unity 项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41150826/

相关文章:

matrix - Unity3D 相机矩阵的高级信息

performance - 如何收集Unity上的Profiler数据?

java - 使用包含特殊字符的目录创建 zip

angular - export *(星号)在 Angular/Typescript 中是什么意思

c# - 如何在不减慢至 0.3 FPS 的情况下移动 500 个 Rigidbody 立方体?

android - Unity3d : Android and iOS Push Notifications

list - 在 Haskell 中配对相邻列表项

c++ - 压缩包 - 错误 : Error while opening the archive : no error

javascript - html 到 excel 导出

Eclipse 下的 Android Build/Progard 日志