Hi People,
Maybe someone can help me solve this problem I am having with using Android plugins,
I am calling a function on a plugin that displays it’s own screen ,specifically the TapJoy plugin but I don’t think it’s related to a specific plugin, now when I press the back button and regain focus to my Unity app, sometimes some of the textures are missing, (f.e a Texture I use on a GUI and loaded in realtime from the resources folder).
If I then minimize the app and open it up again all the textures are loaded again .
The way I understand it, when there isn’t enough memory, the Android starts deleting textures from the memory of a background activity and when the Unity app regains focus the memory is changed.
my question is how do I stop this from happening? or how do I know if a specific texture is no longer in the memory and load it again?
Thanks!