Long story short, in my game each mesh is copied several times at a known offset (basically making a grid of the same small level several times). Designing these levels has been a challenge because if I modify one asset, I need to manually update all the others. I’m looking to automate that.
One idea was to have a utility widget that’s watching the “reference” mesh and then automatically updating all the other “proxy” meshes to match. Is that even possible? Any other ideas on how to approach the problem?