Skip to content

Commit

Permalink
Created README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tizzu authored Apr 7, 2022
1 parent 8036d49 commit 08d969a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DemVR

Code repository for the implementation of the DemVR (previously ECARules4All) project

DemVR is a Unity package that enables users without coding knowledge to setup Virtual Reality worlds. The solution is based on templates that can be configured for creating the users' own experiences.
More information can be found here: https://cg3hci.dmi.unica.it/lab/en/projects/ecarules4all

## Installation

### Prerequisites

- The following packages installed from the Package manager:
- XR Interaction Toolkit;
- Universal RP;
- Oculus XR Plugin (for using Oculus Headsets).

### Configuration

- Download from the Releases section of this repository the DemVR prefab;
- Set `Edit > Project Settings > Player > Settings for PC, Mac & Linux Standalone > Expand "Other Settings" > Api Compatibility Level => .NET 4.x`;
- Set `Edit > Project Settings > XR Plug-In Management > Plug-in Providers > Check "Oculus"`;
- With the Unity project open double click on the file and import all the files;
- Import the ECAKit prefab into your scene (can be found in `Assets > Prefabs > ECAKit.prefab`).

0 comments on commit 08d969a

Please sign in to comment.