Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Deckbuilder type game. Sprites vs ImageComponent?

Discussion in 'Immediate Mode GUI (IMGUI)' started by billygamesinc, Nov 10, 2022.

  1. billygamesinc

    billygamesinc

    Joined:
    Dec 5, 2020
    Posts:
    262
    I'm currently working on a deckbuilder game like Slay The Spire. I was wondering if I should use Sprites or Images? With Images I'm able to use EventTriggers and make it easier for myself to modify and preserve aspect ratios easily but I was wondering if this is the right approach as the cards aren't really UI.