修复问题,优化bug和游戏,resource资源拆迁

This commit is contained in:
2026-02-24 20:59:38 +08:00
parent d5c8966abd
commit 332307d18c
740 changed files with 6964 additions and 23604 deletions
@@ -1,4 +1,4 @@
using UnityEngine;
using UnityEngine;
using UnityEngine.UI;
using System.Collections.Generic;
using System.Linq;
@@ -133,6 +133,7 @@ public class loadSkillsSelect : MonoBehaviour
return;
}
found.LoadEquippedSkillsFromLocal();
currentHeroSO = found; // Documentation text normalized.
// Documentation text normalized.
var groupsByColumn = new System.Collections.Generic.Dictionary<int, System.Collections.Generic.List<SkillGroup>>();
@@ -128,6 +128,8 @@ public class slots_skillSlots : MonoBehaviour, IPointerClickHandler, IPointerEnt
Debug.Log($"Removed skillID {skillCard_skillID} from equippedSkillGroupIDs");
}
}
so.SaveEquippedSkillsToLocal();
so.LoadEquippedSkillsFromLocal();
}
// Notify all slots_heroSlots with matching heroId to update their skill lists