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
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
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.