GTcreyon / SM63Redux

Code base for Super Mario 63 Redux

Home Page:https://sm63redux.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particles don't work on Android

GTcreyon opened this issue · comments

commented

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

commented

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

commented

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.

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

commented

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.