Unity-Technologies / 2d-extras

Fun 2D Stuff that we'd like to share!
Other
1.54k stars 342 forks source link

FadeAnimationTile? #295

Open superfrantv opened 3 years ago

superfrantv commented 3 years ago

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?

ChuanXin-Unity commented 3 years ago

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.