Skip to content

Commit c57a865

Browse files
authored
feat(unity): Updated wizard (#5349)
1 parent 063d083 commit c57a865

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/wizard/unity/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ support_level: production
55
type: framework
66
---
77

8+
> The Unity SDK now supports line numbers for IL2CPP. The feature is currently in beta, but you can enable it at `Tools -> Sentry -> Advanced -> IL2CPP line numbers`. To learn more check out our [docs](https://docs.sentry.io/platforms/unity/configuration/il2cpp/).
9+
810
## Installation
911

1012
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:
1113

1214
```
1315
https://github.com/getsentry/unity.git#{{ packages.version('sentry.dotnet.unity', '0.1.0') }}
1416
```
15-
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.
16-
17-
Some Unity versions, such as `2019.4.24f1` and `2020.3.2f1`, have a bug on UPM and fail to install with the error `'HEAD': cannot update ref 'refs/heads/master'`. Unity has resolved this issue on newer releases. Learn more by checking the [Unity Issue Tracker](https://issuetracker.unity3d.com/issues/package-resolution-error-when-using-a-git-dependency-referencing-an-annotated-tag-in-its-git-url).
1817

1918
## Configuration
2019

@@ -35,3 +34,9 @@ using Sentry; // On the top of the script
3534
3635
SentrySdk.CaptureMessage("Test event");
3736
```
37+
38+
## Troubleshooting
39+
40+
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.
41+
42+
If you're running into any kind of issue please check out our [troubleshooting page](https://docs.sentry.io/platforms/unity/troubleshooting/) or [raise an issue](https://github.com/getsentry/sentry-unity/issues/new?assignees=&labels=Platform%3A+Unity%2CType%3A+Bug&template=bug.md).

0 commit comments

Comments
 (0)