Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(unity): Added Screenshot to Verify #5031

Merged
merged 3 commits into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.jpg)

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 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.
bruno-garcia marked this conversation as resolved.
Show resolved Hide resolved

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