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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
This is a duplicate of issue #1011133