Hi, I am part of the way through Kaan’s excellent Godot 4 for mobile devices courses. I have reached up to the point where 1 click debug on the 'phone is taught. All goes well except the mobile does not support Vulcan.
Is there an easy way around this?
Apart from looking for an immediate solution so I can complete the course, I assume that at least some other android mobiles do not support Vulcan and this would make releasing anything problematical.
This is unusual as i thought the vulkan issue related to GPU drivers on the computer not the android device itself.
The way around this if you cannot update the GPU drivers (Or its the GPU device does not support it) is to use the compatibility option when you create the project instead of the forward (I think its forward option we use).
Do you have a screenshot of the error so we can take a look and see exactly what is going on?
Also are you using a laptop device that might be an issue?
The other day, I stumbled upon settings that appear to be renderer overrides for different export templates; it might be worth looking at those if you’re going to change the renderer as seen in the dropdown at the top-right of the Editor, though I haven’t experimented with them at all.
In Project Settings, turn on Advanced Settings, then on the General tab, navigate to Rendering–>Renderer.
This would seem to confirm that these settings are indeed overrides, just as the tooltip says. Strange that the editor has default override values buried in the advanced settings when you’d expect the dropdown menu to actually apply its changes. Godot does have a few weird quirks like this however.