Remote data collection - immersivecognition/unity-experiment-framework GitHub Wiki
UXF 2.0 allows you to collect data remotely, by deploying a version of your experiment that runs in a web browser. Data are stored in a database hosted on Amazon Web Services.
Requirements
- Change your build target to WebGL (allows your experiment to be built to a web browser compatible package).
- AWS DynamoDB setup or HTTP POST Setup
- Build your application.
- Test with a local WebServer (e.g. Servez - point it to the build folder).
- Upload the build to a host (GitHub pages works and is free!). If you use the HTTP POST Data Handler, you might as well upload to your own server.