How to create new TileSET easy?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Serenade
:warning: Old Version Published before Godot 3 was released.

Hi! Im using 2.1 Godot and this version doesnt seem to have “Create tile set” button unlike older versions (from youtube videos) so when i create a “tilemap” node it doesnt contain such function that allows me to import and then let it cut image it self (after i write size of tiles), instead i have to import that tile map and relocate every tile tyoing cordinates…
Or maybe that function is somewhere there, please help!

May I ask in which videos you have seen this?
Afaik, Godot never had the functionality to automatically cut tilesets.
But there have been plugins around that do this for a while.

Hinsbart | 2016-09-29 08:34

:bust_in_silhouette: Reply From: jospic

If you select TileMap node, in its inspector panel there is an entry “Tile Set”. Click on dropdown menu and select “New tileset” for a new tileset or “Load” for import an existent one.

-j

:bust_in_silhouette: Reply From: Zylann

This is the way tilemaps and tilesets are created now: Using TileMaps — Godot Engine (latest) documentation in English

:bust_in_silhouette: Reply From: martymon

What you just described is a plugin available here:

Create_Tileset and Tileset_Full_Collision appears to be what you are after.

“Base type is not EditorPlugin”
pfff that kind of feature should be built in

phil1234 | 2018-03-10 14:33

Agree, it should be built-in.
It is nice that the community is trying to fill in the gaps for now.

GodotUser | 2021-09-20 21:11

:bust_in_silhouette: Reply From: MadMelon999

Here is how to make one in code Create Custom Tileset - Archive - Godot Forum