Search Issue Tracker
Fixed in 4.0.0-pre.1
Fixed in 3.0.2-preview
Votes
0
Found in [Package]
3.0.1-preview
Issue ID
1276955
Regression
No
[Terrain Tools] RenderTextures leaked in FilterContext
Will eventually crash the editor or at least interfere with rendering as there will not be enough rendertexture resources to use
repro steps
1. Open Window > Analysis > Profiler
2. Enable memory module (profile modules drop down)
3. Under profile modules drop down, select "Memory" row
4. Set profiler to "Editor" (just left of record button)
5. In bottom window, change Simple > Detailed view
a. to see "Gather object references"
6. Get baseline
a. Click Take sample editor
b. View "Gather object references" tab
c. Examine Scene memory > renderTexture (memory used & ref count)
7. Paint with some texture brushes
a. Raise/lower terrain
b. Create new brush with mask filters (add, abs, etc..)
c. Transform > twist
d. Etc..
8. Update baseline (step 5) and compare
Expected results: Should not see increase in scene memory used or ref counts of scene memory objects
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Add comment