TMX Loader and PyTK intercept too many assets
Sakorona opened this issue ยท 0 comments
Testing while Pathos was looking up OOM items revealed that PyTK and TMX Loader have too many interceptors, causing high amounts of overhead.
A recommendation was that it should use as few as possible (one if possible) and hen keep an internal dictionary of textures or something similar, like CP does. This will also speed up load times considerably.