Iphone sensors
Hi, Is it possible to use all the sensor data from the iphone's hardware in a unity-iphone game? And if so, could I send data from this iphone over wifi to another computer, like UDP or TCP-ip? thanks...
View ArticleConnect to Wifi Mobile
My program checks if the user has a connection or not which works amazingly well. However, my question is how do I allow users to connect to wifi in my iPhone app? When I play other games that require...
View ArticleDetermening my indoor position
Hi. I have designed a 3d environment of a real house and I am now trying to get Unity to access information from my android device to pinpoint the location of the device inside that house and transfer...
View ArticleWifi LAN : Detect server side loss of connectivity?
Hi, I'm trying to detect when the server loses wifi connection. Tried OnDisconnectedFromServer, but it seems it only gets called on the server after Network.Disconnect. I could poll...
View ArticleiOS/ Android- turn on WiFi from my game, or open settings in a new window?
For multiplayer, I want the host to be connected to WiFi if they are playing on a mobile device. It would be nice to be able to pop up a message ("WiFi required, enable now and look for networks?") and...
View ArticleUnity Remote iOS on a public WiFi
Is it possible to use Unity Remote iOS on a public WiFi? I've tried Create Network for wifi sharing on macbook, but Unity Remote shows "Error while sending message to editor"
View ArticleServer & client on same wifi, error
Hi, I need some help with setting up a server & clients on the same wifi connection. My test situation is as follows: 1 server, connected via wifi. 1 client, connected via wifi. (Using the Unity...
View ArticleWifi Direct Connection in Unity for Android
How to connect two android devices for android using wifi direct in unity.
View ArticleNetworking from iPad to PC
So here's what I'm trying to do: create a controller on the iPad that connects to a PC (I suppose it could be a Mac, but preferably PC) so you can control the game on the PC via the iPad. Right now I'm...
View ArticleNetworking iOS devices via wifi - max number of connections?
Hi to all, I'm using iOS devices, networked via wifi, for music installations. I've already done it with 5 devices in an exhibition, and tested with up to 7. If the server is an iPad 4, how many...
View Articlewifi is on or off
I just want to check if wifi is turned on or off in windows and android phone and dont want to check if internet is available or not just wifi
View ArticleGetting iPad IP address on a wifi network
I need to connect the ipad to a wifi network and get its IP address so i can see its folders in a PC. Something like the app iFile that has an option to open a webserver and gives me the address of the...
View ArticleIs there a way to check if wifi or 3g adapters are enabled
Hi I need to find a way to check if wifi / 3g are enabled. I don't need to check if they are connected to a network, just that they have not been disabled (like in fight mode) My app relies heavily on...
View Articlehow to show android wifi setting when wifi is off in unity3d?
I have a online android game , I want my game check WIFI and if WIFI is off automatic open android WIFI settings . How can send parameter to Android core till show WIFI setting ?
View ArticleWindows Phone 8 - WiFi Network Lost - Crash
My app on Windows Phone 8 is crashing if the WiFI network is lost. I created a clean Unity project and reproduced the problem. It appears to be a Unity problem. Has anyone else hit this or know how to...
View ArticleAlljoyn Android Set-Up!!
Hey everyone i am trying to create a multiplayer game using the Alljoyn framework for android. the problem is that i have read both the intro to Alljoyn framework and the unity quick set up guide and i...
View ArticleGame crashes when when WiFi is off [Unity iOS]
I am facing a serious issue in all my Unity generated games for iOS. If I launch the app with WiFi and then turn the WiFi off, then every time, I try loading a new scene, the app crashes. I found this...
View ArticleCheck if Android device using wifi?
How Can I check if an android device is using a wifi connection or not? I'd like to have an option to auto update my game when connected to wifi.
View ArticleHow to control "portable hotspot" function on Android?
Is is possible to control "portable hotspot" function on Android mobile phones using unity? (by "portable hotspot" function I mean a function that turns the device into access point, so the other...
View Articlemake network script connect over diferent wifi's
my script currently only works when your connected to the same wifi i want to change it to were u can connect to the same server over any wifi var playerPrefab : GameObject; var spawnObject :...
View Article