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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
- Resize to Fit option for Import Activity window's Columns does nothing
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.