从其他项目复制资产
If you want to copy a single asset that does not require any other files (e.g. texture or rendering settings) from another project, you can do it in any of the ways listed here.如果要从另一个项目复制不需要任何其他文件(例如纹理或渲染设置)的单个资产,则可以使用此处中列出的任何一种方式进行。
Composite assets (e.g. a material requiring a texture, or a node that requires several materials linked to plenty of textures) should be migrated from one project to another carefully. To simplify migration of such assets between the projects it is recommended to keep all linked assets (e.g. a node with all meshes, materials and textures it requires) in the same folder. In this case you can simply copy such folder from the data folder of the source project to the data folder of the destination project.复合资产(例如,需要纹理的材料,或需要与大量纹理相关联的多种材料的节点)应仔细地从一个项目迁移到另一个项目。为了简化此类资产在项目之间的迁移,建议将所有链接的资产(例如具有所需的所有网格,材质和纹理的节点)保留在同一文件夹中。在这种情况下,您只需将此类文件夹从源项目的 data 文件夹复制到目标项目的 data 文件夹。
As you open the destination project in the UnigineEditor, all assets from the new folder will be imported automatically with all links and dependencies preserved and you'll be able to use them.在UnigineEditor中打开目标项目时,新文件夹中的所有资产将自动导入,同时保留所有链接和依赖项,您将可以使用它们。