Not sure how to fix animation bug in my game

im making a minecraft 2d game and while im working on the building mechanics i noticed that the way i had multiple materials made it so that all blocks change rather than being able to make individual blocks different

i used animations to change the material of the blocks but changing the animation (material) automatically changes the other blocks rather than just changing the new blocks and im not sure how to fix it

thanks!

1 Like

What you would want to do, is that when you place down a block, you turn a switch off, preventing it from changing animations.

1 Like