LiteRT-LM model inference support for Unity apps.
This package was designed for Unity 6.0 and above. Built and tested in Unity 6.4.
- Open project settings
- Select
Package Manager - Add the OpenUPM package registry:
- Name:
OpenUPM - URL:
https://package.openupm.com - Scope(s)
com.uralstech
- Name:
- Open the Unity Package Manager window (
Window->Package Manager) - Change the registry from
UnitytoMy Registries - Add the
UAI.LiteRTLMpackage
- Open the Unity Package Manager window (
Window->Package Manager) - Select the
+icon andAdd package from git URL... - Paste the UPM branch URL and press enter:
https://github.com/Uralstech/UAI.LiteRTLM.git#upm
- Clone or download the repository from the desired branch (master, preview/unstable) or tag
- Drag the package folder
UAI.LiteRTLM/UAI.LiteRTLM/Packages/com.uralstech.uai.litertlminto your Unity project'sPackagesfolder
See https://uralstech.github.io/UAI.LiteRTLM/DocSource/QuickStart.html or APIReferenceManual.pdf and Documentation.pdf in the package documentation for the reference manual and tutorial.