The plugin will start a Background Service that will record gameplay session as a video, including all the Unreal Engine logs. Then, it listens for the shortcut key (F12 by default) to open the bug reporter window. The user can then type in the bug description and submit it to the BetaHub platform.
- Navigate to your Unreal project directory.
- Open the
Plugins
directory, or create it if it doesn't exist. - Unpack the contents of the GitHub repository into the
Plugins/BetaHubBugReporter
directory. - Restart Unreal Editor.
- Confirm any prompts or warnings that may appear.
This plugin is fully compatible with Unreal Engine versions 5.3, 5.4, 5.5, and 5.6.
All features have been tested and verified on these versions.
All you need to do is to go to your Player Settings and in the BetaHub Bug Reported section under the Plugins category, set your Project ID. You can find your Project ID in your project General Settings page.
There, you can also configure your shortcut key to open the bug reporter window.
For full docs and guides, please visit the BetaHub Documentation.
This repository has an actively maintained dev
branch which is often more up-to-date than master
. If you encounter any issues on master
, we recommend checking whether the problem has already been addressed in the dev
branch:
👉 https://github.com/betahub-io/unreal-plugin/tree/dev
The dev
branch is regularly merged into master
after we ensure that it does not introduce regressions for users who simply clone the repository and use master
as-is.