I’m currently working on a game, which I’m trying to make as modular as possible. I’m fairly sure this can be done, and if it can, it would make this a LOT easier.
I want to be able to load objects from a external .blend file, so that if it needs a certain character model, it can be in another .blend file, and I can just grab it. How would I go about doing this?
thanks!