added Cinemachine

This commit is contained in:
Vladimir Koshevarov
2023-03-01 18:08:38 +02:00
parent 67889b6776
commit 3946a34f3d
4 changed files with 34 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
using Cinemachine;
using UnityEngine;
public class CameraSystem : MonoBehaviour
{
[SerializeField]
private CinemachineVirtualCamera _camera;
private const float _rotateSpeed = 300f;
void Update()
{
}
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4ba7a715b2719ca45aa1d964bc9d2f92
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
+1
View File
@@ -2,6 +2,7 @@
"dependencies": { "dependencies": {
"com.unity.ai.navigation": "1.1.1", "com.unity.ai.navigation": "1.1.1",
"com.unity.animation.rigging": "1.2.1", "com.unity.animation.rigging": "1.2.1",
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.0.0", "com.unity.collab-proxy": "2.0.0",
"com.unity.ide.rider": "3.0.18", "com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17", "com.unity.ide.visualstudio": "2.0.17",
+9
View File
@@ -28,6 +28,15 @@
}, },
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.cinemachine": {
"version": "2.9.5",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.31"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "2.0.0", "version": "2.0.0",
"depth": 0, "depth": 0,