The size of the fbx and json files

Hello.
Noticed that when importing some json files are much larger than the size of the fbx files. Most often 3 times. What could be the problem and how can it be solved?
Example: fbx and json file sizes “lamp” in the folder New Folder - PlayCanvas | HTML5 Game Engine
Thank you.


Здравствуйте.
Обратил внимание, что при импорте некоторые json файлы значительно превышают размер fbx файлов. Чаще всего в 3 раза. В чем может быть проблема и как ее можно решить?
Пример: fbx и json размеры файла “lamp” в папке New Folder - PlayCanvas | HTML5 Game Engine
Спасибо.

If you host the published build on a server with GZIP enabled (PlayCanvas hosted published builds are on a server with GZIP enabled), it gets compressed down to much smaller size as it’s just text.

1 Like