Create a 2-sided Sprite/Image ?

Hi, I’m trying to create a simple 2-sided card for a game, but using sprite doesn’t work properly, is there a (relatively simple) way to create a 2-sided sprite or should I use something else ? If so, what should I use ?

Thanks a lot for your help!

You want the two sides of a sprite to have a different image, is that it? It’s been a long day and I’m tired but I would:

  • add one of the images to the sprite,
  • use “SpriteRenderer.flipX” and apply another image by script to the other side when the sprite is flipped.

Maybe you could also put two sprites back to back, each with an image and make a prefab; I’m not sure about that though.

I couldn’t get 2 images to not interfere with each other so I put them in a prefab moved them apart, then I placed a cube inside with an invisible material attached, turn down the alpha to make the material invisible and I don’t know how but that worked for me.