Skip to content

Commit d84beb4

Browse files
bitsandfoxesbruno-garciaimatwawana
authored andcommitted
feat(unity): Added Screenshot to Verify (#5031)
* added sample screenshot * Update src/includes/getting-started-verify/unity.mdx Co-authored-by: Isabel <[email protected]> * jpg -> png Co-authored-by: Bruno Garcia <[email protected]> Co-authored-by: Isabel <[email protected]>
1 parent 3b9c06c commit d84beb4

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

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.png)
1717

1818
Sentry saves your configuration to `Assets/Resources/Sentry/SentryOptions.asset` and reads from there at runtime.
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 of bugs" that can optionally be imported into your project through 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.png)

0 commit comments

Comments
 (0)