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.

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,

  1. What’s the target platform of your app (PC or Android)?
  2. What is the kind of data you want to send between the platforms?

Hope it helps. Let me know if you have further queries.

@anilhdas
Is it possible to use the PCs processor and other resources to run a mobile VR experience? Thanks!