Good morning, everyone,
I’m new here, and first of all, I apologize for my poor English — I’m Brazilian and only speak a little English. I’m using a translator whenever possible.
I have a question. I’m creating a card game, and in this game, card rotation is required. From what I understood in the documentation, I shouldn’t use the GUI system because it’s 2D, so I’m creating the cards as GameObjects instead.
These cards are a stack of sprites, where the Z-index is used to define their order. However, I’m having an issue when adding a label to them — the label is cutting through the cards, as shown in the video below. What could be causing this unexpected behavior?
I considered using sprites instead of labels for numbers and text, but that would make localization much more difficult.
*I reduced the card’s rotation speed to make it easier to see.
Thank you in advance!