Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seeking Assistance with Customizing PreFXPipeline in Phaser3 Game Development #6981

Open
x-wk opened this issue Dec 12, 2024 · 1 comment
Open

Comments

@x-wk
Copy link

x-wk commented Dec 12, 2024

Hello Community,

I am currently working on a game using Phaser3, and I’ve encountered a challenge that I could use some help with. I’m trying to customize the PreFXPipeline to achieve specific visual effects in my game, but I’m struggling to understand the process and implementation details.

Here’s what I’ve tried so far:

  • I’ve read through the Phaser3 documentation on the PreFXPipeline, but it’s not as detailed as I had hoped.
  • I’ve searched for tutorials and examples online, but I haven’t found a comprehensive guide on how to customize the PreFXPipeline.

I’m looking for guidance on the following:

  • How to create a custom PreFXPipeline in Phaser3.
  • The best practices for implementing custom effects within the pipeline.

If anyone has experience with customizing the PreFXPipeline in Phaser3, your advice would be greatly appreciated. I’m eager to learn and overcome this hurdle in my game development journey.

Thank you in advance for your time and assistance!

@rexrainbow
Copy link
Contributor

Phaser3 can add custom PostFXPipeline, but it can't add custom PreFXPipeline, imo.
Phaser4 can add PreFXPipeline (internal filter) and PostFXPipeline (external filter) both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants