Is it possible to load in SketchUp models at runtime?

I’d like to create a simple app where you can import SketchUp models into a Unity scene at runtime.

Is this even possible? I’ve Googled quite a bit but couldn’t find anything useful. I did find you can import models in the editor but could this be done via scripts and a “file browser” function?

This is not supported by unity by default, you would need to code it yourself, a really hard task even if you have high programming skills if the specified format (in this case sketchup) is not well documentated.

arent you able to use the exported objects from sketchup rather than the sketchup file itself? You could export from sketchup to fbx/obj and use a plugin like this:

to import at runtime