Can android device interact with the pc unity game?
I want to create an online simulation of the world for disabled people and I want my game to be vr, but to interact with android google cardboard, not oculus rift.
Answer by anilhdas · Mar 22, 2017 at 05:15 PM
Yes it can. An Android app can connect to a PC Application either using http based APIs or socket connections.
I would be able to help you more specifically if you can specify some more details about the application like,
What's the target platform of your app (PC or Android)?
What is the kind of data you want to send between the platforms?
Hope it helps. Let me know if you have further queries.
$$anonymous$$y target platform is PC. I șanț to display my game through android vr cardboard. How can I do that?
I assume you're already using the Cardboard SD$$anonymous$$ for Unity (if not you can download it from here).
If you just want to have a version of the same game in both PC and Google cardboard, you can just go ahead and build the Unity project into Both Standalone (for Windows) and Android (for Google Cardboard using the SD$$anonymous$$).
But if you want to run both the version synchronously (like a multiplayer game between Android mobile and PC), you would want to send some data between them through either APIs or a direct connection (like through Wifi)
Let me know if my answer helps. Thanks
Answer by aumentarte · Apr 10, 2020 at 09:42 PM
@anilhdas Is it possible to use the PCs processor and other resources to run a mobile VR experience? Thanks!
Your answer
Follow this Question
Related Questions
Web Browser INSIDE GearVR 0 Answers
Send variables from client to server 0 Answers
Mobile VR Framerate Problem 1 Answer
Unity VR APK Big Screen Problem,Unity VR Big Screen Problem APK 0 Answers
Black left eye with camera effect Google Cardboard 0.5.2 1 Answer