Completely working Buttons Memory minigame, needs ITask

This commit is contained in:
2026-06-03 22:09:27 +02:00
parent 221e834226
commit a1210942a0
6 changed files with 1155 additions and 70 deletions

View File

@@ -1,6 +1,7 @@
{
"dependencies": {
"com.unity.ide.visualstudio": "2.0.27",
"com.unity.inputsystem": "1.14.2",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.ugui": "2.0.0",

View File

@@ -15,6 +15,15 @@
},
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.14.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.uielements": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.multiplayer.center": {
"version": "1.0.0",
"depth": 0,