Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
3.3.1
Issue ID
1203634
Regression
No
1.1KB of GC Alloc is generated every frame when Monetization.Initialize is called
How to reproduce:
1. Open the attached project "1203634.zip"
2. Open the Sample Scene
3. Open the Profiler window (Window -> Analysis -> Profiler)
4. Enter Play mode
5. Select any frame in the Profiler
Expected result: There is no GC Alloc under GUI.Repaint
Actual result: There is 1.1 KB of GC Alloc under GUI.Repaint every frame
Reproducible with: Unity 2018.4.14f1 (3.0.1, 3.3.1), Unity 2020.1.0a16 (3.0.1, 3.3.1)
Notes:
It does not matter if Monetization.Initialize is called once or multiple times, there will always be 1.1 KB of GC Alloc every frame.
UnityEngine.Monetization did not exist prior to package version 3.0.1, therefore the issue was not reproducible.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
- "Sample Gradient" node can be connected to the "Sub Mesh Mask" input and makes the VFX Graph uncompilable
Add comment