From 8329611c619509284e3d5ab8e5a558033bf6ae8a Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Tue, 7 Jun 2022 11:11:59 +0200 Subject: [PATCH] chore(unity): Updated troubleshooting for 2022 --- src/platforms/unity/troubleshooting.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platforms/unity/troubleshooting.mdx b/src/platforms/unity/troubleshooting.mdx index 1d489862e3f48..d0dd92ecfac7f 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.