Search Issue Tracker
Fixed in 2018.3.8f1
Fixed in 2018.3.X, 2019.1.X
Votes
23
Found in
2018.3.0a1
2018.3.0b8
2019.1.0a1
Issue ID
1097039
Regression
No
ScriptableRuntimeReflection allocates 17 Bytes of GC per frame
Steps to reproduce:
1. Create a new project
2. Open the profiler window
3. Enter Playmode
Expected result: no GC allocation from ScriptableRuntimeReflection
Actual result: 17B of GC allocation pre frame
Reprododuced on 2018.3.0b12, 2019.1.0a11
Earlier versions do not single out this allocation in the profiler
Fixed 2018.3.8f1, 2019.1.0b5, 2019.2.0a7
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
joniwalkerkiy
Apr 15, 2021 07:55
thank you for sharing. http://188.166.234.33/
DrEvil
Feb 14, 2019 13:48
Still happens in 2018.3.5f1
buc
Feb 12, 2019 18:58
It is marked as "Fixed in Unity 2019.2",
but with the newest and at the moment of writing the only version 2019.2.a4 I'm still getting 17B of gc.alloc every frame in the editor and 9B in the build.
Mr-Jun
Feb 10, 2019 23:05
I'm seeing this in 2018.3.5f1 as well.
AcidArrow
Jan 27, 2019 13:49
How is this NOT a regression? I never had this before.
Zeeppo-Games
Jan 23, 2019 12:39
Same here. In the Editor and Android build. 17B of garbage every frame
Zeeppo-Games
Jan 23, 2019 12:16
Same here. In the Editor and Android build. 17B of garbage every frame
Dave-Carlile
Jan 22, 2019 19:14
Also in 2018.3.2f1. Both in editor and in a standalone windows build.
Dave-Carlile
Jan 22, 2019 18:18
I'm seeing this in 2018.3.0f2
Bodhid
Dec 08, 2018 11:51
Also happens in the latest Unity 2018.3.0 RC 1.
In previous unity versions it happened in the Editor Only. I'm now having these 17 bytes per frame in standalone builds as well