godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

Warn about non-tool plugin scripts in C#

Open raulsntos opened this issue 3 years ago • 0 comments

  • 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 (see https://github.com/godotengine/godot/issues/64381)
  • This only applies to 3.x since https://github.com/godotengine/godot/pull/65266 is risky and won't be backported.

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

raulsntos avatar Sep 05 '22 10:09 raulsntos