Search Issue Tracker
Fixed in 2021.3.32f1
Fixed in 2021.3.X, 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0a12, future release
Votes
0
Found in
2022.3.8f1
2023.1.10f1
2023.2.0b7
2023.3.0a3
Issue ID
UUM-47478
Regression
No
An extra C# event is shown when creating two C# events on two temporary objects (each holding one event) using IL2CPP
Steps to reproduce:
1. Open the attached user project "MulticastDelegate.zip"
2. Make sure to change the path of the automatic memory snapshot ("Assets/Test.cs" line 83)
3. Build and run the Standalone Windows Player
4. Open Memory Profiler, select the taken snapshot and "Unity Objects"
5. Scroll down to the “MonoBehaviour“ script and select the “GameObject“ nested in it
6. On the right side under References expand “SceneRoot GameObject“-> “MonoBehaviour“
7. Finally expand the two “Test.HandPoser“ and observe the nested “System.Action<System.Boolean>“ events
Expected results: Two C# events are seen
Actual results: Three C# events are seen (See attached Repro.png)
Reproducible with: 2022.3.8f1, 2023.1.10f1, 2023.2.0b7, 2023.3.0a3
Could not test on 2021.3.30f1 due to Memory Profiler Capture not being available
Reproducible on: Windows 10 2H22
Not reproducible on: No other environment tested
Notes:
-Not reproducible with Mono Scripting Backend
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
- Mixers do not have "Rename" in the right-click context menu when a Mixer is right-clicked in the Audio Mixer window
- The Audio Random Container and the Audio Mixer windows have no minimum size set for the core functionality to be accessible
Add comment