index.rst 674 B

123456789101112131415161718192021222324
  1. :allow_comments: False
  2. Platform-specific
  3. =================
  4. Godot supports both running the editor and exporting projects on several
  5. platforms. Usage of the engine is generally similar across platforms, but there
  6. are some platform-specific considerations, which are covered in this section.
  7. .. seealso::
  8. For platform-specific versions of the editor, see :ref:`doc_using_the_xr_editor`,
  9. :ref:`doc_using_the_android_editor`, and :ref:`doc_using_the_web_editor`. For
  10. exporting to specific platforms, see the :ref:`doc_export_index` section.
  11. .. toctree::
  12. :maxdepth: 1
  13. :name: toc-learn-features-platform
  14. android/index
  15. ios/index
  16. web/index
  17. consoles