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

feat: also publish a nuget package for c# scripting users #3

Merged
merged 2 commits into from
Jan 19, 2025

Conversation

jolexxa
Copy link
Member

@jolexxa jolexxa commented Jan 19, 2025

For C# users, it turns out calling native API's with the native Godot window handle works just fine from C# scripting. However, adding this project as a GDExtension to a C# scripting project results in warnings because of multiple .NET runtimes being present and other stuff with Godot. We'll still ship it as a GDExtension for GDScript users who may need this functionality, but we can also ship it as a standard nuget package for our C# scripting users.

@jolexxa jolexxa merged commit f468a0c into main Jan 19, 2025
2 checks passed
@jolexxa jolexxa deleted the feat/refactor branch January 19, 2025 22:03
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

Successfully merging this pull request may close these issues.

1 participant