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

Working for mac #38

Open
graphific opened this issue Jun 2, 2024 · 0 comments
Open

Working for mac #38

graphific opened this issue Jun 2, 2024 · 0 comments

Comments

@graphific
Copy link

FYI there's no export for mac. The gdquest website also only exports a game.ini in a zip.
The problem is that godot4 has some issues [one of them] for some more complex shader parameters using Vulkan.

One easy way to get this (excellent controller btw, so thanks for that) to work for Mac (m1 in my case) godot users is to edit the project.godot file not to open the main scene directly (which would make the editor hang):
run/main_scene="res://Main.tscn" to run/main_scene=""
And then in the editor itself changing to the compability rendering method or in the godot file:

[rendering]

renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"

This works on my godot 4.2.2 as well as godot 4.3 beta 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant