When i import my 3d models in unity they have no texture. What is the problem?
1 Answer
1When you import an asset, the textures are imported separately, but to the same folder. Just assign the texture to the material on the gameobject, and save it as a prefab.