update
This commit is contained in:
6
.vsconfig
Normal file
6
.vsconfig
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0",
|
||||||
|
"components": [
|
||||||
|
"Microsoft.VisualStudio.Workload.ManagedGame"
|
||||||
|
]
|
||||||
|
}
|
||||||
50
BABA_YAGA.slnx
Normal file
50
BABA_YAGA.slnx
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
<Solution>
|
||||||
|
<Project Path="Assembly-CSharp.csproj" />
|
||||||
|
<Project Path="AstarPathfindingProject.csproj" />
|
||||||
|
<Project Path="Unity.Mathematics.csproj" />
|
||||||
|
<Project Path="Unity.Multiplayer.Center.Editor.csproj" />
|
||||||
|
<Project Path="Assembly-CSharp-Editor.csproj" />
|
||||||
|
<Project Path="Unity.Collections.csproj" />
|
||||||
|
<Project Path="PrimeTween.Runtime.csproj" />
|
||||||
|
<Project Path="UnityEngine.UI.csproj" />
|
||||||
|
<Project Path="UnityEditor.TestRunner.csproj" />
|
||||||
|
<Project Path="VHierarchy.csproj" />
|
||||||
|
<Project Path="Unity.InputSystem.csproj" />
|
||||||
|
<Project Path="Unity.PerformanceTesting.Editor.csproj" />
|
||||||
|
<Project Path="UnityEngine.TestRunner.csproj" />
|
||||||
|
<Project Path="AstarPackageToolsEditor.csproj" />
|
||||||
|
<Project Path="Unity.Burst.csproj" />
|
||||||
|
<Project Path="Fusion.Unity.Editor.csproj" />
|
||||||
|
<Project Path="AstarPathfindingProjectEditor.csproj" />
|
||||||
|
<Project Path="BuildReportTool.csproj" />
|
||||||
|
<Project Path="Unity.VisualStudio.Editor.csproj" />
|
||||||
|
<Project Path="Unity.TextMeshPro.Editor.csproj" />
|
||||||
|
<Project Path="Unity.Rider.Editor.csproj" />
|
||||||
|
<Project Path="Fusion.Unity.csproj" />
|
||||||
|
<Project Path="Drawing.csproj" />
|
||||||
|
<Project Path="Unity.InternalAPIEngineBridge.004.csproj" />
|
||||||
|
<Project Path="Unity.Burst.CodeGen.csproj" />
|
||||||
|
<Project Path="Unity.PerformanceTesting.csproj" />
|
||||||
|
<Project Path="UnityEditor.UI.csproj" />
|
||||||
|
<Project Path="Unity.TextMeshPro.csproj" />
|
||||||
|
<Project Path="Unity.Burst.Editor.csproj" />
|
||||||
|
<Project Path="PrimeTween.Installer.csproj" />
|
||||||
|
<Project Path="DrawingEditor.csproj" />
|
||||||
|
<Project Path="PrimeTween.Editor.csproj" />
|
||||||
|
<Project Path="Assembly-CSharp-Editor-firstpass.csproj" />
|
||||||
|
<Project Path="VFolders.csproj" />
|
||||||
|
<Project Path="VFavorites.csproj" />
|
||||||
|
<Project Path="Unity.Multiplayer.Center.Common.csproj" />
|
||||||
|
<Project Path="Unity.InputSystem.ForUI.csproj" />
|
||||||
|
<Project Path="Unity.Collections.CodeGen.csproj" />
|
||||||
|
<Project Path="Unity.Mathematics.Editor.csproj" />
|
||||||
|
<Project Path="UnityEditor.UI.Analytics.csproj" />
|
||||||
|
<Project Path="Unity.InputSystem.TestFramework.csproj" />
|
||||||
|
<Project Path="DrawingPackageToolsEditor.csproj" />
|
||||||
|
<Project Path="andywiecko.BurstTriangulator.csproj" />
|
||||||
|
<Project Path="VTabs.csproj" />
|
||||||
|
<Project Path="PackageTools.csproj" />
|
||||||
|
<Project Path="Unity.Fusion.CodeGen.csproj" />
|
||||||
|
<Project Path="Unity.Collections.Editor.csproj" />
|
||||||
|
<Project Path="Sirenix.OdinInspector.Modules.UnityMathematics.csproj" />
|
||||||
|
</Solution>
|
||||||
@@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.ugui": "1.0.0",
|
|
||||||
"com.unity.textmeshpro": "2.0.1",
|
|
||||||
"com.unity.mathematics": "1.3.2",
|
|
||||||
"com.unity.burst": "1.8.18",
|
|
||||||
"com.unity.inputsystem": "1.7.0",
|
|
||||||
"com.kyrylokuzyk.primetween": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween-1.4.0.tgz",
|
"com.kyrylokuzyk.primetween": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween-1.4.0.tgz",
|
||||||
|
"com.unity.burst": "1.8.18",
|
||||||
|
"com.unity.ide.rider": "3.0.31",
|
||||||
|
"com.unity.ide.visualstudio": "2.0.27",
|
||||||
|
"com.unity.inputsystem": "1.7.0",
|
||||||
|
"com.unity.mathematics": "1.3.2",
|
||||||
"com.unity.multiplayer.center": "1.0.1",
|
"com.unity.multiplayer.center": "1.0.1",
|
||||||
|
"com.unity.textmeshpro": "2.0.1",
|
||||||
|
"com.unity.ugui": "1.0.0",
|
||||||
"com.unity.modules.accessibility": "1.0.0",
|
"com.unity.modules.accessibility": "1.0.0",
|
||||||
"com.unity.modules.adaptiveperformance": "1.0.0",
|
"com.unity.modules.adaptiveperformance": "1.0.0",
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
|
|||||||
@@ -1,5 +1,28 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.arongranberg.astar": {
|
||||||
|
"version": "file:com.arongranberg.astar",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "embedded",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.burst": "1.8.7",
|
||||||
|
"com.unity.collections": "1.5.1",
|
||||||
|
"com.unity.mathematics": "1.2.6",
|
||||||
|
"com.unity.modules.animation": "1.0.0",
|
||||||
|
"com.unity.modules.assetbundle": "1.0.0",
|
||||||
|
"com.unity.modules.audio": "1.0.0",
|
||||||
|
"com.unity.modules.imgui": "1.0.0",
|
||||||
|
"com.unity.modules.particlesystem": "1.0.0",
|
||||||
|
"com.unity.modules.physics": "1.0.0",
|
||||||
|
"com.unity.modules.physics2d": "1.0.0",
|
||||||
|
"com.unity.modules.terrain": "1.0.0",
|
||||||
|
"com.unity.modules.terrainphysics": "1.0.0",
|
||||||
|
"com.unity.modules.tilemap": "1.0.0",
|
||||||
|
"com.unity.modules.ui": "1.0.0",
|
||||||
|
"com.unity.modules.uielements": "1.0.0",
|
||||||
|
"com.unity.ugui": "1.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"com.kyrylokuzyk.primetween": {
|
"com.kyrylokuzyk.primetween": {
|
||||||
"version": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween-1.4.0.tgz",
|
"version": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween-1.4.0.tgz",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
@@ -7,8 +30,8 @@
|
|||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.burst": {
|
"com.unity.burst": {
|
||||||
"version": "1.8.18",
|
"version": "1.8.28",
|
||||||
"depth": 0,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.mathematics": "1.2.1",
|
"com.unity.mathematics": "1.2.1",
|
||||||
@@ -16,6 +39,43 @@
|
|||||||
},
|
},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
|
"com.unity.collections": {
|
||||||
|
"version": "2.6.2",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.burst": "1.8.23",
|
||||||
|
"com.unity.mathematics": "1.3.2",
|
||||||
|
"com.unity.test-framework": "1.4.6",
|
||||||
|
"com.unity.nuget.mono-cecil": "1.11.5",
|
||||||
|
"com.unity.test-framework.performance": "3.0.3"
|
||||||
|
},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
|
"com.unity.ext.nunit": {
|
||||||
|
"version": "2.0.5",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "builtin",
|
||||||
|
"dependencies": {}
|
||||||
|
},
|
||||||
|
"com.unity.ide.rider": {
|
||||||
|
"version": "3.0.31",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.ext.nunit": "1.0.6"
|
||||||
|
},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
|
"com.unity.ide.visualstudio": {
|
||||||
|
"version": "2.0.27",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.test-framework": "1.1.33"
|
||||||
|
},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
"com.unity.inputsystem": {
|
"com.unity.inputsystem": {
|
||||||
"version": "1.7.0",
|
"version": "1.7.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
@@ -40,6 +100,33 @@
|
|||||||
"com.unity.modules.uielements": "1.0.0"
|
"com.unity.modules.uielements": "1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"com.unity.nuget.mono-cecil": {
|
||||||
|
"version": "1.11.6",
|
||||||
|
"depth": 2,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
|
"com.unity.test-framework": {
|
||||||
|
"version": "1.6.0",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "builtin",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.ext.nunit": "2.0.3",
|
||||||
|
"com.unity.modules.imgui": "1.0.0",
|
||||||
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"com.unity.test-framework.performance": {
|
||||||
|
"version": "3.2.0",
|
||||||
|
"depth": 2,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.test-framework": "1.1.33",
|
||||||
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
|
},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
"com.unity.textmeshpro": {
|
"com.unity.textmeshpro": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user