pixel perfect gui item positioning

So, is it possible to space gui items in pixels? I’m using screen space -overlay mode, and my designer is specifying some spacing in pixels for some gui items that were placed via the editor. I was thinking this has to be done in code, but if it can be done in the editor, then that’s cool too. If its not possible, let me know as well, so we can figure out plan B

Thanks

The UI is designed more to work with relative sizes and spaces (if you are using a scaling UI). If you want to do this you can, but it means the UI won’t resize nicely. Basically set the ancoring of all your elements to not allow resizing, then put them in ‘absolute space’ in the canvas. You probably want to align them to the edges of the screen.