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

Can't change rendering method in the Android editor using the dropdown in the top-right corner / Exported mobile project doesn't use specified rendering method #73712

Closed
leogott opened this issue Feb 21, 2023 · 6 comments · Fixed by #72461

Comments

@leogott
Copy link

leogott commented Feb 21, 2023

Godot version

Version v4.0.rc.custom_build [8c7b98d]

System information

Galaxy Tab S6 Lite running Android 12

Issue description

After creating a project on android, attempting to change the renderer from Mobile to Compatibility or the other way around just results in the Godot Splash screen appearing for a few seconds, without the change being applied.

Steps to reproduce

On Android, create a new Project.
Afterwards attempt to change the renderer.

Minimal reproduction project

N/A

@Calinou
Copy link
Member

Calinou commented Feb 21, 2023

I remember seeing an issue for this already (specifically for the rendering method selection dropdown), but I can't find it right now.

@Calinou
Copy link
Member

Calinou commented Feb 22, 2023

I can confirm this on 4.0.rc3. This is caused by the rendering dropdown not changing the .mobile override, so #72461 fixes this.

As a workaround, change Rendering Method.mobile in the Project Settings instead (the .mobile is important).

@Calinou Calinou changed the title [Android Editor] can't change renderer Can't change rendering method in the Android editor using the dropdown in the top-right corner Feb 22, 2023
@astrale-sharp
Copy link

How would one change "Rendering Method.mobile" ? :)

@clayjohn
Copy link
Member

How would one change "Rendering Method.mobile" ? :)

In the project settings rendering/renderer/rendering_method.mobile

@astrale-sharp
Copy link

With what value, mobile?

@Calinou
Copy link
Member

Calinou commented Dec 12, 2023

With what value, mobile?

If you want to switch to the Compatibility rendering method, use gl_compatibility on the mobile override but make sure you also change it for the non-overridden setting (so visuals on your PC will match the mobile device).

@Calinou Calinou changed the title Can't change rendering method in the Android editor using the dropdown in the top-right corner Can't change rendering method in the Android editor using the dropdown in the top-right corner / Exported mobile project doesn't use specified rendering method Dec 12, 2023
@akien-mga akien-mga modified the milestones: 4.x, 4.3 Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants