This commit is contained in:
2026-06-22 23:50:02 +07:00
6 changed files with 20 additions and 45779 deletions

0
.ai/mcp/mcp.json Normal file
View File

1
.gitignore vendored
View File

@@ -84,3 +84,4 @@ Assets/Settings/Project Setting/FirebaseConfig.asset
Assets/Settings/Project Setting/FirebaseConfig.asset.meta
/BABA_YAGA_Updater/.gemini-workspace-history
.gemini-pool.json
replay_pid*.log

View File

@@ -1,50 +1,30 @@
<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="Opsive.UltimateCharacterController.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="Opsive.UltimateCharacterController.Editor.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="Assembly-CSharp.csproj" />
<Project Path="Fusion.Unity.Editor.csproj" />
<Project Path="Opsive.UltimateCharacterController.Demo.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="DOTween.Modules.csproj" />
<Project Path="AstarPackageToolsEditor.csproj" />
<Project Path="Opsive.Shared.csproj" />
<Project Path="andywiecko.BurstTriangulator.csproj" />
<Project Path="Assembly-CSharp-Editor.csproj" />
<Project Path="Fusion.Unity.csproj" />
<Project Path="VTabs.csproj" />
<Project Path="VFavorites.csproj" />
<Project Path="PackageTools.csproj" />
<Project Path="Unity.Fusion.CodeGen.csproj" />
<Project Path="Unity.Collections.Editor.csproj" />
<Project Path="Opsive.UltimateCharacterController.Demo.Editor.csproj" />
<Project Path="Sirenix.OdinInspector.Modules.UnityMathematics.csproj" />
<Project Path="Unity.Fusion.CodeGen.csproj" />
<Project Path="DrawingEditor.csproj" />
<Project Path="Opsive.Shared.Editor.csproj" />
<Project Path="DrawingPackageToolsEditor.csproj" />
<Project Path="PrimeTween.Installer.csproj" />
</Solution>

View File

@@ -1,7 +1,7 @@
{
"dependencies": {
"com.arongranberg.astar": "file:com.arongranberg.astar",
"com.kyrylokuzyk.primetween": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween.tgz",
"com.kyrylokuzyk.primetween": "file:../Assets/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween.tgz",
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "2.0.10",
"com.unity.burst": "1.8.18",

View File

@@ -24,7 +24,7 @@
}
},
"com.kyrylokuzyk.primetween": {
"version": "file:../Assets/Third Parties/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween.tgz",
"version": "file:../Assets/Plugins/PrimeTween/internal/com.kyrylokuzyk.primetween.tgz",
"depth": 0,
"source": "local-tarball",
"dependencies": {}

File diff suppressed because one or more lines are too long