Search Issue Tracker
By Design
Votes
0
Found in
5.3.2f1
Issue ID
768368
Regression
No
[RenderTexture] Creating new RenderTextures and assigning it to camera leaks memory
Steps to reproduce:
1) open 'stripped.zip' project
2) run the scene
3) open task manager
- notice how fast memory is increasing
RenderTexture rt = new RenderTexture(1024, 1024, 16, RenderTextureFormat.ARGB32);
camera.targetTexture = rt;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- 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
Add comment