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

Particles don't work on Android #269

Open
GTcreyon opened this issue Sep 23, 2023 · 4 comments
Open

Particles don't work on Android #269

GTcreyon opened this issue Sep 23, 2023 · 4 comments
Labels
bug Something isn't working godot-4-1 Issues caused by the conversion to 4.1 graphics

Comments

@GTcreyon
Copy link
Contributor

Describe the bug
The FLUDD water trail doesn't show up on mobile.

To Reproduce
Use the Hover FLUDD on mobile.

Screenshots
Screenshot_20230923-180840_Super Mario 63 Redux.jpg

@GTcreyon GTcreyon added bug Something isn't working godot-4-1 Issues caused by the conversion to 4.1 graphics labels Sep 23, 2023
@GTcreyon GTcreyon changed the title Fludd water doesn't appear on Android Particles don't work on Android Sep 23, 2023
@GTcreyon
Copy link
Contributor Author

Turns out this is much more widespread. Particles don't work at all on Android.

@GTcreyon
Copy link
Contributor Author

It seems that my phone doesn't support GPUParticles2D. I think the solution here would be to have a script to swap out GPUParticles2D nodes for CPUParticles2D when GPU support isn't available.

@jaschutte
Copy link
Collaborator

jaschutte commented Sep 23, 2023

Was about to say, sounds like a GPU particles issue.

Swapping to CPU particles shouuuuld be seamless for us right?

*only for when device doesn't support GPU particles

@GTcreyon
Copy link
Contributor Author

Should be. I'm working on a solution that should work now, just hit a snag with freeing the old GPUParticles2D node after it's replaced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working godot-4-1 Issues caused by the conversion to 4.1 graphics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants