JetBrains / JetBrains/resharper-unity
"Allow unsafe code" quick fix should update .asmdef file
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
The "Allow unsafe code" quick fix will update the current project, but this will be lost when Unity regenerates the project. The `allowUnsafeCode` property in the current `.asmdef` file should be updated to reflect the changes.
Investigate what to do for non-asmdef based projects - is there a setting in Unity that we can automatically set?
Contributor guide
Assessment
This issue has not been assessed yet.