Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
5.1.0f2
Issue ID
700520
Regression
No
[UNet] UNetStaticUpdate() periodically allocates memory
Steps to reproduce:
1. Create empty unity project
2. Open "Profiler" window. In it's search bar type "unet". This will help to observe this issue.
3. Run empty project
4. Pause project after running it for 5 seconds.
5. While in Profiler, go through each frame and notice, that in some frames, UNetStaticUpdate() allocates 72B of memory.
Note: This issue can be observed in attached picture "UnetBug". This memory allocation seems to happen periodically.
Comments (3)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Diet-Chugg
Mar 09, 2016 18:29
I'm still seeing this in 5.2.2f1
mcmorry
Dec 29, 2015 08:16
Yes, also on 5.2.2p4 is allocating 72b every few frames.
Robdon
Oct 09, 2015 08:27
I dont think this has been fixed.
I'm on Version 5.2.1f1, and I'm still seeing regular spikes of 72b from the NetworkIdentity.UNetStaticUpdate() routine, even on an empty project.