fix: correct teleport radius

This commit is contained in:
Bragin Stepan
2026-02-26 00:01:12 +05:00
parent 5f640ce72e
commit e4532ae3c2
9 changed files with 78 additions and 25 deletions

View File

@@ -1,10 +1,9 @@
{
"dependencies": {
"com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
"com.unity.2d.sprite": "1.0.0",
"com.unity.collab-proxy": "2.8.2",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.visualstudio": "2.0.27",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.7.0",
"com.unity.render-pipelines.universal": "14.0.9",
@@ -45,4 +44,4 @@
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
}
}

View File

@@ -1,12 +1,5 @@
{
"dependencies": {
"com.github-glitchenzo.nugetforunity": {
"version": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "c2af83c9d4f8cdaada9d4a0e94de2f195d8e1d01"
},
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 0,
@@ -46,11 +39,11 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.22",
"version": "2.0.27",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.9"
"com.unity.test-framework": "1.1.33"
},
"url": "https://packages.unity.com"
},