Hello everyone.
I’m using both PC UI and html/css UI. But I don’t know how to set render priority.
I change PC 2D Screen property “Priority” to 127, it doesn’t work.
That’s not possible, PlayCanvas renders everything on an HTML canvas element. So any HTML elements used for UI will render either on top or behind that canvas element (so they will be fully hidden).
There are some hacky ways to create a “hole” in your PlayCanvas viewport to render HTML looking to be part of your 3D scene. But that has compatibility issues on some devices and also it won’t solve your problem since you want HTML to be rendered on top of the 3D view but behind your PlayCanvas UI layer.