microsoft / MixedRealityDesignLabs_Unity

Mixed Reality Design Labs share experimental samples, explorations and learning from Windows Mixed Reality Design group. If you are looking for official toolkit, please use Mixed Reality Toolkit
MIT License
408 stars 110 forks source link

master vs Unity2017.2-Dev submodule folders #78

Closed oshea00 closed 6 years ago

oshea00 commented 6 years ago

When I checkout the Unity2017.2-Dev branch, the submodule "mount" points under each of the unity project folders are named "MRDesignLabs". In the master branch these are named "MRDesignLab".

This a problem when loading the unity projects as now there are two Design Lab folders. To work around this once I noticed what's happening:

  1. checkout Unity2017.2-Dev branch in locally cloned repo.
  2. run: git submodule update --init --recursive
  3. manually remove the "MRDesignLab" folders - leaving the "MRDesignLabs" folders.
  4. Re-import assets in unity.
  5. Fix the missing using statement referenced in the 7 compile errors.
cre8ivepark commented 6 years ago

@paseb @Railboy Could you please share information about this updated submodule name?

paseb commented 6 years ago

The name should not have changed. Let me double check this.

paseb commented 6 years ago

I fixed the namespace issues in the branches. This should be resolved. Please let me know if you're still having issues.

thanks,