Advertisement

Image or(vs) Panel?

Started by January 07, 2016 02:03 AM
0 comments, last by frob 8 years, 11 months ago

What is the difference between the UI Elements Image and Panel of Unity? When should i use the panel and when the image? I mean, they're basically the same and they both have attached a image component, so what's the advantage of using a panel instead of image? The panel is quite hard to positioning, beacuse if you change something in the Editor it also always changes the size.

In the Image UI Element you can move it along the axes without any effect on the size, or am i wrong? Isn't the Image better then somehow? I feel like it is, so or are their any advantes on the Panel UI Element? I always thought the Panel is for grouping UI Elements and the image is obviously for an image to use on but you can also group UI Elements in your image, so why should i use an Panel instead of an Image, if the Image is easier to handle?.

You mentioned many of the major differences right there. They are very similar to each other.

Use the one that works better for your use, or that you are more comfortable with.

This topic is closed to new replies.

Advertisement