Hello, in my project i need to create a lot of sprites (we talking about 500 + something) every frame and destroy in next but alas, it seems that i dont dispose them properly and framerate drops extremely quickly, albeit at start it seems okayish
I add each to some sprites container and clear it with
sprites_container.removeChildren();
i dont keep references to sprites
Id appreciate help regarding this issue