Hello! I’ve been struggling with this for some time now and there doesn’t seem to be an explanation on the web…
Sooo, I’ve tried creating new objects in this way:
And what it does is this:
What am I missing? I guess that the same name produces the instance being created on the same memory location. But how do I always generate new names? Is there a way to get like a random new name from a pool? Or do I link it to the instance name of the owner? Any advice will help.