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
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play Mode
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.