尝试修复bug

1.记忆模块现在应该可以随便交换记忆了?如果还有错就放上去直接锁了
2.cluebaord加了统一的错误反馈
3.发热有时候不出现工具我怀疑是任务系统错误,改了下执行优先级
4.让屏幕及时更新不再发热的文字信息
This commit is contained in:
2024-11-16 03:19:16 +08:00
parent fed5e4aed4
commit 74ef692b90
8 changed files with 65 additions and 62 deletions
@@ -310,6 +310,7 @@ public IEnumerator PlayMemory(bool useYarn=false,string memName="")
[YarnCommand("search_memory")]
public IEnumerator SearchMemory(PunchTape punchTape, bool isSkipDialogue=false)
{
//FavoritesManager.Instance.CloseFavorites();
if(punchTape==null)
{
Debug.Log("no punchTape");