Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.1.X, 2017.2.X, 2017.3.X, 2018.1.X
Votes
0
Found in
2017.1.2p2
Issue ID
967201
Regression
No
Unity generates garbage when UnityEvents are invoked with value type parameters if the event has a static event handler
To reproduce:
1. Open the included project "UnityEventsBoxing2_UnityProject".
2. Open the Unity profiler and instruct it to record.
3. Open and play the scene "TestScene-NoGCAlloc". The UI text explains how the test is set up. Observe the profiler memory view and notice that no garbage is generated when the event fires in this case because it only has a dynamic event handler. This is good!
4. Open and play the scene "TestScene-GCAlloc". The UI text explains how the test is set up. Observe the profiler memory view and notice that 20 bytes of garbage are generated each time the event fires because it has a static event handler. This is bad...
Reproduced in 2017.1.2p2, 2018.1.0a3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Buttons in the Overlay Menu in the Scene View are all gray even if they're activated when Game View is maximized and minimized
- NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
- Editor crashes on PrepareSpriteTilingData when exiting Play mode
Add comment