Version: Unity 6 (6000.0)
Language : English
Scriptable Build Pipeline
Sequences

Sentis

com.unity.sentis

Description

Sentis is a neural network inference library. It enables you to import trained neural network models, connect the network inputs and outputs to your game code, and then run them locally in your end-user app. Use cases include capabilities like natural language processing, object recognition, automated game opponents, sensor data classification, and many more.

Sentis automatically optimizes your network for real-time use to speed up inference. It also allows you to tune your implementation further with tools like frame slicing, quantization, and custom backend (i.e. compute type) dispatching.

Visit https://unity.com/sentis for more resources.

Version information

Released for Unity

Package version 2.1.1 is released for Unity Editor version 6000.0.

Compatible with Unity

These package versions are available in Unity version 6000.0:

Documentation location: State Versions available:
com.unity.sentis@2.1 released 2.1.1
Scriptable Build Pipeline
Sequences