- Home /
Strange data usage android
I just ran a game i created for android for 10 minutes with my data on and it used 21 mb of data. This is a massive amount of data and on top of that there are no parts of the game that use the WiFi or the data explicitly. No ads nothing. Why is my game devouring data when I have never instructed it to do so. There must be some deafualt settings that cause this. I know hearthstone was made in unity and it only uses 1-2 mb every 20 minutes.
Any one got any ideas?
Answer by xjjon · Jul 23, 2016 at 06:36 AM
You can check where this is coming from in the profiler. (Window->Profiler) or Ctrl + 7.
Do you need any internet connection for your game? If not you can turn off request for internet access on Android.
The game is currently strictly single player so turning off internet access request seems like the best option. Thank you.