Tested with Unreal Engine 5.2.1.
Has not been tested with Unreal Engine 4.
This method will also configure your Rivet project.
- Install the Rivet CLI
- Run
rivet init --unreal
in the root of your project - The CLI will prompt you to configure your project & install the plugin
- Restart the Unreal editor
This method can be used to upgrade an existing plugin installation.
- Install the Rivet CLI
- Run
rivet unreal install-plugin
in the root of your project - Restart the Unreal editor
- Create a
Plugins
folder in the root of your project (it may already exist) - Copy the
Plugins/Rivet/
folder from this repository to thePlugins/Rivet/
folder in your project - Restart the Unreal editor