Texture.frame missing even sprite path is right

Hi

I have a weird problem today, i never experience this before.

My sprites are not loaded on local file, but if i upload it to a server / web, it’s just working fine (sprites are loaded and shown).

This is what it’s look like when i open my project using Firefox or Chrome locally, but this problem are not happened with Edge browser.

Yesterday, everything just working fine, i don’t think i update something or change a settings on my computer.

What causing this issue ?

See the first part of the Getting Started tutorial for an in-depth explanation of this. Essentially, browsers do not allow local files to access other local files because of security concerns. If you want your game to work correctly when running it locally, you have to use a local web server.