DeckStacker v1.0
A card game engine for Unity games
 
Loading...
Searching...
No Matches
Change Log

1.0.1 June 14, 2025

  1. Finishing first pass on documentation, fully, with the addition of a "How to..." page, full of tutorials

1.0.2 July 28, 2025

  1. Minor adjustment to DSCardMovementHelper flags (moveDone, rotationDone, and scaleDone) to address some edgecases with card movement.
    • Prior to fix, cards that are in the middle of a restack will jump position if their end position is changed due to a card deal (aka being moved to a different stack).
    • This bug is especially bad when the stack is aligned to center.
    • This fix will smooth that motion out, without compromising other movement cases, significantly.
  2. Adding Card Tint DSActions: DSTintCardAction, and DSResetCardTintAction