Hello!
My app get error when downloading assets from remote.
After the error my app died.
Here is the error from logcat
2021-09-22 12:06:58.648 5509-17101/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/1eea95a82afbc4aa582d52b6fe7c1b66/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.649 5509-17284/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/b4cefcce56e2ff7b5a8e991a5bcf506b/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.651 5509-17092/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/20d48a5584cab29fe901f31b9aaa05e3/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.651 5509-17056/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/05ab5894e2bc7bdcba8a89cccc9e9ddb/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.651 5509-16942/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/d139ae9d5bdd77aa0a3e5a3a159e041d/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.651 5509-17115/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/8b257e88fce3a80059511f285a2ea7d5/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.666 5509-17203/? E/Unity: Unable to open archive file for writing: '/storage/emulated/0/Android/data/com.quatre.game.cw/files/UnityCache/Temp/d98e1b796b3c9daf5add10c26883e4d6/__data'
(Filename: Line: 80)
2021-09-22 12:06:58.742 1800-1840/? W/InputDispatcher: channel 'c896946 com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
2021-09-22 12:06:58.742 1800-1840/? E/InputDispatcher: channel 'c896946 com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
2021-09-22 12:06:58.743 1800-1938/? I/WindowManager: WIN DEATH: Window{c896946 u0 com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity}
2021-09-22 12:06:58.743 1800-1938/? W/InputDispatcher: Attempted to unregister already unregistered input channel 'c896946 com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity (server)'
2021-09-22 12:06:58.743 1800-1938/? W/WindowManager: Force-removing child win Window{cd62918 u0 SurfaceView - com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity} from container Window{c896946 u0 com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity}
2021-09-22 12:06:58.744 1800-1812/? W/ActivityManager: Force removing ActivityRecord{364dd6c u0 com.quatre.game.cw/com.unity3d.player.UnityPlayerActivity t77}: app died, no saved state
Is there a way to solve this error?
Thanks.