[Add] Game Loop Playable

This commit is contained in:
2026-03-28 12:53:34 +07:00
parent 78ad76120f
commit f2173d2c73
20 changed files with 1433 additions and 122 deletions
@@ -271,7 +271,7 @@ namespace YachtDice.Modifiers.Editor
return;
}
_inventoryController = FindObjectOfType<InventoryController>();
_inventoryController = FindAnyObjectByType<InventoryController>();
}
private void RefreshDefinitions()
@@ -122,7 +122,7 @@ namespace YachtDice.Modifiers.Pipeline
{
string traceStr = trace.ToString();
context.DebugLog.Add(traceStr);
Debug.Log(traceStr);
// Debug.Log(traceStr);
}
_isExecuting = false;