From de1eeb6054343235a5a8fcc28fdd547d3827fac2 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:07:12 +0200 Subject: [PATCH] Add notes about "skip file" and "keep file" import types. --- tutorials/assets_pipeline/import_process.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/assets_pipeline/import_process.rst b/tutorials/assets_pipeline/import_process.rst index 5965f2493..21c492cac 100644 --- a/tutorials/assets_pipeline/import_process.rst +++ b/tutorials/assets_pipeline/import_process.rst @@ -115,6 +115,12 @@ select the relevant type of resource desired then click **Reimport**: .. image:: img/import_process_changing_import_type.webp +Select ``Keep File (exported as is)`` as resource type to skip file import, files +with this resource type will be preserved as is during project export. + +Select ``Skip File (not exported)`` as resource type to skip file import and ignore +file during project export. + Changing default import parameters ----------------------------------