basic movement

This commit is contained in:
reisenlol 2026-01-02 02:21:53 -08:00
parent aba5310742
commit 01a1278465
No known key found for this signature in database
25 changed files with 1140 additions and 540 deletions

View file

@ -1,6 +1,6 @@
{
"dependencies": {
"com.unity.collab-proxy": "2.11.2",
"com.unity.cinemachine": "3.1.5",
"com.unity.feature.2d": "2.0.1",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",

View file

@ -102,11 +102,14 @@
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.11.2",
"com.unity.cinemachine": {
"version": "3.1.5",
"depth": 0,
"source": "registry",
"dependencies": {},
"dependencies": {
"com.unity.splines": "2.0.0",
"com.unity.modules.imgui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collections": {