The Furioos Unity package is composed of different tools that allow you to:
- Communicate between your application and your website
- Export your Unity application to Furioos directly from the Unity Editor
- Use Unity Render Streaming with the Furioos platform.
It includes the following packages:
Location | Description |
---|---|
com.unity.furioos-connection-kit | The basic communication layer (not intended to be used alone) |
com.unity.furioos-sdk | The official Furioos SDK for Unity with debug tools and template |
com.unity.furioos-exporter | Build and deploy your application from Unity Editor to your Furioos account |
com.unity.furioos-renderstreaming-bridge | A package that allow a Unity Render Streaming application to be hosted on Furioos platform |
- Unity Editor 2020.3+
- A Furioos Account on Furioos.com
- The Furioos SDK JS in your Web site GitHub Repository
Important: Furioos Unity Package uses the UPM (Unity Package Manager) but it's still an experimental package. Which means that you don't find it directly from the Unity Registry. Follow the steps below to install it
- Download and unzip the last release of the Furioos Unity Packageshere
- Open your Unity project
- Import the three packages from the package manager. "Window > Package Manager > Add package from disk.."
Note: You need to follow the installation order
- com.unity.furioos-exporter/package.json
- com.unity.furioos-connection-kit/package.json
- com.unity.furioos-sdk/package.json
- Restart the Unity Editor
Note: If your project uses the Furioos SDK Unity v1.x remove it before using the new packages
- Furioos SDK About the Furioos SDK with Unity
- Furioos Exporter Learn how to export your application from Unity Editor to Furioos