XX
- Unity 2020.3 or later
- MRTK (Mixed Reality Toolkit) v2.7 or later
- Visual Studio 2022 or later
-
Clone the Repository:
-
Open in Unity:
- Open Unity Hub.
- Click on "Add" and select the cloned project directory.
- Open the project in Unity.
-
Import MRTK:
- If MRTK is not already imported, go to the Unity Asset Store, download, and import MRTK into the project.
-
Build Settings:
- Go to
File > Build Settings. - Switch platform to
Universal Windows Platform (UWP). - Set architecture to
ARM 64-bit.
- Go to
-
Deploy to HoloLens:
- Connect your HoloLens device to your development machine.
- Go to
File > Build Settings. - Click on
Buildand select a directory for the build. - Open the generated solution in Visual Studio.
- Deploy the application to your HoloLens device (ARM64 configuration, Device target).
-
Running the App:
- Put on the HoloLens device.
- Launch the app from the Start menu.
- Use the HoloLens camera to scan the Singapore Eco-Labels.
- Information about the scanned labels will be displayed in augmented reality.
- Unity 2020.3: Game engine used for developing the HoloLens application.
- MRTK (Mixed Reality Toolkit) v2.7: Provides components and features for developing mixed reality applications.
- Visual Studio 2022: IDE for building and deploying the UWP application.
This project is licensed under the MIT License. See the LICENSE file for details.