INSA
  • Tutorials
  • Documentation
  • Api Documentation
  • Changelog
Show / Hide Table of Contents
  • Getting Started
    • Quickstart
  • Scenario
    • How to?
    • How to edit a scenario?
    • How to run a scenario?
    • How to create a sensor?
    • How to create an effector?
    • How to setup the engine?
  • Relation engine
    • How to create a type?
    • How to create a relation?
    • What are queries? How do queries work?
    • How to be notified when a relation is executed?
  • Unity tutorial
    • Introduction
    • Time for practice
    • Restricted scenario by script?
    • How to create the tutorial scene?
  • Highlight Manager
    • How to create a Highlight?
Note

Access to Xareus requires no licence or account. Xareus comes in a freemium mode by default with limited functionalities. Please contact-us to acquire a full feature licence.

Configure Unity3D Package Manager

This first steps consist in configuring the Package Manager in order to be able to download Xareus and its dependencies.

  1. In Unity, open the Package Manager Settings Edit>Project Settings>Package Manager
  2. Add a new Scoped Registry, name it whatever you want
  3. Set the following URL : https://vrbooking [dot] irisa [dot] fr/npm
  4. Set the following scopes and press Apply : fr.insa.xareus, fr.inria.unity.tools, com.mischief
    Package Manager configuration
  1. In the Package Manager of your project, you should be able to see some packages : Window>Package Manager then select Packages: My Registries at the top.
Note

You might need to tick "Enable Pre-release Packages" if you wish to get access to the beta versions of the packages

Download Xareus Package

  1. Go to Window>Package Manager then select Packages: My Registries.
  2. Install the Xareus package. Unity will install dependency packages automatically
Xareus Package Installation

Download Samples

Once Xareus has been installed, you can download the samples:

  1. Go to Window>Package Manager then select Packages: My Registries.
  2. Select Xareus and then click on the Samples tab on the right.
  3. Click Import on the sample you wish to install.
Note

If there is an error regarding log4net in the console, you might need to remove Unity's Version Control package from your project (switch to "Packages: In Project"), it might be installed by default.

  1. If you later need to update Xareus, install samples, or other Xareus Packages, you can do so in this view of the Package Manager.
INSA     IRISA     Inria     Ouest Valorisation Back to top