I am using 30 NFT markers/images and 30 3d models for a project on Unity and Artoolkit. The Android App loading as become very slow. It takes about 50 seconds to load the Camera.
Initially, the Splash Image loads for 15-17 seconds and then there is a black screen which stays for about 34-36 seconds. After that the camera starts.
I have used multiple techniques like Texture Compression, Audio compression, etc which were provided, this helped to reduce apk size to 58MB but still loading is a problem.
Please find attached the logs after build:
- Textures 15.4 mb 24.0%
- Meshes 8.4 mb 13.1%
- Animations 34.0 mb 52.8%
- Sounds 516.2 kb 0.8%
- Shaders 606.4 kb 0.9%
- Other Assets 139.8 kb 0.2%
- Levels 637.3 kb 1.0%
- Scripts 665.1 kb 1.0%
- Included DLLs 3.9 mb 6.1%
- File headers 62.2 kb 0.1%
- Complete size 64.4 mb 100.0%
I am not sure what is causing the problem.