Logo
Blog

Blog

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in Portfolio

VR Tutorials - How to build a 3D environment, enable character movement and teleportation #metaverse

Check out the first part of my tutorial series about making a VR First Person Shooter Game (also can be used to create mobile game apps).

The 4 videos below cover:

  • How to integrate and configure Google VR Cardboard’s SDK into Unity
  • Making a 3D building (walls, floors and door)
  • Creating floating menu buttons
  • Triggering object animations by pressing VR action buttons
  • Animating the player’s movement
  • Teleportation around the scene
  • Free-roaming movement by detecting the VR headsets position

Get the scene and C# code from my GitHub here https://github.com/QaunainM/GoogleVR_Unity_Setup_Demo

More Articles