Skip to content

Commit fe37b21

Browse files
committed
added sample screenshot
1 parent 2ce3544 commit fe37b21

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed
-23.7 KB
Binary file not shown.
43.5 KB
Loading

src/includes/getting-started-config/unity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ If you are logged in you can also select your project and copy its DSN directly
1313
Sentry can be configured via the Sentry configuration window or [programatically](/platforms/unity/configuration/options/).
1414
The window can be accessed by going to Unity's top menu: `Tools` > `Sentry`.
1515

16-
![Sentry window](sentry_window.png)
16+
![Sentry window](unity-sentry-window.jpg)
1717

1818
Sentry saves your configuration to `Assets/Resources/Sentry/SentryOptions.asset` and reads from there at runtime.
32.2 KB
Loading

src/includes/getting-started-verify/unity.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ public class TestMonoBehaviour : MonoBehaviour
1717
}
1818
}
1919
```
20+
21+
Additionally, the packages includes a sample called **Unity ofbugs** that can optionally be imported into your project throught the package manager. The samples contain a variety of common bugs, including native errors, so you don't have to write them.
22+
23+
![Import Samples](unity-package-samples.jpg)

0 commit comments

Comments
 (0)