Time Saving Tools One of the original task’s programmers were faced with was to take a repetitive thing like solving math equations and cut down the time people were spending doing them by hand. The fact that programming can reduce the amount of time people spend on tasks is very valuable when considering long term projects like making games. It is easy to get caught up in thinking that things are just the way they are when considering something repetitive and time consuming like iteration during development. However, when discovering tasks that you or your fellow devs are spending a lot of time on over and over again, it can be valuable to consider that there may be a more efficient way of doing things. And the cool thing about being a programmer and technology in general, is that there is always a more efficient way to do things. Only sometimes the time to develop a solution might take longer than the project will allow. Therefore, it is important to weigh the cost of dev...
A hopefully helpful dev blog for fellow VR game devs to see how we have overcome bugs, design blocks, and overall challenges of VR.