Latest documentation for plugins singleton missing
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
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.
- Fixed in 4.x by https://github.com/godotengine/godot-docs/pull/7867.
- Remains unfixed in the 3.6 documentation.