In the last part of the tutorial series, we will look at adding code for input handling on the rift's motion controller. As with the other parts of the tutorial series, this part builds on top of what we have already achieved in the previous parts. To recap, we have created the player pawn using … Continue reading Motion Controller Input for Player Pawn
Virtual Reality
Adding Hand models To VR Motion Controllers
Let's finish up the series by adding hands from the VR template into our project and hooking them up to the player pawn that we have created. This way we can even look into the setting up the input from the Oculus controllers in the next tutorial. Importing the VR Hand Mesh and Animation: … Continue reading Adding Hand models To VR Motion Controllers
Creating the VR Player Pawn – Part 2
In this part of the tutorial, we will get the components set up for the Pawn pawn to have head and motion controller tracking. This is the second part of the tutorial. If you haven't read the first part please read through that. It covers the basics such as creating the C++ class for the pawn … Continue reading Creating the VR Player Pawn – Part 2
Creating the VR Player Pawn – Part 1
In this two-part tutorial, we will set up the base VR player pawn so that we can actually see our motion controllers track and have some very basic input set up. The first part of the tutorial is just creating a new C++ pawn class, adding a pawn blueprint that inherits from the C++ class … Continue reading Creating the VR Player Pawn – Part 1
Create VR Project
Requirements: In order to start with the tutorials, you will need the following software and hardware. As I have mentioned in my previous post, for the most part, the tutorials can be followed with the VR set-up but if your intention is to make a game for VR then you can follow the tutorials exactly. … Continue reading Create VR Project
Creating a VR Game For Oculus Rift
Unreal Engine, C++ based game development tutorial that starts from scratch.