-
Missing this using reference - what is the package dependancy that is required to be installed? I tried asking GPT but not 100% if it's the right "sentry" package from Git. Please could you provide this in the Samples package, out of the box it throws this error: Assets\Samples\WalletConnectUnity Modal\1.1.3\Modal Sample\Scripts\Dapp.cs(4,7): error CS0246: The type or namespace name 'Sentry' could not be found (are you missing a using directive or an assembly reference?) or alternatively, please could you provide the git url for the required sentry package |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I found this: https://docs.sentry.io/platforms/unity/ I assume this is the package. Installed, but now throws another missing reference for User. Assets\Samples\WalletConnectUnity Modal\1.1.3\Modal Sample\Scripts\Dapp.cs(49,38): error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?) I see in the Sentry sample it is
changing the sample script from User to SentryUser resolves this issue. |
Beta Was this translation helpful? Give feedback.
I found this: https://docs.sentry.io/platforms/unity/
I assume this is the package.
Installed, but now throws another missing reference for User.
Assets\Samples\WalletConnectUnity Modal\1.1.3\Modal Sample\Scripts\Dapp.cs(49,38): error CS0246: The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
I see in the Sentry sample it is
changing the sample script from User to SentryUser resolves this issue.