-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
Android exports with Vulkan even in compatibility mode #79269
Comments
I can't reproduce this issue. I have tested using the example project in 4.0.3 and 4.1-stable. In both cases the project runs on Android without glow. Notably however, the MRP doesn't contain an export preset, have you overridden any export options locally that may be affecting this? |
Doublechecked on other test project, in my case seems like problem not in choosing platform but if initially project was exported for mobile and later I'm switching it into compatibility mode and vise versa it not switching it by some reason. PS: I'm exporting using gradle build |
checked without gradle build - same issue |
Are you sure that you are actually installing the new version then? Perhaps something is going wrong in your installation process and you are just running the same executable over and over? |
@clayjohn doing uninstall on android every time and running |
Can you reproduce the issue with the reproduction project that you attached? It's configured to use If you only reproduce it in another project, can you show how the |
@akien-mga |
What do you mean it doesn't work on Android? When I test this new MRP, it still uses the GLES3 renderer on Android, as it should |
please correct me if I'm wrong |
The second MRP had
When I tested, glow was working when viewing the scene in the editor on desktop, but there was no glow when exporting to Android, as expected |
Do you still have an issue with the first MRP? Your original post said that you were still getting glow when you set the rendering_method to gl_compatibility. Or is your main scene set to?
|
tested, now it glowing maybe for easier future development better to switch both of this parameters on top right menu change, because it confusing |
Godot version
4.1
System information
Macos - godot 4.1 - compatibility mode
Issue description
Can switch GL compatibility mode for android
Steps to reproduce
Export project (it have glow enabled) which should not work in GL compatibility mode but on android it still glowing
Minimal reproduction project
AndroidTest.zip
The text was updated successfully, but these errors were encountered: