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)
-
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.