diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index 1d489862e3f481..d0dd92ecfac7fd 100644 --- a/src/platforms/unity/troubleshooting.mdx +++ b/src/platforms/unity/troubleshooting.mdx @@ -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.