CMCL-0000: Add message banner for Cinemachine 2 - #1123
Conversation
There was a problem hiding this comment.
💡 Harness Review
The shared deprecation notice is present on every published manual/API page in the package (with the navigation file correctly excluded), and the include target and relative references are consistent across the change.
Reviewed commit b26c7df
🤖 Helpful? 👍/👎
| @@ -0,0 +1,2 @@ | |||
| > [!IMPORTANT] | |||
| > Cinemachine 2 is deprecated in Unity 6.5 and later. In Unity 6.6 and later, Cinemachine 2 and Cinemachine 3 aren't available in the Package Manager, and the version of Cinemachine matches your Unity Editor version. No newline at end of file | |||
There was a problem hiding this comment.
This sounds like Cinemachine is being removed. You need to say where they ARE available, not just where they aren't available.
There was a problem hiding this comment.
I hope it's better like this. I also added a link to the CM2 > CM3 upgrade guide. I intentionally made the upgrade thing only a soft recommendation, as it can be a pain and it's not mandatory.
| > Cinemachine 2 is deprecated in Unity 6.5 and later. In Unity 6.6 and later, Cinemachine 2 and Cinemachine 3 aren't available in the Package Manager, and the version of Cinemachine matches your Unity Editor version. | |
| > Cinemachine 2 is deprecated in Unity 6.5 and later. In Unity 6.6 and later, Cinemachine 2 and Cinemachine 3 aren't available in the Package Manager. You can use the Cinemachine version that matches your Unity Editor version instead. If you decide to upgrade your project from Cinemachine 2 to a later version, refer to [Upgrade a Project from Cinemachine 2.x](https://docs.unity3d.com/Packages/com.unity.cinemachine@3.1/manual/CinemachineUpgradeFrom2.html). |
There was a problem hiding this comment.
It still feels a little destabilizing. How can I use a Cinemachine version if Cinemachine is no longer available in the package manager? Where do I get it from?
Purpose of this PR
Add message banner for status of Cinemachine 2 and 3 in Unity 6.5+.
JIRA: DOCG-9097