Android Require Wifi to play?

Hey guys, I’m wondering how I can make a MANDATORY requirement to be on Wifi to play my game.
I’m not getting all into what kind of game I am making, I just want to know if this is possible? Last thing I want is my customers data plans getting eaten up in an hour LOL.

Here’s a quick answer: yes, it’s possible. :slight_smile:

You may get a more informative answer (and I hope to update mine when I’m at my workstation), but here’s one way that would work:

You can compile your game to an Android project. This link (scroll to “Using Java Plugins”) explains how to expose your Java code to your Unity scripts. Then look at this posting that talks about checking the Wi-Fi status.

I hope this is a useful start! :slight_smile: