Skip to content

Commit

Permalink
feat(unity): Added Screenshot to Verify (#5031)
Browse files Browse the repository at this point in the history
* added sample screenshot

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

Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>

* jpg -> png

Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
  • Loading branch information
3 people authored and adinauer committed Jun 9, 2022
1 parent 3b9c06c commit d84beb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/getting-started-config/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ If you are logged in you can also select your project and copy its DSN directly
Sentry can be configured via the Sentry configuration window or [programatically](/platforms/unity/configuration/options/).
The window can be accessed by going to Unity's top menu: `Tools` > `Sentry`.

![Sentry window](sentry_window.png)
![Sentry window](unity-sentry-window.png)

Sentry saves your configuration to `Assets/Resources/Sentry/SentryOptions.asset` and reads from there at runtime.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/includes/getting-started-verify/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ public class TestMonoBehaviour : MonoBehaviour
}
}
```

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.

![Import Samples](unity-package-samples.png)

0 comments on commit d84beb4

Please sign in to comment.