A Unity application for rendering visual scenes. This is the companion application to behaviorMate that enables VR contexts.
If you use vrMate for your research, please cite the following paper in any resulting publications:
Unity Editor (Version 2019.2.10f1)
*Note: during the installation of Unity Hub or the Unity Editor, be sure to choose the option for installing Android build support or build support for whatever platform vrmate will be run on.
vrMate can be built and run on most platforms, but we run it exclusively on Android. The following steps outline the Android build process.
- Clone the repository
git clone git@github.com:losonczylab/vrMate.git
- Using Unity Hub, open the "vrmate" project. You will then be prompted to download editor version 2019.2.10f1.
- Build the project
- File > Build Settings > Build (Make sure "Android" is selected from the list of platforms before hitting build)
- Copy the APK file to the Android device and run it
- Simply start vrMate like any Android application.
Unless otherwise specified in individual files, all code is Copyright (C) 2023 The Trustees of Columbia University in the City of New York.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.