mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add links to project setting mentions
This commit is contained in:
committed by
Max Hilbrunner
parent
ab476271ad
commit
faac424508
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user