I have script that make new UITextures when is OnEnable().
Now I'm looking how to get this textures to Destroy them on OnDisable(). It's really important to me to destroy OBJECTS.
My hierarchy:
--Panel (here's my script)
----ScrollView
-------Grid
----------Texture
----------Texture
----------...
----------(here I make new textures objects and this objects I want to completely destroy)