From 991783c8d87a1763db5b8458d7f102d17275a0d3 Mon Sep 17 00:00:00 2001 From: Hayden Flinner Date: Thu, 5 Dec 2024 23:31:36 -0600 Subject: [PATCH] Add note on Quest3, how to pick renderer, how to contribute to docs --- about/faq.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/about/faq.rst b/about/faq.rst index a491bdbb854..ae11fe50d14 100644 --- a/about/faq.rst +++ b/about/faq.rst @@ -44,7 +44,7 @@ Which platforms are supported by Godot? * Windows * macOS * Linux, \*BSD -* Android (experimental) +* Android (experimental, including Meta Quest 3) * `Web `__ (experimental) **For exporting your games:** @@ -52,7 +52,7 @@ Which platforms are supported by Godot? * Windows * macOS * Linux, \*BSD -* Android +* Android (including Meta Quest 3) * iOS * Web @@ -206,6 +206,12 @@ You can find detailed information on supported formats, how to export them from your 3D modeling software, and how to import them for Godot in the :ref:`doc_importing_3d_scenes` documentation. +What renderer should I use? +--------------------------- + +To choose Renderer when making a new project, see: :ref:`doc_internal_rendering_architecture` + + Will [insert closed SDK such as FMOD, GameWorks, etc.] be supported in Godot? ----------------------------------------------------------------------------- @@ -622,7 +628,8 @@ for the rest of the game. How can I support Godot development or contribute? -------------------------------------------------- -See :ref:`doc_ways_to_contribute`. +See :ref:`doc_ways_to_contribute`, or click "Edit on GitHub" on the top-right to add +caveats or answers to questions you find yourself coming back to repeatedly. Who is working on Godot? How can I contact you? -----------------------------------------------