Hello,
I seem to have some memory issues in my game, as this happens after playing for roughly 5 minutes:
https://i.imgur.com/pM7EHy2.png
Now, I don’t really understand why it happens, because pretty much everything in my game comes from a pool, so I almost never dispose anything, and I almost never create anything…
So obviously, I must have forgotten something, but to find out what it is, I’d need to monitor the memory, and most importantly the number of textures stored by Away3D, and the memory occupied by those textures…
I tried AwayStats, but there’s nothing about textures in there… so it’s pretty much useless to me :/
I already use Scout, but it doesn’t provide much detail…
Any idea?
Thanks in advance