Where are sprites disposed?

● ARCHIVED · READ-ONLY
Started by Tsukihime 3 posts View original ↗
  1. I'm looking at Spriteset_Base, Map, and Battle, and I see the methods for creating and updating sprites..but I don't see any disposal.


    Is it no longer necessary in MV?
  2. I think the garbage collection is just better :p
  3. I'm pretty sure there's a .destroy() methods in various texture, shader and renderer caches in PIXI.js. You can probably create a method for manually calling destroy on them.