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?
Asked
Active
Viewed 122 times
2 Answers
1
You can use the Unity importer
Other way to do this is to export the .obj and the textures files separately, create a new material inside Unity using the textures and attaching it to the object in the scene (you can create a prefab after to have it for later use)

amitklein
- 1,302
- 6
- 23
0
Unpacking the prefab and putting the material with my texture to the materials of that white image is a solution.

Anonymous
- 43
- 1
- 10
-
As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 26 '22 at 15:48