microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Main Camera prefab missing #380

Closed deriven closed 7 years ago

deriven commented 7 years ago

Not a huge deal. But the first step in the README.md says to delete the main camera and add the prefab. This prefab does not exist in HoloToolkit/Utilities/Prefabs.

The README.md under HoloToolkit/Utilities also says the prefab exists. Thankfully it details what the prefab sets (except for the clipping plane .. 0.85)

deriven commented 7 years ago

Just noticed the HoloLensCamera is a better option. Perhaps only the README files need to be updated?

StephenHodgson commented 7 years ago

Yes, Seems like the documentation in Utilities/Readme.md didn't get updated appropriately.

The Main Camera.prefab was replaced by the HoloLensCamera.prefab which is documented correctly in Input/Readme.md

Fixed in https://github.com/Microsoft/HoloToolkit-Unity/pull/376

kirodge commented 7 years ago

The Main Camera.prefab is also referenced in GettingStarted.md under the heading "Preparing a Scene for Holographic Content"

StephenHodgson commented 7 years ago

Great catch @kirodge. Updated in the PR.