[SOLVED] After using PlayCanvas shaders text elements are seen through entities

I love the new store shaders, but when I have them on I can see text though entities, I have tried turning on the localized setting and that did nothing. Any help would be greatly appreciated.

Can you post an example project of the issue please? My guess is that they are on the UI render layer and if they are in the 3D World, they should be on the World render layer instead.

1 Like

I made a simple project, here is the link

sorry here is the link : PlayCanvas 3D HTML5 Game Engine

Fixed: https://playcanvas.com/project/1065143/overview/f-forum-text

As mentioned in my previous post, UI elements should be on the World layer. By default they are on the UI layer where the depth buffer is cleared or handled by the UI system for screen space UI. Using that layer for world space UI can lead to unexpected issues as shown here with the post processing effects.

I am trying that right now

That worked!

Thanks!