is there any way to locate from which sprite sheet is a sprite in a tile palette being used from?
or a way to open sprite editor from inside of tile palette for a sprite?
for instance, these sprites are in 1 tile palette but they were taken from different sprite sheets, now i’m having difficulty locating sprites in spritesheets, i need to edit collision shapes
I never had a need for such an option. So I post some way around the problem. Draw tile on tilemap, at the end of tilemap is an array of tile assets (below info menu) that were used to paint the tilemap. Now you can quickly find tile assets by name and inside is a reference to the sprite that was used.
Btw, do you know that you can turn tiles around with [ and ] and flip them with Shift + [ or ] so you can reduce the number of tiles in Pallete? Always a few tiles less to edit when need it.