SDK Setup
Set Up the ReneVerse SDK inside of Unity.
Last updated
Set Up the ReneVerse SDK inside of Unity.
Last updated
First, you'll need to download the ReneVerse SDK here. From there, navigate to your Downloads to find the .zip file.
Now, extract the zip folder that you've just downloaded.
Now, in your Unity project, navigate to Window -> Package Manager to open the Package Manager window.
In the Package Manager window, click on the plus button in the left above corner, and then select the option Add Package from disk...
Now, navigate to the folder where you have extracted the zip file with the SDK. Open this folder and find the package.json file, and open this.
Now we have ReneVerse SDK successfully installed.
Reneverse Settings
To start using ReneVerse services inside your Unity project, go to Window/ ReneVerse Settings. In this window, you will enter your ReneVerse API credentials to get/sync the data that you created for your game in the ReneVerse Portal.
To open the Reneverse Settings inside Unity, navigate to the Window menu in the Unity Editor and click on Reneverse Settings.
The following fields are available in the Renverse Settings:
APIKey
- Your ReneVerse API Key.
PrivateKey
- Your private ReneVerse Secret Key.
Add the APIKey
and PrivateKey
you previously generated in the ReneVerse Portal.
In case you missed the previous step of generating your API Credentials, you can register your game and create API Credentials here in Unity by clicking on the Need To Register? button in the Reneverse Settings menu.
If you've already completed this step, you can proceed to the next step:
Once your API Credentials are populated, click on Sync Game Assets to see all the valid asset templates you have within your account in the ReneVerse Portal and integrate them into your game. To learn about creating asset templates, see the next step, Using SDK.
To view the ReneVerse documentation, click on Check Out Our Docs! button in the Renverse Settings.