In my project I have 4 instances of an object. Is there a way I can have those 4 objects recognized as just one instance?
Develop games in your browser. Powerful, performant & highly capable.
They are already recognized as that, I think.
If you create 4 sprite_1 and use a pick all sprite_1 that would select all 4 instances. If you then apply some action to sprite_1 it will be done to all of them.