简体   繁体   中英

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?

You can use the Unity importer

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

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)

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM