index.rst 727 B

123456789101112131415161718192021
  1. VisualScript
  2. ============
  3. .. warning::
  4. `Godot 4.0 will remove VisualScript from core entirely. <https://godotengine.org/article/godot-4-will-discontinue-visual-scripting>`__
  5. As a result, creating new projects using visual scripting in Godot is not recommended.
  6. Future Godot 4.x releases may have VisualScript reimplemented as an extension.
  7. While Godot 3.x will keep VisualScript supported, we recommend
  8. :ref:`trying out GDScript <toc-learn-scripting-gdscript>` instead,
  9. especially if you intend to migrate your project to Godot 4.
  10. .. toctree::
  11. :maxdepth: 3
  12. :name: toc-learn-scripting-visual_script
  13. what_is_visual_scripting
  14. getting_started
  15. nodes_purposes
  16. custom_visualscript_nodes