VR Tutorials
The following is a tutorial that will help you build a custom VR museum experience. It allows you to use your collected data to
- Setting Up Unity
- Install Unity Hub - https://store.unity.com/
- Go to the unity website, choose a personal account, and the option will come up to install Unity Hub.
- Install Unity 2019.4.10 - https://unity3d.com/get-unity/download/archive
- Include Android build support (making sure the android sub folders are also ticked).
- Create a new project.
- Getting to know the Unity UI.
- Install Packages
- XR Interaction Toolkit
- Switch build settings to Android, and ATC.

Setting Up Unity (9:11)
Setting Up Unity (9:11)
2. Set Up Your Assets
2. Set Up Your Assets
- Optimise and prepare your 3D objects.
- Organise all assets in folders. Recommendation:
- 3D Objects - separate into individual collections. Include textures. Later, we will add the materials.
- Audio
- Images
- Video
- Bring assets into the project.

Optimising 3D Objects (10:21)
Optimising 3D Objects (10:21)

Importing Assets (6:56)
Importing Assets (6:56)
3. Creating the environment.
3. Creating the environment.
- Build environment using assets.
- Position and scale.
- Material.
- Lighting.
- Use 'Ethan' from Unity's Standard Assets to use as a size reference.
- Add the 'Room-Scale XR Rig.'

Creating the Environment: 3D objects (18:17)
Creating the Environment: 3D objects (18:17)
4. Adding Materials.
4. Adding Materials.
- Basic of materials.
- Adding textures to materials.
- Adjusting/customising textures.

Adding Materials (8:09)
Adding Materials (8:09)
5. UI Canvas
5. UI Canvas
- Images
- Videos

UI Images (5:43)
UI Images (5:43)
Videos