nuvention-web / ShareVR

ShareVR
http://sharevr.io/
4 stars 0 forks source link

Week 1 & 2 MVP Slice #28

Closed chenchen2015 closed 7 years ago

chenchen2015 commented 7 years ago

ShareVR Unity Plugin v0.1

Welcome to ShareVR Unity SDK v0.1. Thanks for taking time trying out our plugin. The quick start tutorial will help you quickly setup our plugin. If you have any question, please don't hesitate to contact us at team@sharevr.io

Getting Started

ShareVR requires the SteamVR plugin loaded in your project

Import ShareVR and Load the Example Scene

Apply ShareVR to Your Own Game

Our goal is make our ShareVR Unity plugin easy-to-use yet still adaptive and customizable so that it could fit well in to your own application. Here's an example of how apply ShareVR to the SteamVR InteractionSystem example scene.

Note that We have some additional options listed below if you want to customize the plugin to better fit into your game. We kept all the available options in the ShareVR gameobject to make it easier to find. Below are the available options with description:

The ShareVR Team 4/8/2017

dianeliu21 commented 7 years ago

Hi, we're not able to see any actual code that was modified over these past two weeks. It seems as if all the files have been deleted from the repository. Can you provide insight? @chenchen2015 @hwkeyser @adammy123

chenchen2015 commented 7 years ago

@dianeliu21 All of our code is currently in the UnityPackage file.

We moved to Unity collaborate repo as our main place to keep the project as GitHub repo doesn't have very good Unity project support. What I can do is to upload a snapshot of our old MVP code we had in Q1 pitch and then commit our most recent code so you can see all the actual changes we made in the last two weeks, how's that sound?

chenchen2015 commented 7 years ago

@dianeliu21 You can find a complete list of all code updates we made during the last two weeks here in commit 0fecac6.

chenchen2015 commented 7 years ago

Merging this to start week-3's work