
Описание
LAST TILE - a finished rolling-cube puzzle for Unity 6 (URP). Rename it and ship it.
Roll a cube across a floating board. Every tile it leaves behind cracks and falls.
Clear the board, finish on the gem. One gesture, one hundred levels.
WHAT'S IN IT
• 100 levels baked along a difficulty curve
• 7 tile types, all in use: 54 levels with ghost tiles, 53 with double tiles,
20 built on a key-and-lock pair, 18 routed through one-way portals
• 14 board shapes - rings, spirals, serpentines, L, U, H and T forms, octagons,
bands, twin holes and randomly carved boards
• 10 palettes, each recolouring tile faces, edges, cube, gem and sky together
LEVELS CANNOT SHIP UNSOLVABLE
The solution is generated before the level exists - a seeded Hamiltonian walk
lays the route, then tiles go down along it. Deterministic from one integer,
and the whole campaign rebakes from a single menu item.
ENDLESS MODE THAT ACTUALLY GENERATES
Every board is composed from a fresh seed at runtime and proved winnable by
replaying its route before you ever see it. Boards grow and gain mechanics as
your streak climbs. When a board cannot be built, difficulty steps back rather
than the run stalling.
FEEL
• 90° rolling with squash-and-stretch and a 0.4s input buffer
• Tiles fracture into pooled shards, nothing instantiated during play
• A refused move never kills you - the cube nudges the blocked side and play
continues. Built for thumbs.
• Orthographic auto-framing camera: any board size, any aspect, no keystone
• Idle coach that demonstrates a legal direction, never the solution step
READY TO SHIP
• Full UI flow in TextMeshPro, notch-safe portrait, swipe or on-screen buttons
• Save system, audio service with 9 SFX, deadlock detection
• Ads behind an interface - runs with no SDK installed; add Google's free
Mobile Ads plugin and one scripting define to switch it on (README included)
• Every prefab, material and shader regenerates from code via one menu item
• Unity 6000.3.5f2 · URP · commented C# · Android and WebGL build scripts
• No paid third-party plugins
Not included: Google Mobile Ads SDK - free from Google, installed by you.




