Fix bug where input was blocked from levels other than main menu

This commit is contained in:
Michal Pikulski
2025-10-13 12:41:04 +02:00
parent 13ef0a60da
commit 65e14c07d2
4 changed files with 30 additions and 5 deletions

View File

@@ -5,6 +5,7 @@
"com.unity.addressables": "2.7.3",
"com.unity.addressables.android": "1.0.7",
"com.unity.cinemachine": "3.1.4",
"com.unity.device-simulator.devices": "1.0.0",
"com.unity.feature.2d": "2.0.1",
"com.unity.film-internal-utilities": "0.18.4-preview",
"com.unity.graphtoolkit": "0.4.0-exp.2",

View File

@@ -155,6 +155,13 @@
},
"url": "https://packages.unity.com"
},
"com.unity.device-simulator.devices": {
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "2.0.5",
"depth": 1,