Working materials with two modes - binary and continuous

This commit is contained in:
Michal Pikulski
2025-12-10 12:12:30 +01:00
parent b3ba4c35f3
commit 5de62563cf
16 changed files with 791 additions and 760 deletions

View File

@@ -452,7 +452,6 @@ namespace UI.CardSystem
if (cardData == null) return null;
var allSlots = FindObjectsByType<AlbumCardSlot>(FindObjectsSortMode.None);
foreach (var slot in allSlots)
{
if (slot.TargetCardDefinition != null &&