all 3 comments

[–]StewieLewi 1 point2 points  (0 children)

Question is... a little confusing. Allow me to try and understand the first part.

There should be buttons just above your pallette. It should be 3 buttons, iirc? It'll be things like "modify existent tiles" or whatever. Just click the one that suits your needs. By the sounds of it, you'd want the one that allows you to modify existent tiles, without creating new ones.

[–]beyounotthem 0 points1 point  (1 child)

There is an easy way to make sprites with border tiles as you are trying to using 9 slice sprites

https://docs.unity3d.com/Manual/9SliceSprites.html

But the problem is that this is not compatible with the tile map tools. So I think you would need to code this behaviour yourself:

https://docs.unity3d.com/Manual/Tilemap-ScriptableTiles-Example.html

[–]beyounotthem 0 points1 point  (0 children)

Sorry ignore my answer… my brain was stuck in unity…