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

Latest documentation for plugins singleton missing

Open a2937 opened this issue 3 years ago • 2 comments

Your Godot version: Godot_v3.4.4-stable_mono_win64 Issue description: On the stable version of the docs; everything is covered in both C# and GDScript. However on the latest version; there is a missing C# example near the bottom regarding singletons. I'd like to see the C# example added please.

URL to the documentation page (if already existing): Stable: https://docs.godotengine.org/en/stable/tutorials/plugins/editor/making_plugins.html Latest: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/making_plugins.html

a2937 avatar Aug 26 '22 13:08 a2937

Feel free to open a pull request for this :slightly_smiling_face:

I don't use C# myself, so I prefer not adding C# code samples as I can't test them.

Calinou avatar Aug 26 '22 17:08 Calinou

  • Fixed in 4.x by https://github.com/godotengine/godot-docs/pull/7867.
  • Remains unfixed in the 3.6 documentation.

raulsntos avatar May 20 '24 16:05 raulsntos