I have multiple containers in a scene which have as children only sprites, what I’d like to do is to make them interactive by getting a master shape of all the sprites together. Is it possible?
What I was doing until now was seting interactive every sprite inside the container with the same function, but i think it’s more effective to have all that groupped inside the container.