I use SkethUp for 3d-modelling. I have some problems with exporting the models with images in Unity, the images aren't exported if I use file.skp and are exported, but not displayed if I use file.dae. Does someone know the right way to do it?
CodePudding user response:
You can use the Unity importer
CodePudding user response:
Unpacking the prefab and putting the material with my texture to the materials of that white image is a solution.