'SketchUp and Unity3D
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?
Solution 1:[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)
Solution 2:[2]
Unpacking the prefab and putting the material with my texture to the materials of that white image is a solution.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | Anonymous |