
Actually this is fixable. Godot4 currently doesnt fallback to GLES 3 when the gpu doesnt support vulkan, but you can either:
- run the project with
--display-driver opengl - change the project to use the
Compatibilitymode instead ofForward+(this will fix alot of the MacOS issues too)