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

Warn about non-tool plugin scripts in C# #6138

Merged
merged 3 commits into from
Oct 15, 2022

Conversation

raulsntos
Copy link
Member

@raulsntos raulsntos commented Sep 5, 2022

Not sure if using a list inside a warning is ok but I think it looks kind of ugly and I was getting an error but it seemed to work anyway.

tutorials/plugins/editor/making_plugins.rst:79: ERROR: Unexpected indentation.

image

- Add warning about C# plugins not reloaded when they are not tools
- Add `[Tool]` attribute to plugin scripts in examples so they are not lost on reload
@mhilbrunner mhilbrunner merged commit 5cde624 into godotengine:3.5 Oct 15, 2022
@mhilbrunner
Copy link
Member

Thanks! 🎉

@raulsntos raulsntos deleted the dotnet/note-on-assembly-reload branch October 15, 2022 17:02
mhilbrunner pushed a commit that referenced this pull request Sep 10, 2024
* Warn about non-tool plugin scripts in C#

- Add warning about C# plugins not reloaded when they are not tools
- Add `[Tool]` attribute to plugin scripts in examples so they are not lost on reload
@mhilbrunner
Copy link
Member

Cherry-picked to 3.6 in #9936.

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.

3 participants