https://learn.unity.com/course/create-with-vr

1. VR Basics

1.1 - VR Project Setup

2.Open and explore the starter scene

3.Add a room and background

4.Test with the Device Simulator

5.Test in VR through Unity

6.Build and run on your device

Extension Activities

1.2 - VR Locomotion

https://learn.unity.com/tutorial/vr-locomotion?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae&projectId=60183335edbc2a2e6c4c7dcb#

2.Add snap turning functionality

3.Create a Teleportation Area on a rug

4.Create Teleportation Anchors on mats

5.Customize the Reticles for teleportation

课后题 - 自旋转指示做法

https://www.youtube.com/watch?v=Ylsrsy1nrCY&ab_channel=GarlicSuter

1.3 - Grabbable Objects

https://learn.unity.com/tutorial/grabbable-objects?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae&projectId=60183335edbc2a2e6c4c7dcb

1.Choose hand models

2. Add a grabbable object

3.Hide hands and disable anchor control

4.Fine-tune the throwing experience

1.4 - Sockets

https://learn.unity.com/tutorial/sockets-g?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae&projectId=60183335edbc2a2e6c4c7dcb#

1.Add grabbable hats to the scene

2.Turn the hook into a simple socket

3.Duplicate the sockets and attach hats by default

4.Make your head a socket for hats

5.Prevent other objects from acting like hats

Challenge 1 - Architecture Review

Bonus task hints:

6. Look in the XR Ray Interactor component to edit the line’s shape and the XR Interactor Line Visual component to edit its colors. 更改指示射线形状

7. Make sure your audio source is set to the 3D “Spatial Blend,” then, if you want, use the OnTimedInterval and PlaySoundsFromList components to randomize the bird sounds. 添加声音的方式

Lab 1 - VR Personal Project Basics

https://learn.unity.com/tutorial/lab-1-vr-personal-project-basics?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae&projectId=60183335edbc2a2e6c4c7dcb#

VR Next Steps

https://learn.unity.com/tutorial/vr-next-steps?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae#

2 - VR Events and Interactions

2.1 - Audio and Haptics

https://learn.unity.com/tutorial/2-1-audio-and-haptics?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae&projectId=601834b9edbc2a4418546660

1.Add haptic feedback on hover and select enter

2.Add audio feedback on either hover or select enter

3.Add 3D audio from the fireplace

4.Add a Reverb Zone

Experiment with spatializer plugins [optional]

附加题

2.2 - Activation Events

https://learn.unity.com/tutorial/2-2-activation-events?uv=2020.3&courseId=60183276edbc2a2e6c4c7dae&projectId=601834b9edbc2a4418546660#6023388fedbc2a0f094364fa

1.Add a grabbable remote control object

2.Play a sound when you activate the remote

3.Change the remote’s indicator light color when activated

Untitled

4.Make the TV play video

5.Control the TV with the remote

附加题