HoloAnatomy / Assets / HoloToolkit-Examples /
SURFACEBOOK2\jackwynne authored on 25 May 2018
..
AdaptiveQuality v1 5 years ago
Boundary v1 5 years ago
ColorPicker v1 5 years ago
FastConfigurableShader v1 5 years ago
GazeRuler v1 5 years ago
Input v1 5 years ago
Medical v1 5 years ago
MotionControllers-GrabMechanics v1 5 years ago
Prototyping v1 5 years ago
Sharing v1 5 years ago
SharingWithUNET v1 5 years ago
SpatialMapping v1 5 years ago
SpatialSound v1 5 years ago
SpatialUnderstanding v1 5 years ago
StandardShader v1 5 years ago
UX v1 5 years ago
Utilities v1 5 years ago
AdaptiveQuality.meta v1 5 years ago
Boundary.meta v1 5 years ago
ColorPicker.meta v1 5 years ago
FastConfigurableShader.meta v1 5 years ago
GazeRuler.meta v1 5 years ago
Input.meta v1 5 years ago
Medical.meta v1 5 years ago
MotionControllers-GrabMechanics.meta v1 5 years ago
Prototyping.meta v1 5 years ago
README.md v1 5 years ago
README.md.meta v1 5 years ago
Sharing.meta v1 5 years ago
SharingWithUNET.meta v1 5 years ago
SpatialMapping.meta v1 5 years ago
SpatialSound.meta v1 5 years ago
SpatialUnderstanding.meta v1 5 years ago
StandardShader.meta v1 5 years ago
UX.meta v1 5 years ago
Utilities.meta v1 5 years ago
README.md

HoloToolkit-Examples

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.

When considering an example:

  1. 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.
  2. Examples are ideas which use the HoloToolkit to show developers how they can solve problems on HoloLens using Unity.
  3. Examples that are more of an end-end app, do not fit into the HoloToolkit-Examples folder.
  4. Examples that are not maintained regularly will be deprecated.

When adding an example:

  1. Create a new folder under HoloToolkit-Examples and give it a name that best describes your project.
  2. You can add your example scenes under that folder.
  3. Ensure you add a README.md so developers can read about the purpose and steps to run your example code.
  4. Do not change the Project Settings for HoloToolkit-Unity with updates specific to your example.