Home > database >  SketchUp and Unity3D
SketchUp and Unity3D

Time:04-27

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

https://docs.unity3d.com/Manual/class-SketchUpImporter.html#:~:text=To import a SketchUp file,view inside the Unity Editor.&text=Generate back-facing polygons in Unity.

CodePudding user response:

Unpacking the prefab and putting the material with my texture to the materials of that white image is a solution.

  • Related