WebGL Puzzle Unity Asset Store

Sliding Puzzle

A complete, data-driven Sliding Puzzle template. One-click Setup Wizard, swipe & tap input, level progression, undo, best scores — ready to ship. Just add your images and levels.

Engine Unity WebGL
Platform Browser
Genre Puzzle
Publisher 404 Games
Sliding Puzzle Preview

Data-Driven Design

Everything configured through ScriptableObjects — add levels, swap images and customize without touching a single line of code.

One-Click Setup Wizard

Auto-builds the full scene — board, UI panels, buttons, level select and all event wiring — in a single click.

Swipe & Tap Input

Natural swipe gestures and tap support give players an intuitive feel on both mobile and desktop.

Event-Driven API

Hook into any game state — moves, timer, win, pause, best score — with a single line of code. Clean and extensible.

Sliding Puzzle — Complete Game Template

Build and ship a polished Sliding Puzzle game without writing a single line of setup code. This complete, data-driven template gives you a fully playable puzzle game out of the box — just add your images and levels.

A one-click Setup Wizard builds the entire scene for you: board, UI panels, buttons, level select screen, and all event wiring. Everything is configured through ScriptableObjects, making it easy to add levels, swap images, and customize the look without touching the code.

Natural swipe input. Tiles respond to both swipe gestures and taps, giving players an intuitive feel on both mobile and desktop.

Designed for customization. Swap in your own button sprites, panel backgrounds, and lock icons directly from the Inspector. All UI text labels are hidden automatically when a custom sprite is assigned.

Built for extensibility. A clean event-driven API lets you hook into every game state — moves, timer ticks, win, pause, best score — with a single line of code.

Whether you're building a mobile casual game, a kids' educational app, or a brain-training title, this template gives you a solid, production-ready foundation.

Template Info

Engine Unity
Grid Sizes 2×2 – 10×10
Platform Mobile & Desktop
Input Swipe & Tap
Publisher 404 Games

Features

ScriptableObject-based level system (LevelLibrary + LevelData)
Smooth tile slide animation
Configurable grid size (2×2 – 10×10)
Swipe and tap input support
One-click Setup Wizard (auto-builds the full scene)
Undo support
Automatic Canvas Scaler configuration (1280×960)
Pause / Resume
Level lock / unlock progression system
Elapsed time and move counter
Scrollable level select screen
Best score tracking per grid size (PlayerPrefs)
Customizable button and panel sprites
Puzzle preview image
Current level label (Level X)
Clean event-driven API for all game states