Hello,
i want to ask if its possible to implement something like, if Tile A is placed at layer 1, then automatically Tile B is placed at same position but in layer 2. (like a housewall out of two tiles)
Thx
Creating tilesets was never easier than this! · By
It is possible, but not within the Better Rule Tile Editor. To place tiles on a tilemap you need a reference to the tilemap object you want to place it on, but tiles are scriptableobjects, which can't store scene objects. You could make the tool inside the scene, but it can't be built in to the editor.