Search Issue Tracker
Duplicate
Votes
0
Found in
2017.3.1p1
Issue ID
1020645
Regression
Yes
[iOS]Assigning a base.MethodName to a System.Action leads to calling a method of subclass instead of base class
To reproduce:
1. Open users attached project "Bugreport.zip"
2. Open Start.unity scene
3. Enter play mode
4. Observe the console SubClass.Foo and BaseClass.Foo are printed in the console
5. Build for iOS
6. Run the project through Xcode to an iOS device
7. Observe the Xcode console
Expected result: SubClass.Foo and BaseClass.Foo are printed in the console
Actual result: only the SubClass.Foo is printed
Reproduced on: 2017.3.1p1 2017.4.0f1 2018.1.0b13 2018.2.0a6
Not reproduced: 2017.2.2p3 2017.3.1f1 2018.2.0a9
Device: iPhone 6S Plus iOS 10.3.2
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #1011133