Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.3.X, 2018.1.X
Votes
0
Found in
2017.1.0f2
Issue ID
980136
Regression
No
CreateDelegate does not handle virtual methods properly in IL2CPP
To reproduce:
1. Open project attached by QA
2. Open BugReport scene and enter play mode
3. In the console notice output "Child" (expected)
4. Build for iOS/Android/WebGL with IL2CPP
5. Run app and notice output "Parent"
Expected result: Output from the editor and in the application should be the same (print "Child")
Reproduced with: Unity 5.5.5p1, 2017.1.2p4, 2017.2.1f3, 2017.3.0f3, 2018.1.0b1
Fixed in: 2018.2.0a1
Backported to: 2018.1.0b5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment