• Stars
    star
    134
  • Rank 269,390 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

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

Repository Details

Shared Reality: Observe a VR session from the same room using a HoloLens!

HoloViveObserver

Observe a VR session from the same room using a HoloLens!

Building

Open the HoloViveObserver directory using Unity 5.5.2f1 (64-bit), Unity 5.5.0 as well as Unity 5.6.x will not work.

Never update the Steam VR plugin. It is modified by @Sorob to compile in Hololens

Holotoolkit is also modified to fix the Cursor errors. Updating it is not recommended.

This project uses Unity's cloud based Multiplayer service. After opening the project go to Window > Services to open the Services tab. It is important to mention you must be logged into your Unity cloud account within the Unity Editor. (ie. not working offline)

HoloLens Build Settings

Click the New link... button in the Services tab. Select your organization name (username). Click Create button to create a cloud project. Next click the Multiplayer service to enable. Click Go to dashboard In a browser if you are logged into your Unity account a *Max players per room" field needs to be set as 2 or more and click save. Finally click Refresh Configuration and you should now see a list of your current configuration settings.

Building the HoloLens app

If you are planning on building for the HoloLens and running the Vive from the same machine it is important to build for the HoloLens first.

Open the File -> Build Settings menu.

Make sure Windows Store is selected. If it isn't, select it and click Switch Platform.

Then click Build and select the existing App folder. This will export a Visual Studio project. Yes, you have to do this each time you make changes within Unity and want to deploy to HoloLens. If you just make code changes, you can skip the Build Settings step and build right from Visual Studio.

Within the App folder, open the Vive Observer.sln file. Do not be confused by the HoloViveObserver.sln file in the parent folder, that solution has no projects.

Once within Visual Studio 2017, select Release and target x86, then choose whether you want to deploy to an actual HoloLens or the emulator.

HoloLens Build Settings

NOTE: When choosing the UWP Build Type as D3D the SteamVR_Settings window may pop up. Simply leave this window up, DO NOT click Accept All Settings or Ignore All. If you do this the project will not function properly on the HoloLens.

Running the Vive (SteamVR) app

Open the File -> Build Settings menu.

Make sure PC, Mac, Linux Standalone is selected. If it isn't, select it and click Switch Platform.

On the SteamVR_Settings window click Accept All

HoloLens Build Settings

Now, hit the play button at the top of the Unity window.

Building the HoloLens app after Accept All

Make sure your build settings look like this: HoloLens Build Settings

Also make sure your color space at the player settings is Gamma. HoloLens Player Settings

More Repositories

1

DJ

Website where users take turns playing music over a computer-connected stereo. Inspired by the late turntable.fm.
JavaScript
36
star
2

Logisim_CPU

Made a CPU in Logisim when I was 14 (2009), and wrote a naive assembler and compiler for it in Flash. The CPU's design is inspired by Donn Stewart, http://cpuville.com.
Assembly
12
star
3

Soapy

Use RFID to listen to Spotify in the shower!
PHP
9
star
4

drew-vimrc

My personal vim setup, consisting of vimrc files and a setup script.
Vim Script
7
star
5

sfml-platformer

A functional but incomplete SFML-based multiplayer platformer game/engine.
C++
7
star
6

EventLCD

A project using an Arduino Ethernet and LCD character display to show upcoming events in a location from a shared Google calendar.
Python
7
star
7

cpu

A Logisim-implemented microcoded CPU.
JavaScript
4
star
8

sfml-box2d-demo

A simple Box2D + SFML combination, where the user can use the mouse to create rectangular bodies. Great for virtual dominoes!
C++
4
star
9

timelapse

GPT-generated scripts for automatically generating timelapses of the construction of a building (Kaye) outside my window.
Python
2
star
10

PortalMultitasking

An experiment in using portals as a paradigm for 6DoF VR multitasking.
C#
1
star
11

HomeGPT

Control your home with instructions to GPT-3 lol
Python
1
star
12

HoloDrink

A HoloLens app for requesting drink for the Computer Science House Drink machine.
C#
1
star
13

DrewGraphics

A personal graphics engine for experimenting with OpenGL/DirectX/OpenVR.
C++
1
star
14

image-tracker

A node.js project to generate a m-jpeg image stream that simutaniously tracks live connections and displays the number of connections.
JavaScript
1
star