Importing models from Unity to Unity

Hello everyone,

I am working on a unity 3d game and a class mate of mine made some models in cinema4d. He exported them to fbx but unfortunately the materials didn’t come along.

He then imported his models in a unity project, made a scene and passed me the fbx, the scene and the textures/materials.

When i try and load the scene the meshes are not found(probably something to do with folder structure).

When i load the fbx and set the unity .mat files everything is still gray.

My question is:

HOW do i import a model with materials and colors from one unity project to another?

Because connection between assets are a project feature, you can’t directly copy/paste them. You need to make a .unitypackage with the selected assets.

Regards

  • Alex