Is it possible to swap a model with another model?

Hey guys,

I’m wondering if it is possible to swap the mesh of a model with another mesh? For example, I have some varying tree models. The way I have my code base set up is that I can add a bunch of tree objects. That works fine if I only have one tree model, but I have several now and was wondering if I could just step over my trees and then randomly pass in a tree variation model to the existing models, on the fly?

Thanks!

1 Like

I’m afraid you have to provide more context so your issue is understandable. Do you mind sharing a live example that shows your current work of progress?