So, you’re a game developer looking to get into VR game development?
That’s awesome! After all, you’ve already done the hard part, with a good knowledge of coding/programming under your belt - that’s absolutely essential for VR, and will help you along the way.
Perhaps you’ve played games like Beat Saber, or have been spending a lot of time in Altspace VR; it’s easy to start dreaming and getting really excited by all the things VR has to offer.
But if you’ve already been wondering about switching from game dev to VR developer, you may be thinking to yourself: are there any VR game jobs available out in the market? And if so, how do you get in on the action?
Well, first of all, the opportunities in the VR industry are growing from year to year.
In fact, the demand for VR developers is much higher than that of game developers, and now with the launch of Meta and the Metaverse, you could be one of the first of millions of VR game developers who would be pioneering this industry!
As for how you get there, we are going to cover:
But first…
Given you are a game developer yourself, it’s almost certain you have a vision of a VR game you would like to build, something that you would want to play for yourself. Usually VR game development courses follow a particular project path, they have their project planned out ahead of time, so you need to find your own vision and make that, which seems hard but here at XR Bootcamp that’s exactly how we design our courses so that you can follow your game idea.
It’s an inescapable fact that you will need a good portfolio project to showcase your skills. Though, keep in mind that for recruiters it’s not important how big the project idea is, rather they look for the project completion.
Even if you have only a small portfolio project that is completed and polished, it shows that the developer knows the proper life cycle of a project from starting a project to completion. So, make sure the scope of the portfolio project is small enough to complete. This will go a long way when Applying for Oculus VR jobs.
That said if you do have an unfinished, yet big, project to showcase, then make sure to point out where exactly you focused your skills - and be ready to describe in detail any particular area of the project you hold strong development skills. This will allow recruiters to focus on that.
Now, as for the project ideas themselves, you don’t necessarily need to go for an original idea; it’s the execution that matters. There’s nothing wrong with copying game ideas, perhaps giving an individual touch to make it your own.
Maybe you played a non-VR game and thought to yourself: “I wonder how cool this would be in VR”, well then go for it! The only limit is your imagination. You could develop a pirate game where the player is controlling a small pirate ship with shooting cannons attached to it. Or you could make a giant that is hovering over a city and the players can fight it off with the tiny city people, whilst it wreaks havoc on the city. Slay a giant dragon in VR. All of these things, and so much more, are possible!
Before you start, you’ll need to select which game engine you’re going to build your VR project on. Obviously as a game developer yourself, you already know that you have two great options; either Unity or Unreal Engine.
Both are great in their own way. We’d recommend going for the one you’re already familiar with, but do keep in mind the two different engines. As you probably know, it’s easier to learn and build a project on Unity, and it’s especially good for someone who is building a project solo.
TIP: In fact, Unity is by far the most used engine when it comes to mobile development as unity accounts for 71% of the top 1000 titles on the market.
Wondering how mobile game development translates into VR game development? In terms of hardware performance and given the current limitations of standalone VR headsets, the optimization factor for applications on both mobile and VR are very similar.
Unity also has a really good community behind it, you can find a lot of information on Unity from Discord, and be part of a good community, which in itself is a huge advantage - something we will cover later in this article.
While all these points make a solid case for choosing Unity as the game engine to build your project on, don’t feel like Unreal has no advantages of its own; after all, it comes with great graphics, along with the blueprints system that works well for non programmers who wish to build something functional.
And if you search for VR game jobs, chances are you will see either Unity developer or Unreal developer required.
So keeping all that in mind, choose the engine of your choice and start the development process. Although, it’s worth bearing in mind that in this article we will focus more from a Unity developer’s perspective.
Once an engine is selected, the next step is to choose which type of XR experience you are going for. You have two options; you could either go for a standalone application, or you could opt for a webXR experience.
There are pros and cons to both approaches. If you go for a standalone application, you are relying on the VR platform of your choice; let’s assume it’s Oculus Quest 2 (or Meta Quest). Then, anyone who wants to test out your project would first need to install it in their Quest. That’s not too bad.
TIP: You can find various sites to upload your project; you could use sidequest and upload your project there, or you could upload it on itch.io.
You could also choose to work on a webVR project. Although this is something relatively new and there still needs to be some work done for polishing the development process, it is still very possible to build a webVR experience. The advantage of using webVR is the fact that anyone can play your project on their VR device without needing to install it. Which is great, though keep in mind that the visuals and the power that we can utilize from a standalone VR application is far superior then the webVR experience.
When importing game assets, there are certain things you need to look out for as a VR game developer - let’s go through them one by one (don’t worry, we’ll go through some of these topics in detail in the optimization section later).
Navigation: This is vital for any game. In VR, the two most commonly-used techniques are either teleport or direct movement. With teleportation, you can use your touch controllers to point towards the ground and press the trigger to teleport there, or you could go for the conventional movement from the joystick or touch controller.
Interaction: In VR, interaction is one of the biggest immersion points, so utilizing that you can go for the physics-based interactions, or for the reach assisting interactions. For physical interaction, you would need to be close to the objects where you could touch them, and only then would you be prompted to interact with them. The alternative would be to point towards something that can be interacted with and click on it to interact, without needing to be physically close. Depending on the project, you might choose one, both, or a combination of the two.
Room scale or stationery: Although most games nowadays have the option to work in both a room scale or stationary position, it is still better to know the difference between the two. For instance, from a gameplay perspective, let’s say you were making a car racing game; it would be better in a stationary position. A cover-based shooter, on the other hand, makes sense for the user to have the ability to move around the environment a bit.
Sound: Although it’s something which might be overlooked in a standard 2D game, sound plays an important role in a VR game. In VR, the audio is binaural; in other words, each ear is fed a different audio signal to create the perception of a three-dimensional sound effect. This plays a huge role in immersing the player in the virtual environment. So, when setting up audio in your game, make sure to keep that in mind, and utilize audio to its full capacity.
For example, imagine a VR game where you are in a hallway; suddenly you hear footsteps coming towards you from the darkness in front of you. You can’t see anything, but the audio alone will be enough to make you feel like something is coming. So, if audio is used wisely, it could add so much depth to your project.These are the basic gameplay mechanics you should be focusing on, but for further information as to how to jump start your project in unity, we recommend looking into the XR Interaction ToolKit package from Unity.
It’s still a work in progress but this package provides great build in support for basic VR mechanics and something we recommend looking into.
For a VR game, optimization is of utmost importance, even for prototypes. If the FPS of the project is low and the project is barely playable, it defeats the whole purpose of making a portfolio project.
And, to the recruiters, it might just look like sloppy work and a rushed project put together. And if you are interested in being a VR game designer then you must know how to optimize as most companies make sure their assets are well optimized before use. And if you're looking for VR game designer jobs then knowing Optimization is a must have.
Since optimization is an extensive topic, we have covered that in detail in our Optimization Article.
Design your game to allow for the player to be able to play it both by sitting somewhere, or by standing. If the player is sitting then the height of the player in the game will be adjusted accordingly.
TIP: It might seem like a lot of extra work, but if you want recruiters and other players to experience your game project then make sure it’s easy for them to access and use wherever they are.
Another thing to look out for is navigation in the game, and how the player moves around from point A to point B. As a rule of thumb, the easier the better. As discussed earlier, there are various ways to navigate around a VR environment. Choose the design that works best.
Lastly, how do the players interact with the world? If they interact with things by first going near the objects and picking them up, it could be more fun but time consuming. While picking up objects from distances might not sound as fun, but it can be if implemented right - and much faster as well.
See if you can find the sweet spot between the two.
As the heading suggests, try to make sure the player is not going up and down too much, and if we want the player to have certain scenarios where they have to navigate vertically, try to limit it as much as possible.
There is a great talk that goes more in depth about VR navigation on GDC, where the level designers of Blood & Truth talk about how they designed their levels and how the player could navigate in them.
One of the important things they mentioned was that since their game was a cover-based shooter, they made sure that when the player would move from cover to cover that there was not too much vertical difference between each cover.
For example, if the player is crouched and in cover, then most of other nearby cover areas were also crouching positions instead of standing, as a way to minimize vertical movements.
Given all that is discussed above, for newcomers to VR development, it all might seem a little overwhelming. It’s always best to have a clear roadmap and someone who can guide you in your journey to becoming a VR developer.
Though you could do it alone, and self-teach yourself from online resources, it would take years to learn properly. Here at XR Bootcamp we teach our students from the very basics to them building their own projects in just four months. Our VR game development course is designed to work with any skill-level developer and gives you the freedom to come up with your own unique ideas to work on.
You might be asking yourself, is that really possible - to become a VR dev in just 4 months? It is in fact possible; the only thing we require from our students is the willingness and eagerness to learn and be prepared to work hard.
Here are some of the projects our students made with just four months of learning our VR game development course, while still having full-time jobs.
One thing that you will find is that VR development is still in the process of refinement, and things and tools you learned just a few months ago might not be up to date. The XR world is evolving at a rapid pace and to keep up with it, you will need industry experts who can guide you and let you know which trends to look out for and what skills to develop.
Here at XR Bootcamp we can help guide you regardless of your current skill level and bring you up to date with the latest tools and skills needed to excel as an XR developer, and unlike any other VR game development course, each student is given individual care. Our experts work with your skill level and bring you up to speed faster than you can imagine.
Feel free to check out our courses here. Alternatively, feel free to join the XR Creators (free) discord server to ask any XR development questions you may have to the >2500 XR developers actively engaging in the channel!