Im currently loading all my assets with the load_folder function and noticed that it got really slow now (3s).
When i looked in the taskmanager, i saw that it was only using 1 core for loading all the files.
Then i tested what happens if im loading each subfolder with load_folder and it worked, now its using multiple cores.
My question is if this is intended behavior or if im doing something wrong
#Why does the AssetServer only use 1 core
6 messages · Page 1 of 1 (latest)
Why does the AssetServer only use 1 core
Might be due to the multi-theaded feature no longer being enabled by default.
Search "multi-threaded" on the migration guide to see how to enable multi-threading:
https://bevyengine.org/learn/migration-guides/0.11-0.12/
ok, i cant find the option to activate it...