#applying a shader per-tile
1 messages · Page 1 of 1 (latest)
I had the same issue in the past and after some research I unfortunately don't think it's possible to store any kind of data connected to a single placed tile (without affecting the other tiles) without adding custom logic or resources or whatever to map to the tiles in question
So for having a shader applying to certain tiles depending on the affect you might be able to either have another tile map with the shader tiles on top of the main tile map. Either that or instancing a minimal scene with a sprite and the shader effect