Skip to content
New issue

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

chore(unity): Updated troubleshooting for 2022 #5122

Merged
merged 1 commit into from
Jun 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(unity): Updated troubleshooting for 2022
bitsandfoxes authored Jun 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 8329611c619509284e3d5ab8e5a558033bf6ae8a
4 changes: 4 additions & 0 deletions src/platforms/unity/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -37,6 +37,10 @@ The `Sentry.Unity.Editor.iOS.dll` is responsible for adding native support to yo

## Build Issues

### Incompatibility between Sentry SDK and Unity 2022.1

We are aware of an incompatibility between the SDK and Unity 2022.1 when building with IL2CPP, that is related to `Il2CppFullySharedGenericAny`. We are tracking the (issue)[https://github.com/getsentry/sentry-unity/issues/691] on Github and reported it with (Unity)[https://fogbugz.unity3d.com/default.asp?1419859_qmt0m8hc0mpc1mc5].

### Disabling the Sentry SDK for selected platforms

By adding the snippet below to an `Editor` directory inside your Unity project, you can set up the ability to automatically disable the Sentry SDK for any targeted platform.