Description:
When there are assets that exist under assets/the_asset.txt, even if the AssetDaemon has a "txt" importer, it will not be run unless you touch assets/the_asset.txt while the daemon is running.
This is a surprise/gotcha in a workflow where new assets are created and saved before running the daemon.
Expected behaviour:
When the AssetDaemon starts up, it both processes and imports new assets. I think it currently processes them but does not import them.
Impact:
User frustration / confusion.
Description:
When there are assets that exist under
assets/the_asset.txt, even if theAssetDaemonhas a"txt"importer, it will not be run unless youtouch assets/the_asset.txtwhile the daemon is running.This is a surprise/gotcha in a workflow where new assets are created and saved before running the daemon.
Expected behaviour:
When the
AssetDaemonstarts up, it both processes and imports new assets. I think it currently processes them but does not import them.Impact:
User frustration / confusion.