Search Issue Tracker
Not Reproducible
Votes
2
Found in
2018.3.0a4
2018.3.0b1
Issue ID
1082102
Regression
Yes
ReflectionTypeLoadException is thrown in the Player when using System.Reflection to get all types in all assemblies
To reproduce:
1. Open the user's attached project
2. Build and run the "Bug" scene
Expected result: Every assembly is logged in the Player, just like it is in the Editor
Actual result: ReflectionTypeLoadException is thrown
Reproduced with: 2018.3.0a4, 2018.3.0b2, 2019.1.0a1
Not reproduced with: 2017.4.11f1, 2018.1.9f1, 2018.2.9f1, 2018.3.0a3
Regression started in: 2018.3.0a4
Comments (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
- [Linux] Player window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
JonBFS
Aug 05, 2019 01:55
Happens in IL2CPP on MacOS. I'm also messing around with reflection so I don't know if it's a Unity problem or me problem.
Elringus
Sep 28, 2018 16:40
It's only happening when using Mono backend. With IL2CPP it's not reproducing for Windows standalone.