I am getting 404 error on all the CSS files. This has been happening from past one hour. However CSS files get loaded properly in offline version. Is there any development work going on the engine? (Happy to have everything going back to normal soon).
In your scripts you need to change references to asset.file.url to asset.getFileUrl(). (Replace asset with whatever variables names youβre using). Basically donβt use file.url anymore but always use getFileUrl().