Is it possible to install a UE4 app on android but the app uses its directory remotely from another Raspberry Pi based server? If not what are the obstacles and if yes, then how to do it?

Hello everyone I am a beginner but want my VR app to be used on multiple phones after being downloaded from a pi based server, to keep the control in my hand I want the content of the app to to be placed inside the server after being installed on the phone. Everytime the app runs it should use a directory remotely placed on the pi server. Any help and guidance please?

1 Like

To create a VR app that uses content from a Raspberry Pi server:

  1. Develop the VR app.
  2. Set up the Raspberry Pi as a web server.
  3. Host app files on the Pi.
  4. Users download the app from the Pi.
  5. Configure the app to access the Pi’s server.
  6. Download content from the server when the app runs.
  7. Optimize for performance and security.
  8. Test and provide user instructions.