This folder will host test scenes and assets that verify functionality of HoloToolkit-Unity components and host samples/examples that exemplify the HoloToolkit to help solve interesting scenarios.
The reason these are examples is because they are specific scenarios which may be difficult to make a into a generic prefab.
- Examples are not like unit tests which exist in the UnitTests folder of each feature area. Scenes in this folder may be automated and moved into HoloToolkit-UnitTests when/if such tests are written for them.
- Examples are ideas which use the HoloToolkit to show developers how they can solve problems on HoloLens using Unity.
- Examples that are more of an end-end app, do not fit into the HoloToolkit-Examples folder.
- Examples that are not maintained regularly will be deprecated.
- Create a new folder under HoloToolkit-Examples and give it a name that best describes your project.
- You can add your example scenes under that folder.
- Ensure you add a README.md so developers can read about the purpose and steps to run your example code.
- Do not change the Project Settings for HoloToolkit-Unity with updates specific to your example.