Browse Source

Merge pull request #6078 from Calinou/editor-custom-feature-tags-not-used

Document custom feature tags not being used when running from editor
Max Hilbrunner 3 years ago
parent
commit
6cbd71efbe
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tutorials/export/feature_tags.rst

+ 7 - 0
tutorials/export/feature_tags.rst

@@ -131,6 +131,13 @@ field in the *export preset* used to generate it:
 
 
 .. image:: img/feature_tags1.png
 .. image:: img/feature_tags1.png
 
 
+.. note::
+
+    Custom feature tags are only used when running the exported project
+    (including with :ref:`doc_one-click_deploy`). They are **not used** when
+    running the project from the editor, even if the export preset marked as
+    **Runnable** for your current platform has custom feature tags defined.
+
 Overriding project settings
 Overriding project settings
 ---------------------------
 ---------------------------