From 6b6dbb7134a8bad04b4fcba2f9e87989a83f91d7 Mon Sep 17 00:00:00 2001 From: Robii Aragon <55045932+RobiiAragon@users.noreply.github.com> Date: Thu, 19 Mar 2026 23:13:08 -0700 Subject: [PATCH] Add Cinemachine and update scene LFS blobs Add com.unity.cinemachine@2.10.6 to Packages/manifest.json to enable Cinemachine camera tools. Two Unity scene files were re-saved (LFS pointers updated with new oids/sizes). packages-lock.json was updated accordingly to reflect the added package. --- Assets/Game Kit Controller/Scenes/Dialog Demo.unity | 4 ++-- Assets/Scenes/SampleScene.unity | 4 ++-- Packages/manifest.json | 1 + Packages/packages-lock.json | 9 +++++++++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Assets/Game Kit Controller/Scenes/Dialog Demo.unity b/Assets/Game Kit Controller/Scenes/Dialog Demo.unity index c2cb1f1b..1f3cbbcb 100644 --- a/Assets/Game Kit Controller/Scenes/Dialog Demo.unity +++ b/Assets/Game Kit Controller/Scenes/Dialog Demo.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57ec5f8fcf9a8de49dff54ee0de0da87fd8af5e65596a526a7ede86e902b1c7d -size 159726 +oid sha256:a61a7f498b6539fe8e388aec916b151de854552d0b4b3fb268f25840e07d89c3 +size 17384953 diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 570358a5..478dfcc6 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2e2ba4c3e81e5a0614568e37712497dff43ad0c82ea50aa0ffd84a962796768 -size 43402298 +oid sha256:f30ea4a85acac60c01bbe8abecc67f5027ab6aa66b4939aba636194dcc70f72f +size 60628226 diff --git a/Packages/manifest.json b/Packages/manifest.json index 43e4dbea..0c48ce29 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,7 @@ { "dependencies": { "com.unity.ai.navigation": "2.0.10", + "com.unity.cinemachine": "2.10.6", "com.unity.collab-proxy": "2.11.3", "com.unity.ide.rider": "3.0.39", "com.unity.ide.visualstudio": "2.0.26", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index fffacc24..63869e81 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -19,6 +19,15 @@ }, "url": "https://packages.unity.com" }, + "com.unity.cinemachine": { + "version": "2.10.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.31" + }, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { "version": "2.11.3", "depth": 0,