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
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
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.