Import MakeHuman model

Hello, is it possible to successfully import a MakeHuman model and assign a texture to it? I can't seem to assign the material with the texture to the MakeHuman model.

- YouTube :slight_smile:

I'm a programmer and i never worked with Make Human but i'll try to give some hints:

  • Have you unwrapped your model (correctly)?
  • When importing FBX files you can specify what materials should be created.
  • You can assign own materials later, but only to instances of your model. That means you have to drag-drop your asset into the scene and there you can add/delete materials.
  • After you've done changed to your instance you can create a prefab and save the model as it is in the scene.

good luck