Holographic Slate opacity?

Hello, i’m trying to see if i can make the holographic slate semi-transparent, like reducing it’s opacity.
I tried to change the alpha in the grid but that doesnt seems to work, Thanks for the help.

This is currently not achievable easily. You can nevertheless use an internal property to set the alpha value: dialogSlate._contentMaterial.alpha = 0.5;

Would you like to create a PR to open up the property?

1 Like

Thank you so much sebavan! It was exactly what i needed. And sorry for the late reply.