I have a system where a big object is created at a point along with one or more smaller objects, the smaller objects need to follow the bigger objects around. There needs to be multiple instances of the bigger objects, each with instances of the smaller objects following them.
For example:
One object is created along with three instances of different, smaller objects that always follow it
Another instance of that object is created along with three instances of different, smaller ones that always follow it
And so on.
I'm struggling to get this to work reliably, I can't get the smaller objects to follow the bigger objects that they're supposed to be following. If you could help me out I would appreciate that.