Regarding the Unity "build" folder size in production #219
-
I have successfully integrated the library on my React app, but what I am concerned is the xxxxx.data file size. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi. This has nothing to do with this module in particular, and so won't the following answer be. There are several approaches. From uploading your build manually on your server, to serving it from some kind of CDN. But besides that, you might want to look into optimising your build. I can't image a build with a size over a couple hundred megabytes to run good in a browser environment. I hope this informs you. If you have any further questions, feel free to reply to this thread! |
Beta Was this translation helpful? Give feedback.
Hi. This has nothing to do with this module in particular, and so won't the following answer be. There are several approaches. From uploading your build manually on your server, to serving it from some kind of CDN. But besides that, you might want to look into optimising your build. I can't image a build with a size over a couple hundred megabytes to run good in a browser environment. I hope this informs you. If you have any further questions, feel free to reply to this thread!