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 Version | Cinemachine (com.unity.cinemachine) |
|---|---|
| 2021.3 | 2.8.6 – 2.10.1 |
| 2022.3 | 2.9.5 – 2.10.3 |
| 6000.0 | 2.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
Open the Package Manager (Window → Package Manager). Select Unity Registry, find Cinemachine, and pick a version from the supported range for your Unity version.
To pin an exact version, edit
Packages/manifest.jsonin your project. Set thecom.unity.cinemachineentry 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.
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.