Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sprite and UI Image problem from Quiz Game in Unity tutorial

I am following this tutorial https://www.youtube.com/watch?v=zLnnpUsxu0U

Instead of text I want image as the question, so i used sprite. But Im having problem at 2:08. Because the question script i used Sprite but the Panel for the questionimages I used UI Image so im having a "Cannot implicitly convert type 'UnityEngine.Sprite' to 'UnityEngine.UI.Image' " error. How do I fix it?


Sign In or Register to comment.