Client #
The Unreal client is available from Heroic Labs. Contact us to request access.
Make sure to install the Nakama plugin before continuing if you haven’t done so already.
The Hiro.zip
file contains all source code and dependencies required in the client code.
After downloading the file, add the contents to your Unreal project’s Plugins
folder:
- Open your Unreal project
- Navigate to the
Plugins
folder, if one doesn’t exist, create it - Extract the contents of the
Hiro.zip
file into thePlugins
folder- Optionally, place the Hiro files into your Unreal Engine
Plugins
folder to use the plugin across multiple projects
- Optionally, place the Hiro files into your Unreal Engine
- Restart Unreal Engine
- Go to Edit -> Plugins and make sure that both the Nakama and Hiro plugins are enabled.
Initializing the HiroClient #
To use Hiro in Unreal, you first need to create a NakamaClient
. After that, you can initialize Hiro and create a HiroClient
by passing in the previously created NakamaClient
.
|
|