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 Support for the Godot Engine #98

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Add Support for the Godot Engine #98

merged 1 commit into from
Jul 2, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Jul 2, 2024

This adds support for querying information and navigating the node tree in games built with the Godot Engine. This initial version only supports games using Godot 4.2 without debug symbols and is missing many features such as accessing variables inside scripts.

It is intentionally structured and documented in a way to match both the Godot documentation and the source code folder structure.

This adds support for querying information and navigating the node tree
in games built with the Godot Engine. This is initial version only
supports games using Godot 4.2 without debug symbols and is missing many
features such as accessing variables inside scripts.

It is intentionally structured and documented in a way to match both the
Godot documentation and the source code folder structure.
@CryZe CryZe added the enhancement New feature or request label Jul 2, 2024
@CryZe CryZe merged commit 340daa6 into master Jul 2, 2024
4 checks passed
@CryZe CryZe deleted the godot branch July 2, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant