When I run the scene on the Unity Editor (freshly opened), with a simple scene, I get the following in the profiler:
(see attachment1)
If I then go, and run this on a device, with the profiler attached (Ipad, clean install), the reference count is now as follows:
(see attachment2)
I have read a lot of post on the forum, about older versions of NGUI, having old references to atlases/ spritesheets, and never letting go of them. Could this be the case again? I think I did have a reference to that spritesheet before in the scene, but not anymore, and I'm 100% certain that nothing is referencing those things anymore.
Whats the solution here?
Thanks