Skip to content

Requirements

Unity VersionSupport LevelNotes
Unity 6.xFullPrimary target
Unity 2023.xFullBuilt-in Awaitable support
Unity 2022.3 LTSFullRecommended for production
Unity 2021.3 LTSFullRequires UniTask
Unity 2020.3 LTSBasicNo UI Toolkit support
Unity 2019.xNot Supported

Lexis requires an async backend for asynchronous operations. You must have one of the following:

OptionRequirementRecommendation
UniTaskInstall com.cysharp.unitaskRecommended for Unity 2022.x and earlier
Unity AwaitableUnity 2023.1 or newerBuilt-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.


Professional Unity Development Tools