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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.