Hello Guys. I am trying to put an image instead of text in the Question box.
I think I succeed before serializing fields using type SPRITE( and placing sprites instead of text in the questions)
But now I am in trouble. In this lesson is explicated how to make this thing
questionText.text
i created like
questionImage type Sprite
but I don’t know what to put there
questionImage.???
if I left it questionImage without dot anything, unity is expecting for something type sprite.
How to chain the Question place I choose for questionImage?
Good Luck!