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

Add guards to enable Godot builds with disabled Navigation module #65562

Closed
wants to merge 1 commit into from

Conversation

smix8
Copy link
Contributor

@smix8 smix8 commented Sep 9, 2022

Fixes: #36091

Adds MODULE_NAVIGATION_ENABLED guards to the codebase so Godot can be build with the Navigation module disabled.

Adds MODULE_NAVIGATION_ENABLED guards to the codebase so Godot can be build with the Navigation module disabled.
@smix8
Copy link
Contributor Author

smix8 commented Dec 17, 2022

Replaced by the linked dummy NavigationServer implementation.

@smix8 smix8 closed this Dec 17, 2022
@smix8 smix8 deleted the no_navigation_build_4.x branch December 18, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on startup with gdnavigation module disabled
3 participants