diff --git a/platform-includes/getting-started-install/unity.mdx b/platform-includes/getting-started-install/unity.mdx index 13cea3dd63585..a695ce05a14fb 100644 --- a/platform-includes/getting-started-install/unity.mdx +++ b/platform-includes/getting-started-install/unity.mdx @@ -1,9 +1,11 @@ Install the package via the [Unity Package Manager using a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) to Sentry's SDK repository: ``` -https://github.com/getsentry/unity.git#{{@inject packages.version('sentry.dotnet.unity', '0.0.5') }} +https://github.com/getsentry/unity.git ``` +If you want to use a specific version of the SDK, you can append `#{{@inject packages.version('sentry.dotnet.unity', '0.0.5') }}` with the version you want to use to the URL. + Confirm the URL doesn't have a trailing whitespace at the end. The Unity Package Manager will fail to find the package if a trailing whitespace is appended.