Hi devs, I am facing huge preloading time due to custom animations on loader layout. Problem is that construct 3 is packaging the loader layout images with other images in bigger chunks that are not referenced anywhere on the loader layout.
These bigger chunks are loaded during the preloading before the custom loader is displayed.
Is there any way to prevent the construct 3 from packaging the loader layout images with other images that are supposed to be loaded on loader layout instead of in preloading stage. Pardon for typos.
Thanks