- Home /
Terrain not unloading texture.
I have a fairly large number of terrain objects. I load and unload these as needed to create a large game area. Most of the time the Texture2D of the terrain unloads, but sometimes they do not and when this happens the game can quickly run out of memory. I have tried to access the textures of the terrain but cannot get at them. How can I fix this?
Comment
Your answer
Follow this Question
Related Questions
Paint Grid Texture 1 Answer
One texture loaded, used in multiple terrains, Possible? 0 Answers
Texture and Texture2D for GUI (simple question) 1 Answer
Is it possible to export base texture from unity terrain? 1 Answer
Loading external Image as Texture2D increases memory consumption dramatically on iOS 0 Answers