UIElements: Border-style in USS not supported?

Hello, I’m trying to replicate the regular CSS border styles in Unity, based on this W3Schools page.

The official Unity documentation doesn’t reference any kind of border style. Is it possible to replicate a dashed button border like the one in the W3S example, or I am restricted to using a sliced Texture2D?

Hello! Yes, unfortunately, border style is currently unsupported.

1 Like

Thank you for your reply. Quite a bummer, hopefully more css implementations will be added in future versions.