• This repository has been archived on 22/Aug/2021
  • Stars
    star
    246
  • Rank 164,114 (Top 4 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created almost 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(Archived) An SDK to prototype with VR and Unity in a minute - by Maxim xyz.


Create VR games in Unity in a minute πŸ”₯

Important ! ⚠ Before having a look at the repo you should check Relativ, the VR headset FastVR is designed for ⚠

Speed up VR development time πŸš€

FastVR is based on WRMHL and built for Relativty. Using this package you can easily create VR games compatible with the Relativty Headset, an Oculus-like VR headset that cost $200.

FastVR can be deeply customized without breaking Relativ compatibility. You can use the default distortion shader or implement your own. We recommend both the default shader and GVR. You can also change the WRMHL protocol.

Getting Started ⚑️

How to Install

You can either install it using Git or direct Download. Or from the command line:

# Clone this repository
$ git clone https://github.com/relativty/fastVR-sdk

Import the Package! πŸ“¦

Assets, Import Package and Custom Package.. and you're good to GO ! ⚑️

Important ! ⚠ Change the .NET 2.0 Subset to .NET 2.0 ⚠

In order to do that : go to Edit ➭ Project Settings ➭ Player, and under Other Settings find an option that reads "Api Compatibility Level" and change it from ".NET 2.0 Subset" to ".NET 2.0".

Don't forget to leave feedback, contributions and suggestions are always welcome! 🀝