Requirements
| Unity Version | Support Level | Notes |
|---|---|---|
| Unity 6.x | Full | Primary target |
| Unity 2023.x | Full | Built-in Awaitable support |
| Unity 2022.3 LTS | Full | Recommended for production |
| Unity 2021.3 LTS | Full | Requires UniTask |
| Unity 2020.3 LTS | Basic | No UI Toolkit support |
| Unity 2019.x | Not Supported | — |
Lexis requires an async backend for asynchronous operations. You must have one of the following:
| Option | Requirement | Recommendation |
|---|---|---|
| UniTask | Install com.cysharp.unitask | Recommended for Unity 2022.x and earlier |
| Unity Awaitable | Unity 2023.1 or newer | Built-in, no installation needed |
WARNING
If neither UniTask nor Unity 2023.1+ is available, compilation will fail with an error.
Lexis supports all Unity build targets:
- Windows, macOS, Linux
- Android, iOS
- WebGL
- Xbox, PlayStation, Nintendo Switch
Works with all render pipelines: Built-in, URP, and HDRP.
