mirror of
https://github.com/Earth-Genesis-Games/Ajedrez_Purgatorio.git
synced 2026-09-11 09:47:35 +00:00
fix: add missing asmdef reference and namespace import
- Add Unity.InputSystem to AjedrezPurgatorio.Runtime.asmdef (fixes DialogueUI CS0246) - Add using AjedrezPurgatorio.Gameplay to SetupChapterScenes (fixes PieceSelectionFeedback CS0246) - Regenerated packages-lock.json and .slnx
This commit is contained in:
@@ -1,36 +1,7 @@
|
|||||||
<Solution>
|
<Solution>
|
||||||
<Project Path="AjedrezPurgatorio.Runtime.csproj" />
|
<Project Path="AjedrezPurgatorio.Runtime.csproj" />
|
||||||
<Project Path="Unity.Multiplayer.Center.Editor.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.Core.Editor.csproj" />
|
|
||||||
<Project Path="Unity.Notifications.iOS.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.Flow.Editor.csproj" />
|
|
||||||
<Project Path="Unity.Notifications.Android.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.Core.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.State.Editor.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.Flow.csproj" />
|
|
||||||
<Project Path="Assembly-CSharp.csproj" />
|
<Project Path="Assembly-CSharp.csproj" />
|
||||||
<Project Path="Unity.Mobile.AndroidLogcat.Editor.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.State.csproj" />
|
|
||||||
<Project Path="Unity.Notifications.csproj" />
|
|
||||||
<Project Path="Unity.AdaptivePerformance.csproj" />
|
|
||||||
<Project Path="Assembly-CSharp-Editor.csproj" />
|
<Project Path="Assembly-CSharp-Editor.csproj" />
|
||||||
<Project Path="Unity.Multiplayer.Center.Common.csproj" />
|
|
||||||
<Project Path="Unity.Notifications.Unified.csproj" />
|
|
||||||
<Project Path="Unity.Multiplayer.Center.Editor.Tests.csproj" />
|
|
||||||
<Project Path="Unity.Mobile.AndroidLogcat.Editor.Tests.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.SettingsProvider.Editor.csproj" />
|
|
||||||
<Project Path="Unity.Notifications.Tests.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.Shared.Editor.csproj" />
|
|
||||||
<Project Path="Unity.iOS.Notifications.Tests.csproj" />
|
|
||||||
<Project Path="Unity.Mobile.AndroidLogcat.Integration.Editor.Tests.csproj" />
|
|
||||||
<Project Path="Unity.AdaptivePerformance.Tests.csproj" />
|
|
||||||
<Project Path="EditModeTests.csproj" />
|
<Project Path="EditModeTests.csproj" />
|
||||||
<Project Path="Unity.Multiplayer.Center.Tests.csproj" />
|
|
||||||
<Project Path="Unity.Mobile.AndroidLogcat.Shared.Editor.Tests.csproj" />
|
|
||||||
<Project Path="Unity.VisualScripting.DocCodeExamples.csproj" />
|
|
||||||
<Project Path="Unity.Mobile.AndroidLogcat.Runtime.Tests.csproj" />
|
|
||||||
<Project Path="Unity.Android.Notifications.Tests.csproj" />
|
|
||||||
<Project Path="Unity.Notifications.Unified.Tests.csproj" />
|
|
||||||
<Project Path="Unity.Mobile.AndroidLogcat.Performance.Editor.Tests.csproj" />
|
|
||||||
<Project Path="AjedrezPurgatorio.Spikes.csproj" />
|
<Project Path="AjedrezPurgatorio.Spikes.csproj" />
|
||||||
</Solution>
|
</Solution>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ using UnityEngine.UI;
|
|||||||
using TMPro;
|
using TMPro;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using AjedrezPurgatorio.Data;
|
using AjedrezPurgatorio.Data;
|
||||||
|
using AjedrezPurgatorio.Gameplay;
|
||||||
using AjedrezPurgatorio.Meta;
|
using AjedrezPurgatorio.Meta;
|
||||||
using AjedrezPurgatorio.UI;
|
using AjedrezPurgatorio.UI;
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,8 @@
|
|||||||
"rootNamespace": "",
|
"rootNamespace": "",
|
||||||
"references": [
|
"references": [
|
||||||
"Unity.TextMeshPro",
|
"Unity.TextMeshPro",
|
||||||
"UnityEngine.UI"
|
"UnityEngine.UI",
|
||||||
|
"Unity.InputSystem"
|
||||||
],
|
],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5e7e7f59c83937e43a93c19fc2dff584
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8acf45a40afb6e046bfd0fe9ad0f4a43
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 45ac7892fa5e7694193ae62aed7374b2
|
||||||
+15
-15
@@ -10,11 +10,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.2d.animation": {
|
"com.unity.2d.animation": {
|
||||||
"version": "13.0.4",
|
"version": "13.0.6",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.2d.common": "12.0.2",
|
"com.unity.2d.common": "12.0.4",
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.collections": "2.4.3",
|
"com.unity.collections": "2.4.3",
|
||||||
"com.unity.modules.animation": "1.0.0",
|
"com.unity.modules.animation": "1.0.0",
|
||||||
@@ -23,11 +23,11 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.2d.aseprite": {
|
"com.unity.2d.aseprite": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.2d.common": "12.0.1",
|
"com.unity.2d.common": "12.0.3",
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.2d.tilemap": "1.0.0",
|
"com.unity.2d.tilemap": "1.0.0",
|
||||||
"com.unity.mathematics": "1.2.6",
|
"com.unity.mathematics": "1.2.6",
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.2d.common": {
|
"com.unity.2d.common": {
|
||||||
"version": "12.0.2",
|
"version": "12.0.4",
|
||||||
"depth": 2,
|
"depth": 2,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -60,11 +60,11 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.2d.psdimporter": {
|
"com.unity.2d.psdimporter": {
|
||||||
"version": "12.0.1",
|
"version": "12.0.2",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.2d.common": "12.0.1",
|
"com.unity.2d.common": "12.0.3",
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.2d.tilemap": "1.0.0"
|
"com.unity.2d.tilemap": "1.0.0"
|
||||||
},
|
},
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.2d.tilemap.extras": {
|
"com.unity.2d.tilemap.extras": {
|
||||||
"version": "6.0.1",
|
"version": "6.0.3",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -108,11 +108,11 @@
|
|||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
"com.unity.2d.tooling": {
|
"com.unity.2d.tooling": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.2d.common": "12.0.2",
|
"com.unity.2d.common": "12.0.4",
|
||||||
"com.unity.modules.uielements": "1.0.0"
|
"com.unity.modules.uielements": "1.0.0"
|
||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
@@ -171,15 +171,15 @@
|
|||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.2d.animation": "13.0.4",
|
"com.unity.2d.animation": "13.0.6",
|
||||||
"com.unity.2d.pixel-perfect": "5.1.1",
|
"com.unity.2d.pixel-perfect": "5.1.1",
|
||||||
"com.unity.2d.psdimporter": "12.0.1",
|
"com.unity.2d.psdimporter": "12.0.2",
|
||||||
"com.unity.2d.sprite": "1.0.0",
|
"com.unity.2d.sprite": "1.0.0",
|
||||||
"com.unity.2d.spriteshape": "13.0.0",
|
"com.unity.2d.spriteshape": "13.0.0",
|
||||||
"com.unity.2d.tilemap": "1.0.0",
|
"com.unity.2d.tilemap": "1.0.0",
|
||||||
"com.unity.2d.tilemap.extras": "6.0.1",
|
"com.unity.2d.tilemap.extras": "6.0.3",
|
||||||
"com.unity.2d.aseprite": "3.0.1",
|
"com.unity.2d.aseprite": "3.0.2",
|
||||||
"com.unity.2d.tooling": "1.0.2"
|
"com.unity.2d.tooling": "1.0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.ide.rider": {
|
"com.unity.ide.rider": {
|
||||||
|
|||||||
Reference in New Issue
Block a user