Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.5.X, 5.6.X, 2017.1.X, 2017.2.X
Won't Fix in 5.4.X
Votes
0
Found in
5.6.1f1
Issue ID
919162
Regression
No
Texture2DArray.Apply(makeNoLongerReadable: true) doesn't free heap memory
How to reproduce:
1. Open user provided project
2. Build standalone or to mobile device
3. Inspect heap memory
Expected behaviour: Using Texture2DArray.Apply(makeNoLongerReadable: true) should act like Texture2D.Apply(makeNoLongerReadable: true) and release heap memory
Actual behaviour: The memory does not get released.
Reproduced on: 5.5.4f1, 5.6.1p3, 2017.1.0b9, 2017.2.0a3
Reproduced using: iOS, Mac and Android
Fixed in: 2017.3.0a2
Backported to: 5.6.3p1, 2017.1.0p3, 2017.2.0b5
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
wenluzhil
Feb 26, 2020 15:44
I have the same question, how can solve ?