Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Mixed Reality getting started resources
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'git clone --depth=1 https://github.com/Yonet/HoloLensUnitySeedProject.git <your-project-name>// Clone the seed project
git clone --depth=1 https://github.com/Yonet/HoloLensUnitySeedProject.git
-- Remove the history from the repo
rm -rf .git
-- recreate the repos from the current content only
git init
git add .
git commit -m "Initial commit"
-- push to the github remote repos ensuring you overwrite history
git remote add origin [email protected]:<YOUR ACCOUNT>/<YOUR REPOS>.git
git push -u --force origin mastergit remote add upstream https://github.com/Yonet/HoloLensUnitySeedProject.git
git pull upstream mastergit remote -vgit remote remove upstream https://github.com/Yonet/HoloLensUnitySeedProject.git

Common issues to consider while developing for Mixed Reality

In this project we we will setup our development environment for Mixed Reality Development with Unity3d
























































