#Why does the AssetServer only use 1 core

6 messages · Page 1 of 1 (latest)

edgy vessel
#

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

edgy vessel
#

Why does the AssetServer only use 1 core

civic thorn
edgy vessel
civic thorn
#

Haven't tried it yet, but should be something along the lines of toml [dependencies] bevy = { version = "0.12", features = ["multi-threaded"] } in your Cargo.toml

#

Ah, it states that it should be a default feature, my bad.
No clue as to what is wrong then.