Unity-Technologies/2d-extras

FadeAnimationTile?

superfrantv opened this issue · 1 comments

Hey, its possible to create a FadeAnimationTile for fading in from Sprite 1 to Sprite 2.

its like iam creating two tilemaps and make the color transparency higher on tilemap 1 and lower on tilemap 2?
but this should be only for single tiles?

Right now, I do not think it is possible with just a Tile script as we have not added animations for changing color or blending between Sprites.

A not-so-great alternative would be to make a Spritesheet that has several Sprites which show the fading animation and assign them to the Animated Tile.