You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it would require only a change to the path that is searched within the apk by the AndroidAssemblyDirectoryReader (here). It currently searches /assemblies, but for Unity it would need to search /assets/bin/Data/Managed also.
My understanding is that presently we display line numbers in Unity for IL2CPP, but not for Mono.
With recent improvements to Sentry .NET, we should now be able to do this using the AndroidAssemblyReader.
This is already working well for .NET Android, MAUI, and Xamarin. (See getsentry/sentry-xamarin#135)
I believe it would require only a change to the path that is searched within the apk by the
AndroidAssemblyDirectoryReader
(here). It currently searches/assemblies
, but for Unity it would need to search/assets/bin/Data/Managed
also.Test.apk.zip
The text was updated successfully, but these errors were encountered: