Gray textures when importing model

Hi!

Whenever I import a model, I get gray textures. It’s no problem when the model has 1 or 2 textures, but now I have to import a level model with 100+ objects and I don’t think manually picking the textures is an option.

What’s the easiest way to get all textures correctly?

Thanks!
KakCAT

1 Answer

1

Unity isn’t finding your textures. The “Textures” section on this page explains how Unity looks for textures: Unity - Manual: Mesh asset

thanks a lot! :)