We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the addition of Spectator View, projects including the folder in their project must tell Unity (and Visual Studio) that unsafe code is allowed.
Unity should read the mcs.rsp file (included in the MRTK) and set the checkbox in the Visual Studio project.
This appears to not be happening.
The current workarounds are:
This may be that the MRTK does not have the correct rsp file for the specific version of Unity or it may be a Unity issue.
The text was updated successfully, but these errors were encountered:
Custom assembly definitions will help with this.
Sorry, something went wrong.
Unfortunately, we don't have those for master branch releases :\
Merge pull request #2104 from davidkline-ms/investigateUnsafeCode
dc21720
fix #2103 - allow unsafe code
This was released in the 2017.4.0.0 release candidate
david-c-kline
No branches or pull requests
With the addition of Spectator View, projects including the folder in their project must tell Unity (and Visual Studio) that unsafe code is allowed.
Unity should read the mcs.rsp file (included in the MRTK) and set the checkbox in the Visual Studio project.
This appears to not be happening.
The current workarounds are:
This may be that the MRTK does not have the correct rsp file for the specific version of Unity or it may be a Unity issue.
The text was updated successfully, but these errors were encountered: