Skill Game Dev →

Unity 2D Isometric

Configure Unity 6 2D Isometric Tilemap projects grid projection (2:1 diamond), Pixels Per…

A deterministic setup standard for Unity 6 2.5D isometric tilemap projects. It locks down the diamond 2:1 grid projection, Pixels Per Unit (PPU) standard, orthographic Pixel Perfect Camera, and sorting-layer hierarchy so the classic isometric failures: jittery sprites, wrong z-order, blurry pixel art, misaligned tiles, never appear in the first place.

$15 one-time
Add to a kit →

Prices include 20% VAT. · Forged on real agency work · one-time, no lock-in

  • Type Skill
  • Category Game Dev
  • Delivery Email · instant
  • License One-time
Run preview
forgehouse, unity-2d-isometric

Inside the run · no black box

See the actual work before you buy it.

Change PPU after Sprint 1 and you buy a 10 to 30 minute full reimport. That is why this project seed locks every isometric invariant behind constants and editor validators:

  1. Creates the GameConstants.cs single source of truth before anything else: PPU (64 mobile-friendly or 128 high-res, locked after Sprint 1 because changing it forces a 10 to 30 minute full reimport), grid cell size (1, 0.5, 1), tile anchor (0.5, 0.25, 0), sprite pivot (0.5, 0) and the reference resolution 480x270. Literal values anywhere else in the codebase are banned and grep-checked.
  2. Configures the Grid for the 2:1 diamond projection: Cell Layout Isometric, Cell Swizzle XYZ, Cell Size (1, 0.5, 1). A GridInvariantValidator hooks into scene saving and hard-blocks the save if any Grid or Tilemap in the scene violates these values.
  3. Sets up the camera as orthographic plus Pixel Perfect Camera: orthographic size computed from reference resolution and PPU, upscale render texture on, pixel snapping on. Without this, sub-pixel jitter makes characters shimmer and players quit within seconds.
  4. Locks the sorting layer hierarchy to exactly Default, Ground, GroundDecal, Entities, AirOverlay, FX, UI in that order. A SortingLayerValidator runs at editor load and logs errors on any count or order mismatch; per-scene layer creation is forbidden.
  5. Installs the SpritePPUEnforcer AssetPostprocessor: every texture under Assets/Sprites gets PPU from GameConstants, Point filtering, bottom-center pivot and mipmaps off at import time. A post-process check deletes any asset whose pivot drifted, fail-secure.
  6. Separates bounded contexts: isometric code lives in its own namespace and UI may only talk to it through an IsometricToUIAdapter, never by referencing a SpriteRenderer directly, so the Screen Space UI never leaks into Y-sort logic.
Use cases · what happens when you plug it in

One power source. 6 lines out.

unity-2d-isometric · core

core active · 6 lines

  1. Bootstrapping a new Unity 6 2D isometric project the right way

    ✓ bootstrapping a new unity
  2. Refactoring an existing project onto an iso diamond grid

    ✓ refactoring an existing
  3. Fixing blurry or jittery sprites via PPU, Filter Mode, and Pixel Perfect Camera

    ✓ fixing blurry or jittery
  4. Resolving sorting-layer conflicts (character above/below objects)

    ✓ resolving sorting-layer…
  5. Correcting half-tile shifts and diamond-vs-square tile alignment

    ✓ correcting half-tile shi…
  6. Standardizing PPU 64 vs 128 for mobile vs high-DPI tiers

    ✓ standardizing ppu 64 vs
Benefits · what you walk away with

Yours to keep.

Drag time forward. Watch what stays.

Forever

That's what owning means.

The rented stack

ai writing tool: subscription

expired · access lost

analytics suite: subscription

expired · access lost

design platform: subscription

expired · access lost

(nothing left)

Your forge

  1. Pixel-perfect, jitter-free rendering on a Stardew/Octopath-class scene

    license: perpetual
  2. One source of truth for grid, PPU, and pivots: no per-scene drift

    license: perpetual
  3. Build setup once and stop re-debugging the same regressions

    license: perpetual
  4. Mobile-aware PPU choice that keeps atlas size and draw calls in check

    license: perpetual

subscriptions expire · deeds don't

What's included · the full manifest

Everything in the box.

Pick a piece up. Watch it work.

GameConstants single-source-of-truth file (PPU, cell size, anchor, pivot, sorting layers)

part 01 of 06 · in the box

6 parts · one working system · ships instantly by email

Who it's for

This wasn't forged for everyone.

  • Not for you if you'd rather rent a tool than own one.
  • Not for you if you want someone else to run your stack.
  • Not for you if you're happy guessing.
Still here? Good.

Unity 6 game developers building 2.5D isometric RPGs who need a reliable, regression-proof grid, camera, and sorting foundation.

then this was forged for you.

Works with

Universal by design: these run in any AI. Delivered in the open Agent Skills + MCP format (native in Claude); ChatGPT, Gemini, Cursor and Copilot adapt the same files their own way.

  • Claude Native format
  • ChatGPT Adapts via open standards
  • Gemini Adapts via open standards
  • Cursor Adapts via open standards
  • Copilot Adapts via open standards
Questions · still in the air

Catch what's on your mind.

the air is clear. nothing between you and the forge.
catch a spark: the forge will answer

  1. Can I apply this to an existing project that wasn't started as isometric?

    Yes, refactoring an existing project onto the iso diamond grid is a covered use case. The GameConstants single-source file and editor validators let you migrate scene by scene and catch grid or sorting violations on save instead of discovering them at runtime.

  2. I can set PPU and camera settings myself, so what does this actually prevent?

    Setting them once isn't the problem, drift is. The AssetPostprocessor enforces PPU, Point filter, and pivot on every import, and fail-secure validators check sorting layers and grid invariants on save. That's what stops jitter and blur from creeping back per scene.

  3. Does this cover character animation or tile artwork too?

    No. This is strictly the grid, PPU, camera, and sorting-layer foundation for 2.5D isometric projects. Animation pipelines and tile authoring are separate concerns, and it doesn't generate any sprite art for you.

  4. How is it delivered?

    By email right after purchase: ready to run, downloaded instantly, no setup wait.

  5. One-time or subscription?

    A one-time purchase; no subscription or hidden fees. VAT (20%) is included.

  6. Can I get a refund?

    As a digital product, it can’t be refunded once downloaded. That’s why we show exactly what’s inside and who it’s for, right here.