If have an object that loads different local textures via url over and over without leaving a layout will that eventually run up my memory?
Edit:
Or will garbage collection eventually take care of things?
If you run it in chrome you can use the chrome-taskmanger (Shift-Esc) to controll if you have an memory leak. If it increase steadily you have a problem.
Develop games in your browser. Powerful, performant & highly capable.
Alright, I'll give it a test, thanks.
Looks like it cleans up on its own fairly well, at least on Chrome that is.
No idea what a large influx of extra textures would do, or if this has any effect on jank.