Hi.
My app uses image tracking and slam. However, both hands.js and face.js are downloaded at app startup. These libraries are a very large part of my app download. Is it possible to not download these libraries at startup? I use playcanvas and 8th wall if that matters.
Hi,
We’ll be rolling out an update soon to address the chunk loading.
In the meantime you can use this at the end of your head.html
to only load the chunk(s) you need.
<script> window._XR8Chunks = ['slam'] </script>
2 Likes
This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.