-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Effects in PreFX on mobile have a strange green tint #6466
Comments
Very strange - I've tested this on Android without seeing it before. Here's a video of a Samsung Galaxy S23 (Android v13) running Firefox: 2023-04-11_14-43-33.mp4Does anyone else see this? Perhaps it's device specific? |
I have tested these devices after your input and the green tint is present:
A difference that I have found is about the supported extensions inside the WebGLRenderer:
|
I've also seen seen this on the built in FX. A quick play on browserstack confirms @ClaudiaFoglieni device/version list. It also does it on these fx: barrel, pixelate, colormatrix, shadow, vignette, wipe. |
Thanks for confirming both. So yeah, it's device specific (rather than browser version specific, I think). I'll have a look. It's likely something simple in the shader that I'm assuming it supports but clearly doesn't. |
I've had reports from friends who use linux on the desktop with similar behavior (which, lacking linux, I cannot test). As soon as I attached PreFX Glows to objects, they would turn blue or black for them in Firefox. |
Hiya - sorry we took a while to get to this, but we've tested it extensively under v3.80 and cannot replicate this issue any more, over a wide range of hardware. It's possibly because of the highp precision 3.60 beta used, or maybe that old version of Chrome had an issue? But we've tested modern Android chrome widely and are confident this is resolved now. |
Might relate to #6926 |
Yeah it's the same as #6926 and is fixed in v4.0.0 but if we get time, we'll see if there's an easy fix for 3.87. It's very, very device + OS + browser specific, it's not a case of 'everything does it' (because that would be easy to fix!) |
Version
Description
Using the examples found on Phaser Labs ( https://labs.phaser.io/index.html?dir=3.60/fx/&q= ) for the beta versione 3.60 on a mobile browser, all the codes presents in the FX folder are showing a green tint on the screen.
The same code on mobile are working correctly.
I have tried also the compare version, checking from version 3.60 beta 19 to the dev one, and the issue is still present.
Example Test Code
You can test these two examples:
Additional Information
These are the screenshots from Firefox mobile browser:
The text was updated successfully, but these errors were encountered: