/mcn_vr

McNaughton Lab's VR track setup (unity, matlab, and much more!)

Primary LanguageC#

Tablet VR

Controller for virtual reality tasks for execution of arbitrary experimental paradigms. The virtual environments (aka scenes) are displayed in several monitor tablets around the field of view of the subject.

Prerequisites

Code was last built and tested with

  • Unity 2019.4.1f1
  • Android Studio 3.1.2
    • Android SDK Platform 27 revision 3
    • Android SDK Build-Tools 28-rc2 version 28.0.0 rc2
  • Tablets
    • OS: Android 5.0
    • SoC: Qualcomm Snapdragon 410 APQ8016

Installation

  • Install Android Studio.
  • Install Unity, adding support for Android.
  • Open Unity and load the project folder.
  • Run this for Ubuntu: sudo apt install libgconf-2-4

Testing scenes in Unity

  • Open Main scene and hit play.

Deployment

  • Add scenes to build settings.
  • Open Main scene.
  • Build for Android.
  • Run TabletVR.apk in each tablet.

Contributions

Original repo (I didn't fork, because I want commits :])