HUD


Creating Interactive HUDs for Virtual Reality with Unreal Engine 4 3

A HUD (head-up display) offers a simple way to communicate and interact in a video game. UE4 (Unreal Engine 4) offers a way to create HUDs through their UMG (Unreal Motion Graphics) system. However, when it comes to Virtual Reality (VR), HUDs need to work differently for it to be […]


9 Tips to Preventing Motion Sickness When Developing For Virtual Reality 3

Developing for Virtual Reality (VR) is unlike any other type of software development. Not only do you need to be concerned with the development of the VR experience itself, you also need to make sure it will not make the user sick. If you create something amazing, but no one […]


The Components That Makes up a Great Virtual Reality Experience

If you tried your hands on developing for virtual reality (VR), you will notice that it is very different from developing a 2D or 3D game. Many of the practices and techniques do not carry over into VR. VR is still a new platform and developers out there are trying […]

VR UX beautiful scene 2

3D widget HUD in VR

Using HUD in Virtual Reality with Unreal Engine 4 2

Virtual Reality (VR) game development is much different from regular game development. For example, something like a basic head-up display (HUD) to show some stats would work fine in a regular game, but not in VR. In fact, standard HUD would cause rendering issues because it adds itself to the […]