Hi
I’m trying to develop an app that pulls information off my computer within a in house WiFi network. My question is can this be done on unity? if so could someone point me in the right direction.
thanks a bunch
kcarriedo
Hi
I’m trying to develop an app that pulls information off my computer within a in house WiFi network. My question is can this be done on unity? if so could someone point me in the right direction.
thanks a bunch
kcarriedo
The most straightforward way to do this in Unity is with the WWW and WWWForm classes (which requires that you have a webserver running on the computer). Or if that’s not possible, perhaps you could give some more information about what you want to do.
Thanks for the reply andeeee
what Im trying to do is create an app that allows the user access certian files on there pc. So with www how can I access information off a pc.? Sorry if it’s unclear
Thanks
kcarriedo
you can’t do that.
An iphone can not access a pc/mac.
You would have to create two apps, one for the iphone and one for the pc/mac, implement a communication layer (or just bonjour) and handle the traffic.
Depending on what you want to use service wise on the iphone side, this also means usage of XCode and/or ownership of Unity iPhone Advanced.