Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to parse Build/build.framework.js.br [closed]

We have uploaded unity application to hostinger. When we launch index.html from app - getting error:

Unable to parse Build/build.framework.js.br! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: br" present. Check browser Console and Devtools Network tab to debug.

like image 377
Dilitand Avatar asked Apr 20 '26 18:04

Dilitand


2 Answers

You have compression enabled for you project. Go to Project Settings -> Player -> Publishing Settings on WebGL tab - and you can change your compression format to Gzip or disable it altogether.

like image 54
Slav Pilus Avatar answered Apr 23 '26 03:04

Slav Pilus


Enable decompression fallback in publishing settings

use decompression fallback in publishing settings

like image 39
Naved Khan Avatar answered Apr 23 '26 02:04

Naved Khan