Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
1
Found in
2021.2.0b7
Issue ID
1360423
Regression
No
Using a .Net Standard 2.1 dll that references System.Runtime.CompilerServices.Unsafe via Nuget results in MissingMethodException
This issue has no description.
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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Resolution Note (fix version 2022.1):
Removed the System.Runtime.CompilerServices.Unsafe dll from our version of Mono... https://github.com/Unity-Technologies/mono/pull/1486
This will result in a 'Could not load file or assembly' error providing the user with better feedback.