Skip to main content

Cinemachine

Cinemachine is Unity’s suite of camera tools for games and cinematic content. The package id is com.unity.cinemachine.


Cinemachine versions supported in Unity Playworks Plugin

Supported versions

Unity VersionCinemachine (com.unity.cinemachine)
2021.32.8.6 – 2.10.1
2022.32.9.5 – 2.10.3
6000.02.10.1 – 2.10.7

Use a Cinemachine version within the range shown for your Unity editor line. If the package version does not match what Playworks Plugin expects for that Unity version, you may see a diagnostic message LP1026 – Cinemachine Version.


Installing or changing the Cinemachine package version

  1. Open the Package Manager (Window → Package Manager). Select Unity Registry, find Cinemachine, and pick a version from the supported range for your Unity version.

  2. To pin an exact version, edit Packages/manifest.json in your project. Set the com.unity.cinemachine entry to a version from the table above, for example:

{
"dependencies": {
"com.unity.cinemachine": "2.10.1"
}
}

Save the file and confirm the version in Package Manager.

caution

If something behaves differently than in the Unity editor, or you hit a problem you think is related to Cinemachine in Playworks Plugin, contact us via this form so we can investigate.