monogame-extended-tiled
Installation
SKILL.md
MonoGame.Extended Tilemaps Implementation Guide
This skill covers the v6 unified tilemap API (MonoGame.Extended.Tilemaps).
The legacy MonoGame.Extended.Tiled namespace and TiledMap/TiledMapRenderer classes
were removed in v6 — do not use them. For API signatures and complete code read
references/extended-tiled.md.
Supported Formats
| Format | File extension | Notes |
|---|---|---|
| Tiled Map Editor | .tmx |
Orthogonal, Isometric, Staggered, Hexagonal |
| LDtk | .ldtk |
Orthogonal |
| Ogmo Editor | .ogmo / .json |
Orthogonal |
All three share the same runtime API — switching editors requires no game code changes.