index.rst 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. :allow_comments: False
  2. :article_outdated: True
  3. .. _doc_editor_introduction:
  4. Editor introduction
  5. ===================
  6. In this section, we cover the Godot editor in general, from its interface to
  7. using it with the command line.
  8. Editor's interface
  9. ------------------
  10. The following pages explain how to use the various windows, workspaces, and
  11. docks that make up the Godot editor. We cover some specific editors' interface
  12. in other sections where appropriate. For example, the :ref:`animation editor
  13. <doc_introduction_animation>`.
  14. .. toctree::
  15. :maxdepth: 1
  16. :name: toc-editor-interface
  17. project_manager
  18. inspector_dock
  19. project_settings
  20. default_key_mapping
  21. customizing_editor
  22. XR editor
  23. ---------
  24. Godot offers a port of the editor designed to run natively on Meta Quest devices.
  25. The port can be downloaded from the `Meta Horizon Store <https://www.meta.com/experiences/godot-game-engine/7713660705416473/>`__,
  26. or from the `Godot download page <https://godotengine.org/download/preview/>`__.
  27. .. toctree::
  28. :maxdepth: 1
  29. :name: toc-xr-editor
  30. using_the_xr_editor
  31. Android editor
  32. --------------
  33. Godot offers a native port of the editor running entirely on Android devices.
  34. The Android port can be downloaded from the `Android Downloads page <https://godotengine.org/download/android/>`__.
  35. While we strive for feature parity with the Desktop version of the editor,
  36. the Android port has a certain amount of caveats you should be aware of.
  37. .. toctree::
  38. :maxdepth: 1
  39. :name: toc-android-editor
  40. using_the_android_editor
  41. Web editor
  42. ----------
  43. Godot offers an HTML5 version of the editor running entirely in your browser. No
  44. download is required to use it, but it has a certain amount of caveats you
  45. should be aware of.
  46. .. toctree::
  47. :maxdepth: 1
  48. :name: toc-web-editor
  49. using_the_web_editor
  50. Advanced features
  51. -----------------
  52. The articles below focus on advanced features useful for experienced developers,
  53. such as calling Godot from the command line and using an external text editor
  54. like Visual Studio Code or Emacs.
  55. .. toctree::
  56. :maxdepth: 1
  57. :name: toc-learn-editor
  58. command_line_tutorial
  59. external_editor
  60. Managing editor features
  61. ------------------------
  62. Godot allows you to remove features from the editor. This may be useful if you're
  63. an educator trying to ease students into the editor slowly, or if you're working on
  64. a project that's only 2D or only 3D and don't want to see what you don't need.
  65. .. toctree::
  66. :maxdepth: 1
  67. :name: toc-editor-features
  68. managing_editor_features