Skip to content

Unity

This guide outlines the steps involved after installing the Hive SDK.

Initializing the Hive SDK Unity plugin

To use the Hive SDK Unity Plugin, create a GameObject and add the following code. This code must be called before initializing the Hive SDK.

void Awake () {
// Create a game object for the Hive SDK plugin.
hive.HIVEUnityPlugin.InitPlugin();
}