Unity versions and render pipelines

Reference for Convai Unity SDK environment requirements, including the minimum Unity version, required package dependencies, and render pipeline support.

The Convai Unity SDK requires Unity 2023.1.1f1 or later. All three Unity render pipelines are supported with no additional configuration. Both installation methods — Package Manager and Asset Store — install required package dependencies automatically.

Unity version requirements

Requirement
Version

Minimum

2023.1 or later

Recommended for new projects

Unity 6 (6000.x)

Required package dependencies

The SDK depends on three Unity packages. Both installation methods install these automatically — you do not need to add them manually unless you encounter a version conflict.

Package
Version

com.unity.nuget.newtonsoft-json

3.2.2

com.unity.ugui

2.0.0

com.unity.inputsystem

1.18.0

Render pipeline support

The SDK runtime contains no pipeline-specific conditionals. All three Unity render pipelines are fully supported with no additional configuration required.

Render Pipeline
Supported

Built-in Render Pipeline

✅ Full

Universal Render Pipeline (URP)

✅ Full

High Definition Render Pipeline (HDRP)

✅ Full

The included sample scenes use URP materials. If your project uses the Built-in or HDRP pipeline, sample scene materials require reassignment. Optional depth-of-field camera scripts in SamplesShared/Camera/ are also URP-specific and are not required for SDK functionality.

Next steps

With your Unity version and packages confirmed, check which platforms you are targeting.

Platform support matrix

Last updated

Was this helpful?