Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4.0f1
2019.1.0a1
2019.1.10f1
2019.2.0a1
2019.3.0a1
Issue ID
1172443
Regression
No
MemberInfo.IsDefined Ignores inherit Parameter on Types when .NET 4.x scripting runtime is used
How to reproduce:
1. Open the attached project ("case_1172443-memberinfo-isdefined.zip")
2. Open the repro scene ("testScene")
3. Enter Play Mode
4. Inspect console output
Expected results: SerializableAttribute is found automatically
Actual results: SerializableAttribute is not found automatically
Reproducible with: 2018.4.5f1, 2019.1.13f1, 2019.2.0f1, 2019.3.0a11
Couldn't test with 2017.4, as it does not support .NET 4.x runtime
Notes:
1. This issue does not reproduce on .NET 3.5 scripting runtime
2. On 2019.2 and 2019.3 branches, it is not possible to change the .NET scripting runtime back to 3.5, as it is deprecated
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
An issue was filed in upstream Mono: https://github.com/mono/mono/issues/17717 When a fix is available in upstream mono we will investigate applying it to our Mono.