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

  1. 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.


  • 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.mp4

Setting Up Unity (9:11)

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.
Working with 3D Models_Edited 2.mp4

Optimising 3D Objects (10:21)

Importing assets_1.mp4

Importing Assets (6:56)

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.mp4

Creating the Environment: 3D objects (18:17)

4. Adding Materials.

  • Basic of materials.
  • Adding textures to materials.
  • Adjusting/customising textures.
4 Materials.mp4

Adding Materials (8:09)

5. UI Canvas

  • Images
  • Videos
5.1 UI Images.mp4

UI Images (5:43)

Videos