Upgrade to Inference Engine 2.2
To upgrade from Sentis 2.1 to Inference Engine 2.2, follow these steps:
- Open the Package Manager and remove the Sentis package from your project.
- In the Package Manager, select + > Add package by name.
- Enter
com.unity.ai.inference
and select Add. - When prompted, use Unity’s automatic API updater or manually replace all instances of
Unity.Sentis
withUnity.InferenceEngine
.