pattern matching user profiles between iphones?
I want to build a feature in my app that lets it search other nearby users/gamers app persona via bluetooth/wifi/3G. Can Unity filter the user data shared and pattern match? eg. user's 1 profile...
View ArticleIs it possible to control a game with an Android phone without Unity?
I mean, is it possible to create a game on PC with a Socket server and control the character on the game, through an wi-fi connection, with an Android phone, using an app designed for it (withou Unity...
View ArticleHow to check iphone network connection
Hi, i would like to check on iphone whether there is any network connection. I am using iPhoneNetworkReachability.ReachableViaWifiNetwork. Tho i dont know whether this acounts only for wifi or any...
View ArticleRequires Persistent Wifi
The iOS Player settings show **Requires Persistent Wifi**. What does it mean? Thanks in advance for your help.
View ArticleA phone network question!About GSM 、wifi and WWW!
WWW www=new WWW("http://www.angeeks.com/uploads/attachments/2010-04/27/0370b86j.jpg"); yield return www; if (www.error != null) { Debug.Log (www.error); p.guiText.text=www.error; return false; }...
View ArticleUnity with Arduino+WiFly
Hello everyone, I have an Arduino with a WiFly module hooked to it. All it does is create a Wireless Access Point with an ip address (169.254.1.21) that talks on port 2000. Here I have the code to...
View ArticleUnity async socket connection
Hi everyone, so I have a problem after connecting to an arduino with a wifly module via sockets in Unity. I have this code attached to my main camera: using UnityEngine; using System.Collections; using...
View ArticleIphone 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 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 ArticleAndroid 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...
View ArticleApplication.internetReachability does not update (on android)
I have an app that requires local network connection (wifi) I do not need to have internet connection, but must have local access... I found Application.internetReachability and it has...
View ArticleHow to connect devices throught bluetooth/wifi without internet?
Hi. Im working on an offline multiplayer project. I wonder if [Network][1] code work on mobiles devices on same wifi hotspot.If not then how to connect them. And what's about bluetooth and...
View Article