I'm learning unity and I have successfully instantiated a new game object into my scene (a cube)
Now I'm playing with the Canvas UI and I'm trying to download an asset bundle with images and show them on the UI, but I can't find examples on Google
Can someone post me an example on how to load an image into the Canvas from an asset bundle?
Thanks!!!