Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2019.4.X, 2020.3.X, 2021.1.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.4.10f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1188422
Regression
No
Delegate points to the base method instead of override when passing it to a method before adding it to an event
How to reproduce:
1. Open the attached project "1188422.zip"
2. Open the Console window
3. Enter Play mode
4. Inspect the Console
Expected result: "derived class" is logged in the Console
Actual result: "base class" is logged in the Console
Reproducible with: 2017.4.33f1, 2018.4.11f1, 2019.1.14f1, 2019.2.8f1, 2019.3.0b5, 2020.1.0a8
Notes:
The issue is only reproducible with .NET framework 4.x.
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
- [sw-unity-6-1] Shadergraph panning area size is constant regardless of the size or the zoom level
- [Android] Arabic characters are not displayed when the font falls back to the OS font
- Gradient Editor tab is missing "on-hover" action on the three-dot menu
- [sw-unity-6-1] Transform Gizmos cannot be interacted with when they are overlapping with the Orientation Gizmo
- [sw-unity-6-1] Code is executed twice in a Coroutine when "WaitUntil(() => Input.GetKeyDown())" is used with "while(true)"
Resolution Note (fix version 2021.2):
An issue was filed in upstream Mono: https://github.com/mono/mono/issues/17718 When a fix is available in upstream mono we will investigate applying it to our Mono.