Puzzle RPG Kit combines Puzzle & Dragons-style drag match-3 with a 5v5 card-battle RPG into one complete, ready-to-run starter kit. It is written in pure C# and Unity UI (uGUI) with no paid third-party dependencies (no NGUI, no DOTween) — just replace the art and sound to turn it into your own game.
Key features
- Dual controls: single swaps (3-match) repeat during a time limit, while a Puzzle & Dragons-style continuous drag becomes a powerful "finisher" that ends the turn
- Combo system: cascade chains multiply damage with a combo popup
- 5v5 card battle: stones charge same-attribute cards, which unleash slam attacks using an attribute affinity table
- Two modes: Versus (turn-based AI battle) and Endless (infinite time-attack)
- Progressive difficulty: enemies grow stronger as you win
- Complete game flow: Title, Lobby, Game, plus a card gallery
- Rich presentation: elastic stone reactions, slam attacks, card reveals, outlined text
- Sound: works even without audio files via procedural sound synthesis
Easy to customize
- Drop images and sounds into the Resources folder by naming convention and they are applied automatically
- Tune balance, card layout, mode and difficulty right in the Inspector
- Clean, commented pure-C# code
What's included
- Full source code (17 scripts)
- Demo scene, sample art and sound
- Documentation in English: Quick Start guide + 9-page User Manual (PDF, inside the package under Documentation/), README and art/sound spec guides
Requirements
- Unity 2022.3 LTS or newer / uGUI and 2D Sprite (built-in)