Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2020.2.0a12
2020.2.0a15
Issue ID
1260001
Regression
Yes
Loading assembly failed for "XInputDotNetPure.dll" when entering play mode
Reproduction steps:
1. Open project uploaded by user
2. In Main Menu, go to Game > Open > Episode 1 > Floor 1
3. Enter Play Mode
4. Observe Console window
Expected result: No error message
Actual result: "Loading assembly failed:" error
Reproducible with: 2020.2.0a12, 2020.2.0a17
Not reproducible with: 2019.4.3f1, 2020.1.0b15, 2020.2.0a11
Could not test with: 2018.4.24f1 (package errors break project)
Comments (1)
-
Peter77
Jul 05, 2020 13:48
Related forum thread:
https://forum.unity.com/threads/case-1260001-regression-loading-assembly-failed.923468/
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note (fix version 2020.2):
Fixed in 2020.2.0a19. Made error messages when an assembly fails to load in the editor contain a reason as to why the assembly failed to load. In the case of this particular bug the dll in question was corrupt and it was expected that it should fail to load.