How can I make Image border not change a size?

Hi, I’m try to make round button dialog. But I got a problem!
When size of it change. The border is look bad.
Anyway I make them stay same rounded border?
55140-untitled.png

1 Answer

1

In this thread and there’s also a linked Unity Tutorial in it, they explain how to “9-slice” your sprite - splicing it into 9 sections, corners that don’t expand, sides that expand in one direction, and center that expands in all directions. This is what you’re looking for.

Yes! This is exactly what I'm looking for

I attached it to an empty game object. Could I need to update or re install unity?