How do I instantiate an image inside of a canvas's panel?
Is this even possible?
In here, I have a canvas that has a panel with this little game.
I am trying to instantiate an object inside this panel.
This is instantiated via a click.
So, when I click in this panel, how do I get the image to show?
Thanks