Polygon Collider Simplifier
Drag and drop your sprite. We'll trace the outline and give you an optimized collision polygon for Godot or Unity, reducing vertex count by up to 90%.
Higher values remove more points, making the shape simpler but less accurate. Updates live as you drag.
Collider Preview
No Image Selected
Upload a sprite to visualize its simplified collision mesh.
Collision analysis
Validate and export the optimized collider before you ship it
No optimized collider yet
Upload a sprite and drag tolerance in the workspace — the report appears here.
Professional tips
Only what changes the collider you ship
Tolerance
Raise tolerance until the overlay barely drifts from the silhouette, then step back once. That is usually the best physics / fidelity trade-off.
Convex vs Concave
Convex shapes are cheapest. Prefer a convex-looking outline for movers; keep concave detail only where gameplay needs it (ledges, notches).
Performance
Physics cost scales with edge count. Landing at 8–24 vertices for actors is a strong target; terrain can run higher if instances are few.
Avoid Over-Simplification
If Coverage / shape fidelity collapses (missing limbs, flat walls that should block), lower tolerance. A tiny vertex win is not worth broken gameplay collision.
Professional workflow
Where Collider Simplifier sits in a real 2D production pipeline
Comes in from
Auto Hitbox GeneratorHands you a traced collision polygon fitted to your sprite silhouette.
This step · Collision & Physics
Polygon Collider Simplifier
Produces an optimized low-vertex collider ready for the physics step.
Related tools
More free browser-based game development tools
Auto Hitbox Generator
Generate the polygon by tracing first, then simplify it here.
Game Design Doc Generator
Turn a game idea into a structured, scoped design document.
2D Procedural Level Generator
Generate seeded 2D levels and export them as engine-ready tilemaps.
Sprite Sheet Generator
Pack animation frames into a padded atlas with a JSON data file.