From f8d19ab1eb80e22e169cf4f9d7fe3e83f30d77bb Mon Sep 17 00:00:00 2001
From: miepzerino <o.skotnik@gmail.com>
Date: Thu, 03 Apr 2025 16:07:53 +0000
Subject: [PATCH] #42 load tiles in chunks instead of the whole map

---
 Packages/manifest.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Packages/manifest.json b/Packages/manifest.json
index 42b982e..cd59f71 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -1,9 +1,11 @@
 {
   "dependencies": {
+    "com.unity.cinemachine": "2.9.7",
     "com.unity.collab-proxy": "2.2.0",
     "com.unity.feature.2d": "2.0.0",
     "com.unity.ide.rider": "3.0.26",
     "com.unity.ide.visualstudio": "2.0.22",
+    "com.unity.inputsystem": "1.7.0",
     "com.unity.render-pipelines.universal": "14.0.9",
     "com.unity.test-framework": "1.1.33",
     "com.unity.textmeshpro": "3.0.6",

--
Gitblit v1.9.3