Why isn't the "New PostProcess" button appearing for me?

Godot Version

Godot 4.3

Question

Hi everyone :wave:

I was trying to follow this video to understand Compositor Effects, but the “New PostProcess” button simply isn’t showing up for me. Why is that? Does this happen to you too? Or am I just stupid and missing something?

For me:
3crlgd15ktmd1

In the video:
twf2x78rktmd1

I think to create one you need a special plugin since godot doesnt provide the given language to write one. Im not sure though

Oh yes, I see. Originally, I wanted to use an addon that utilizes the compositor effects, and those buttons weren’t appearing either.

It’s indeed necessary to create a script that extends the CompositorEffect class (doc), which is normally done in the addon I’m trying to use. So, the issue must be more specific.

Thank you!

1 Like