Loading Blender models through script?

Is it possible to load a .blend file into the scene through code? I’m trying to create it as a GameObject without dragging it into the scene manually.

You would need to create a prefab with you blender model. See doc HERE.

Then you will have to instantiate it like that.

Good luck !