Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.2.X, 2017.3.X
Votes
0
Found in
2017.1.1f1
Issue ID
957072
Regression
No
Lack of user-visible error when getting TypeLoadException due to unsupported StructLayout using Generics in mono .Net 4.6
Steps to reproduce:
1. Open attached project
2. Open "demo" scene
3. Enter play mode
Expected result: use of unsupported StructLayout using Generics should output a reasonable error message with information
Actual result: TypeLoadException with no information is thrown
Reproducible with: 2017.1.2f1, 2017.2.0f3, 2017.3.0b4
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
StarFluke
Jan 27, 2018 01:03
Verified fix in 2018.1b4
StarFluke
Jan 26, 2018 21:07
What release is this fixed in?
StarFluke
Jan 26, 2018 21:06
Reproduced in 2017.3.0f3 with plugin code that uses a generic hierarchy.
e.g. class FromBase<I> excepts in Base<I> static constructor:
_zero = new I { INIT_ID = 0 };