diff --git a/src/includes/getting-started-config/sentry_window.png b/src/includes/getting-started-config/unity-sentry-window.png similarity index 100% rename from src/includes/getting-started-config/sentry_window.png rename to src/includes/getting-started-config/unity-sentry-window.png diff --git a/src/includes/getting-started-config/unity.mdx b/src/includes/getting-started-config/unity.mdx index 653de2e9fff782..2408d41776a888 100644 --- a/src/includes/getting-started-config/unity.mdx +++ b/src/includes/getting-started-config/unity.mdx @@ -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. diff --git a/src/includes/getting-started-verify/unity-package-samples.png b/src/includes/getting-started-verify/unity-package-samples.png new file mode 100644 index 00000000000000..addf5d0662c2e4 Binary files /dev/null and b/src/includes/getting-started-verify/unity-package-samples.png differ diff --git a/src/includes/getting-started-verify/unity.mdx b/src/includes/getting-started-verify/unity.mdx index d1f8909786d601..c4bc66af8a5139 100644 --- a/src/includes/getting-started-verify/unity.mdx +++ b/src/includes/getting-started-verify/unity.mdx @@ -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)