Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Plugin to add some functionality to TileMapsCurrently only functionality it adds is an option to bake TileMaps into your NavigationRegion2D.Usage- Baking NavigationPolygon from multiple layers of TileMap(s)This solves issue with Godot's 4.2 baking of tilemaps. If any of you colliders not on Layer0 of TileMap, they will be ignored. This tool scraps all tiles from all the layers (both tile layers and physics layers) and merges as obstructions. Select NavigationRegion2D first, then hold Ctrl (or β Command on Mac) and select any amount of TileMaps. On the bottom bar TileChef menu should appear, click it. You will see "Bake NavigationPolygon from TileMaps" button. Click it, polygon should be baked. For some reason it waits for you to switch focus to render your polygon in view, so just click on any node or switch to Output to see your polygons baked.
TileMapsChef
Godot plugin to add some functionality to TileMaps
Usage
Baking NavigationPolygon from multiple layers of TileMap(s)
This solves issue with Godot's 4.2 baking of TileMaps. If any of you colliders not on Layer0
of TileMap
, they will be ignored. This tool scraps all tiles from all the layers (both tile layers and physics layers) and merges as obstructions.
Select NavigationRegion2D
first, then hold Ctrl (or β Command on Mac) and select any amount of TileMap
s. On the bottom bar TileChef menu should appear, click it. You will see "Bake NavigationPolygon from TileMaps" button. Click it, polygon should be baked. For some reason it waits for you to switch focus to render your polygon in view, so just click on any node or switch to Output to see your polygons baked.
|
|
Using built-in baking | Using TileMapsChef's baking |
Plugin to add some functionality to TileMaps
Currently only functionality it adds is an option to bake TileMaps into your NavigationRegion2D.
Usage
- Baking NavigationPolygon from multiple layers of TileMap(s)
This solves issue with Godot's 4.2 baking of tilemaps. If any of you colliders not on Layer0 of TileMap, they will be ignored. This tool scraps all tiles from all the layers (both tile layers and physics layers) and merges as obstructions. Select NavigationRegion2D first, then hold Ctrl (or β Command on Mac) and select any amount of TileMaps. On the bottom bar TileChef menu should appear, click it. You will see "Bake NavigationPolygon from TileMaps" button. Click it, polygon should be baked. For some reason it waits for you to switch focus to render your polygon in view, so just click on any node or switch to Output to see your polygons baked.
Reviews
Quick Information

Plugin to add some functionality to TileMapsCurrently only functionality it adds is an option to bake TileMaps into your NavigationRegion2D.Usage- Baking NavigationPolygon from multiple layers of TileMap(s)This solves issue with Godot's 4.2 baking of tilemaps. If any of you colliders not on Layer0 of TileMap, they will be ignored. This tool scraps all tiles from all the layers (both tile layers and physics layers) and merges as obstructions. Select NavigationRegion2D first, then hold Ctrl (or β Command on Mac) and select any amount of TileMaps. On the bottom bar TileChef menu should appear, click it. You will see "Bake NavigationPolygon from TileMaps" button. Click it, polygon should be baked. For some reason it waits for you to switch focus to render your polygon in view, so just click on any node or switch to Output to see your polygons baked.