DMC199 is the Clackamas Community College Course working to create a Hololens based experience for use within a transmission automotive course. The transmission we used was 4T60E transmission. The reason for targetting the transmission course was because a transmission is complicated and encapsulated (you cannot watch it work). We believe we can enhance that experience.
In the Windows command prompt navigate to the directory where you want to clone it and type
git clone https://github.com/DMC199/boilerplate.git
If you want to checkout the non-master branch try
git checkout -b develop remotes/origin/develop
If you need to see what branches are available
git branch -a
- Open Unity
- Naviagate to the Menu File | Build Settings
- Verify the correct scenes have been added and selected in the proper order
- Verify the settings are correct setting screen shot
- the Windows Store Platform is selected
- use Universal 10
- D3D
- Local Machine
- Unity C# Project
- Click Build
- This will prompt you for the build folder. Create a folder named Build and Select Folder
- Grab a cup of coffee
- Verify there was not an error, it will open the folder that contains the Build folder
- Open the Build folder
- Open the SharedHolograms Visual Studio Project Solution
- Verify the correct platform is selected (x86) and the correct target (Hololens Emulator or Device)
- Select Debug | Start without Debugging (Ctrl+F5)
On future builds, if you only modified scripts repeat steps 11 & 12.
The project with Sharing requires a Holotooolkit sharing service to be running on a Windows PC on your local network. To launch, select the Holotooolkit | Launch Sharing Service or connect to the service running on the instructors PC.
If you cannot find the device, try relaunching Visual Studio.