Playcanvas store shaders not working

Any ideas on how to fix it? Here is my game
https://playcanvas.com/project/1056210/overview/cybr-chapter-1

Which scene?

Citykeys

On your firstPersonMovement script on Player Entity, you haven’t referenced the camera entity:

As this is missing, the firstPersonMovement script will create a new camera as a child

image

The game is now rendering the scene twice, once with the Camera entity with the post effect

And then again with the new camera.

The fix here is to assign the Camera entity to the firstPersonMovement script in the Editor on the Player Entity

1 Like

Where are you seeing this camera this is what I see:
Screenshot 2023-04-27 7.28.58 AM

Also, The shader works now, thanks!

I have my own tools to see the graph at runtime

Ok that is really cool