Furioos SDK for Unity3D
Перейти к файлу
ludovic czarnecki e0cf285375
Merge pull request #15 from Unity-Technologies/fix/sdk-multi-data-received
fix: multiple data reception and add client agent and sdk version
2022-09-20 15:48:06 +02:00
com.unity.furioos-connection-kit fix: multiple data reception 2022-09-20 15:39:37 +02:00
com.unity.furioos-exporter fix: multiple data reception 2022-09-20 15:39:37 +02:00
com.unity.furioos-renderstreaming-bridge Furioos SDK V2 2022-07-06 15:18:36 +02:00
com.unity.furioos-sdk fix: multiple data reception 2022-09-20 15:39:37 +02:00
projects Furioos SDK V2 2022-07-06 15:18:36 +02:00
.gitignore Furioos SDK V2 2022-07-06 15:18:36 +02:00
README.md Furioos Unity Packages v0.1.1 2022-07-08 17:14:50 +02:00

README.md

Furioos Unity Packages

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

Requirements

Installation

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

  1. Download and unzip the last release of the Furioos Unity Packageshere
  2. Open your Unity project
  3. 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
  1. Restart the Unity Editor

Note: If your project uses the Furioos SDK Unity v1.x remove it before using the new packages

Documentations