Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
8
Found in
2019.1.0a5
2019.1.0a10
Issue ID
1105332
Regression
Yes
CanvasScaler.Update() allocates Memory every frame
To reproduce:
1. Download attached project “アーカイブ.zip" and open in Unity
2. Open “SampleScene” scene
3. Enter to Play mode
4. Open Profiler
5. Search for CanvasScaler.Update()
Expected results: In CanvasScaler.Update() GC Alloc shows that there is 0 B Memory allocated
Actual results: In CanvasScaler.Update() GC Alloc shows that there is 64 B Memory allocated
Notes:
- This issue appears on both Windows (Editor and Standalone), macOS (Editor and Standalone), iOS and Android
Reproduced on Unity 2019.1.0a5 and 2019.1.0a13
Not reproduced on Unity 2018.3.2f1 and 2019.1.0a4
Regression on Unity 2019.1.0a5
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Wei-Lin-D
Jan 11, 2019 03:44
I also noticed this problem.
The Profiler says there is always 64B memory kept in CanvasScalar.Update().
Waiting for fix.
Wei-Lin-D
Jan 11, 2019 03:40
I also noticed this problem.
The Profiler says there is always 64B memory kept in CanvasScalar.Update().
Waiting for fix.
Wei-Lin-D
Jan 11, 2019 03:35
I also noticed this problem.
The Profiler says there is always 64B memory kept in CanvasScalar.Update().
Waiting for fix.