Search Issue Tracker
Fixed in 2021.3.12f1
Fixed in 2021.3.X, 2022.1.X, 2022.1.12f1
Votes
0
Found in
2020.3.2f1
2021.3.0f1
2022.1.1f1
Issue ID
UUM-4005
Regression
No
[Backport] GraphicsBuffers constructor and other API that returns GraphicsBuffers allocate garbage
Reproduction:
1. Download and open repro project
2. In project tab, open the scene from Scenes folder
3. Window > Analysis > Profiler
4. Dock the window in the editor
5. Ensure "record" icon is red in profiler (top left) and mode dropdown shows "playmode"
6. Ensure CPU module is enabled (from modules dropdown in top left of profiler window)
6. Enter playmode
7. click the CPU graph - this will pause playmode and display detailed data
8. in profiler window, in the detailed view (bottom pane), find or use search bar to locate the marker "repro"
9. Check the value in "GCAlloc" column
repro: 2022.2.0a9, 2021.2.0a18
no repro: 2021.2.0a17.2411
observed: the profiler marker shows the API call has allocated garbage
expected: calling the API does not allocate garbage
NOTE: there is non-zero GCAlloc shown in the example in 2021.2.0a17 - but it is lower than the repro version(s).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment