Error 18: “File not found”.
What I do wrong?
nextState = async () => {
try {
let bank = {}
const res = this.system.loadBankFile("/Desktop/Attic.strings.bank", FMOD.STUDIO_LOAD_BANK_NORMAL, bank);
console.log(bank, "Result status: " + FMOD.ErrorString(res), res)
} catch (error) {
console.error(error)
}
}
(Console log: (({} ‘Result status: File not found.’ 18)))
Files located in the right place…
Even after build that happens
Can anyone help?