Hello! I have managed to handle the texture memory so that the entire App runs at 62-64mb. My App is heavily loaded with high resolution images. I would like to know if there is any way to handle a photo captured with “media.capturePhoto ()”. I did not expect the variety of cameras on different Android devices. A single photo of a premium device ups the texture memory to 115mb and I’ve tried devices that raise it to 135mb. I do not know if that drastic rise in memory is of great importance.
The scene that uses the photo is the main scene of my App. And that photo is there until the user decides to erase it because it is the only scene that I do not remove of the App.
Thanks
DoDi