Add links to project setting mentions

This commit is contained in:
tetrapod00
2024-10-13 20:17:48 -07:00
committed by Max Hilbrunner
parent ab476271ad
commit faac424508
16 changed files with 75 additions and 53 deletions

View File

@@ -94,7 +94,10 @@ Below we break-down the steps used to create the GLTF Viewer app.
- If using ``gradle``, include the following ``aaptOptions`` configuration under the ``android > defaultConfig`` section of the app's gradle build file. Doing so allows ``gradle`` to include Godot's hidden directories when building the app binary.
- If your build system does not support including hidden directories, you can `configure the Godot project to not use hidden directories <https://docs.godotengine.org/en/stable/classes/class_projectsettings.html#class-projectsettings-property-application-config-use-hidden-project-data-directory>`_ by deselecting ``Project Settings... > Application > Config > Use Hidden Project Data Directory``.
- If your build system does not support including hidden directories, you can
configure the Godot project to not use hidden directories by deselecting
:ref:`Application > Config > Use Hidden Project Data Directory<class_ProjectSettings_property_application/config/use_hidden_project_data_directory>`
in the Project Settings.
.. code-block:: groovy