Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.unity.cinemachine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.1.7-pre.1] - 2026-02-24
## [3.1.7] - 2026-03-10

### Changed
- Added support for fast enter play mode.
Expand Down
4 changes: 2 additions & 2 deletions com.unity.cinemachine/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.cinemachine",
"displayName": "Cinemachine",
"version": "3.1.7-pre.1",
"version": "3.1.7",
"unity": "2022.3",
"description": "Smart camera tools for passionate creators. \n\nCinemachine 3 is a newer and better version of Cinemachine, but upgrading an existing project from 2.X will likely require some effort. If you're considering upgrading an older project, please see our upgrade guide in the user manual.",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"category": "cinematography",
"dependencies": {
"com.unity.splines": "2.0.0",
"com.unity.splines": "2.8.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Is 2.8.4 the correct version for com.unity.splines? The latest known release for the Splines package is 2.8.3, whereas 2.8.4 happens to be a previous version of com.unity.cinemachine. Using a non-existent version will cause a package resolution failure in the Unity Package Manager and prevent the project from compiling.

If 2.8.4 is indeed unreleased or a typo, you might want to switch it to 2.8.3 or another valid version.

🤖 Helpful? 👍/👎

"com.unity.modules.imgui": "1.0.0"
},
"samples": [
Expand Down