Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.3.0a1
2018.3.0b1
2019.1.0a1
Issue ID
1081704
Regression
No
TypeLoadException is thrown when selecting script
How to reproduce:
1. Open the user-submitted project ("Matsueri.zip")
2. Select the Unit script in the Project Browser and observe errors in the Console
3. Create an empty game object and attach the "Unit" script to it
4. See greyed out inspector and warning message
Expected result: No TypeLoadException is thrown
Actual result: TypeLoadException is thrown
Reproduced in: 2019.1.0a10, 2018.3.0b11
Unable to test: 2018.2.17f1, 2018.1.9f2, 2017.4.16f1 (Couldn't test due to multiple project errors)
Note: Upon opening the project or entering Play Mode ReflectionTypeLoadExceptions are thrown - see case 1106606
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
- 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
- Animator State name overflows outside the visual box when the State has a long name
Resolution Note (fix version 2019.1):
The problem is that the asmdef is named System. This clashes with the System assembly from mscorlib. We now throw an exception if a predefined name is being used to avoid this issue in the future.