Set up a project with Predict Engine for Unity

Install Unity

If you did not already install Unity on your computer, follow the next steps :


NB: OMEN-Unity has been developed using Unity 2021 LTS (https://unity.com/releases/editor/qa/lts-releases?version=2021.3) . It is recommended to use this version of Unity. You can use a later version of Unity but be aware that we did not test every Predict Unity features on these later versions.



Create a new project

Unity works with projects: a project is a set of assets (meshes, materials, scripts, animations,...) that are put together into scenes within the Unity Editor. 


You can create a new project via the "New" button on the top right corner of the Unity Hub. If you have multiple versions of Unity installed on your machine, you can select the version of your project by clicking on the arrow in the "New" button.


Unity supports different types of projects. Predict Engine for Unity only supports 3D and High Definition RP (HDRP) projects.

Install the Predict Unity package in your project

Predict Unity is distributed as a Unity3D package. Using Predict Unity in one of your projects consists in importing the *.unitypackage in the project.


You can import the package by dropping it in the “Project” tab or via the menu “Assets/Import Package/Custom Package…”.

HDRP Setup

Predict Unity supports the Unity High Definition Rendering Pipeline (HDRP). 

NB: Predict Unity has been developed using version 10.6.0 of the HDRP. It is recommended to use this version of the package. You can use a later version of the HDRP package but be aware that we did not test every Predict Unity feature on these later versions. The "High Definition RP" package version can be updated in the "Window/Package Manager".


The setup of an HDRP project with Predict Unity is the same as for a standard 3D project, but once you have imported the *.unitypackage in your project, you need to follow the next steps: