My question is, what is the difference between the UI Image and the UI Panel?
In my Number Wizard UI game, I did my design of the UI elements before I looked at Rick’s solution and I used panels rather than images for the background elements. Should I be using images instead? Are images more efficient or take less memory…?
I tried to find documentation on the UI Panel in the Unity docs and oddly couldn’t find it anywhere. I found image in the UI Reference
https://docs.unity3d.com/Manual/script-Image.html
but I can’t find Panel anywhere in the User interfaces (UI) section of the docs…??