You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates Unreal SDK installation methods page after the support
of two separate package versions for GitHub and FAB was removed in
getsentry/sentry-unreal#1030.
Related to getsentry/team-gdx#13
| Supported engine versions | 4.27 and newer | 5.4 and newer | 4.27 and newer |
21
+
| Supported UE project types | C++ only | Blueprint and C++ | C++ only |
22
+
| Cross-compiling for Linux **| Supported | Manual configuration | Supported |
26
23
27
24
Legend:
28
25
`*`: Recommended version of the SDK
29
-
`**`: Sentry CLI is a standalone tool that the plugin uses under the hood to automatically upload debug information files upon game build completion.
26
+
`**`: To support cross-compilation for Linux on Windows, the Fab version of the SDK includes an editor utility that pre-builds the binaries required by UAT.
30
27
31
28
## Installing from GitHub Releases (Recommended)
32
29
33
-
The [GitHub Releases page](https://github.com/getsentry/sentry-unreal/releases) provides two plugin packages: `github` and `marketplace`. The key difference between the two is the crash capturing backend, which is used under the hood on Windows.
34
-
35
-
We recommend using the `github` version, because it uses `Crashpad`, an out-of-proc handler that sends the crash report right away. The `marketplace` version relies on `Breakpad`, an in-proc handler which requires the UE application or game to be relaunched before any crash reports can be sent to Sentry.
30
+
The [GitHub Releases page](https://github.com/getsentry/sentry-unreal/releases) provides plugin packages for all supported engine versions.
36
31
37
32
To install the SDK, download the most up-to-date sources from the [Releases page](https://github.com/getsentry/sentry-unreal/releases) and add them to your project's `Plugins` directory. On the next project launch, UE will prompt you to build the Sentry and SentryEditor modules.
38
33
@@ -44,7 +39,7 @@ Currently, this method is available only for C++ UE projects. Blueprint projects
44
39
45
40
<Alert>
46
41
47
-
To avoid warnings during the build for licensee versions of Unreal Engine, the `EngineVersion` key is not set in the `Sentry.uplugin`for the `github` package.
42
+
To avoid warnings during the build for licensee versions of Unreal Engine remove the `EngineVersion` key from the `Sentry.uplugin`file.
0 commit comments