Unity-Technologies / furioos-sdk-unity

Furioos SDK for Unity3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Furioos SDK for Unity3D


Languages

Language:C# 58.1%Language:ShaderLab 35.9%Language:HLSL 6.0%