I have to make solitaire game. I already made one but now I have to separate the logic from view to make it better to bot for example. It makes me confiused. I wanted to make card class non monobehaviored, then create a deck list with all cards and then create these cards in scene view but I have no idea how to create objects based on the datas from that class. Do ypu have some ideas how to do that? Or maybe you get another idea how to to this? Any tips?