Caching Assets -> Hashmap uses name of file without path or ext, meaning files with the same name will clash.
Closed this issue · 0 comments
GrandpaGameHacker commented
e.g.
"GameAssets/Models/Backpack/backpack.obj" will be cached as just "backpack"
It also needs a refactor to remove the old original caching design from IAsset