Hello everyone, I am a rookie online small series. This short article will show you how to develop the VR version of Hello World with Unity3d.
1 Turn on STEAMVR and connect the VIVE device
(a) log in to the Steam client and click on the VR button in the upper right corner, which will pop up STEAMVR's small window
(b) Connect all VR devices and the icons on the STEAMVR window will all turn green after successful connection
2 New Unity3d Project
3 Import STEAMVR from Asset store Plugin
4 dragging into related prefab
Remove all default Gameobject first
Then drag all the prefab in the Steamvr/prefabs into the hierarchy window
5 Click the Play button
This time the game window will prompt you to wear a helmet. Look around after you put it on and you'll find the controller.
Well, the first program is done. Then you can play it by yourself-import nice scenes and models and write your own gameplay.
In addition, you can refer to the sample scenarios STEAMVR plugin, respectively:
Steamvr/scenes/example
Steamvr/extras/steamvr_testik
Steamvr/extras/steamvr_testthrow
This is introduced here, want to get more detailed STEAMVR the application of each script, please go to the Novice online official website to view, or directly watch Unity3d Development Video Tutorial study, thank you!
Rookie online teaches you to develop VR version of Hello World with Unity3d