how to make a card that has two different sides with different textures for a tcg so when the enemies has their cards i can see the back of the cards and i will know how many cards they have left.
thanks in advance
how to make a card that has two different sides with different textures for a tcg so when the enemies has their cards i can see the back of the cards and i will know how many cards they have left.
thanks in advance
Create the card mesh in your 3d modelling application, and give each side a different material…?
If it is 2D game and you are using the SpriteRenderer component, change the sprite.
Will you ever see both sides of a card at the same time (because of mirrors)? If not, why bother? Just create a one sided card with different textures...
– Andres-Fernandez