Search Issue Tracker
By Design
Votes
0
Found in
6000.3.0a6
6000.4.0a1
Issue ID
UUM-115963
Regression
No
RTHandles remain allocated when unloading a scene that uses a custom renderer feature
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/StartScene.unity“ Scene
3. Enter the Play Mode
4. Open the Memory Profiler (Window > Analysis > Memory Profiler)
5. Click the “Capture New Snapshot“ button in the Memory Profiler window
6. In the Game View, click the “Load sample scene” button
7. Open the Memory Profiler again and click the “Capture New Snapshot” button
8. In the Game View, click the “Load Start Scene” button
9. Open the Memory Profiler again and click the “Capture New Snapshot”
10. Compare the first and third memory snapshots by navigating to the Unity Objects tab in the Memory Profiler and checking the RenderTexture allocation values
Expected result: The third memory snapshot should match the first memory snapshot
Actual result: The third memory snapshot still shows RenderTexture allocations remaining in memory
Reproducible with: 1.1.8 (6000.0.56f1 , 6000.2.2f1, 6000.3.0a6)
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Unity will render the last captured frame if there is no camera in a scene