Hey there, it looks like the issue is that you’re disposing the material but not the texture. If you pass true as the second param to material.dispose() then it will dispose the texture as well, after which the texture count is 0. https://playground.babylonjs.com/#YDO1F#847
PS, if you use the Inspector it’s an easier and I think more reliable way to track the textures.