فهرست منبع

Merge pull request #11082 from Calinou/feature-tags-custom-features-editorexportplugin

Document unsupported custom feature tags in EditorExportPlugin in Feature tags
Matthew 3 هفته پیش
والد
کامیت
6aba1377a6
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      tutorials/export/feature_tags.rst

+ 4 - 0
tutorials/export/feature_tags.rst

@@ -153,6 +153,10 @@ field in the *export preset* used to generate it:
     running the project from the editor, even if the export preset marked as
     running the project from the editor, even if the export preset marked as
     **Runnable** for your current platform has custom feature tags defined.
     **Runnable** for your current platform has custom feature tags defined.
 
 
+    Custom feature tags are also not used in :ref:`class_EditorExportPlugin`
+    scripts. Instead, feature tags in :ref:`class_EditorExportPlugin`
+    will reflect the device the editor is currently running on.
+
 Overriding project settings
 Overriding project settings
 ---------------------------
 ---------------------------