Connect with us

Game Development

How to build Virtual Reality App with Unity Google Cardboard VR

Published

on

How to build Virtual Reality App with Unity Google Cardboard VR. With Google cardboard vr sdk for unity its really easy to build vr applications quickly and easily. The Google VR SDK for unity has been updated and gone on some major changs. I am using the old version of GVR sdk for unity in this tutorial. but i will show you how to use the new version as well, later in this article.  This is a very basic VR tutorial i am only providing a basic guild to setup VR scene for people who are new to GVR. And I am hopping to do some advance tutorials on GVR in the future. You can also watch my youtube tutorial on my youtube channel. Lets get started.!

Create VR app with GVR version 1.4v and below

First Download the Google Vr SDK I have used ln Gvr SDK n this tutorial.  In GVR version 1.5 and above there are some major changes in the SDK lets discuss those changes in the latter part of this article. download this version of the Google VR SDK for unity.

Then open unity and create a new unity project. Delete everything in the scene.Then you have to import GVR unity  package in to unity project. to do that, go to assets-> Import package-> Custom package.

create vr app with unity

After importing the unity package, you can see all the GVR assets will be imported to the scene. Import the GVRMain camera in to the scene from folder Google Vr –> Prefab–> GVRMain

Now its time to build your scene around the GVR camera.  Be creative and come up with some cool scene that you can enjoy in VR. You can also add some script to transform the location of the GVR camera which will allow to observe the environment while moving around in the scene. After building your scene click on build project in file menu tool bar.

Then change the build platform to Android and click switch platform to change in to android platform. Then change the build settings as shown below. change the android target API level to 4.4 or above. And also set run application on landscape mode. after changing the settings as mentioned above click on build button. then select the location where you want to save the APK and click save.  Now you have successfully build the VR application.

Continue Reading
1 Comment

1 Comment

  1. Elate

    April 6, 2021 at 3:13 pm

    Keep going to write so useful articles and also good that you have a lot of people who visits your website I can say it basede on the reviews you have here.

Leave a Reply

Your email address will not be published. Required fields are marked *

Game Development

Are battle royale-style games the new trend for the development of future games?

Published

on

Ever since video games were invented, people always wanted to compete against each other. That’s why some of the most popular games in the world focus solely on putting people against one another. A good example would be League of Legends. And then you also have multiplayer shooters, as well as titles like Rocket League. But right now, the battle royale genre seems to surpass everything in popularity. Why does that happen?

It all started with Player Unknown’s Battlegrounds. Ever since this game was in Beta, it became a sleeper hit. But when it launched back in Spring 2017, it became a cult hit. The reason is simple, it offered a rather large map, you got to play against up to 100 other people, and your only focus was to survive.

Is It good from Developers Perspective?

From a development perspective, this is one of the simplest types of games you can make. You just need to create a very detailed map or two, polish those, add the right amount of weapons and make sure that everything functions properly. And then you can easily release the game and make a profit. This is why battle royale games became the ultimate cash grab around today.

Unfortunately, this cash grab approach has become so popular that just about all developers try to find a way to implement it in their games. There aren’t any AAA battle royale games right now, but both Call of Duty BO4 and Battlefield V have confirmed that they will have a battle royale mode in their games. In the case of COD, this means ditching the singleplayer.

So, unfortunately, people that do want a solid singleplayer experience have to wait because developers are more focused on a cash grab like the battle royale games instead of just making games that people want to play. Which is unfortunate if you think about it. The last thing you want to see is people unhappy with the games that they can find on the market.

The only battle royale that did things right is Fortnite. The game runs quite well, it’s rather well optimized, and it comes with some unique building mechanics. All of this managed to draw people to it, and the game gets more than $300 million per month. (according to the latest information about the Fortnite income for May 2018).

But is it a good idea to create only battle royale games?

There always were some genres that became super popular and they were surpassed by another trend. It seems that battle royale games are the primary trend today, which is ok for most players. But you have to realize that such games are mostly unfinished and they are just cashing in on a trend. Take Radical Heights for example. It was created by the Lawbreakers developer, and now the company is out of business, so people that paid for any founder pack won’t get their money back.

It’s safe to say that battle royale games are just a trend,  and many of them will most likely remain unfinished.  Sure, some of these are fun, but for 1 that’s fun, you have 10 copycats that just cash in.  And that’s unfortunate because there are lots of ideas with untapped potential that would fare a lot better than these battle royale games.

Continue Reading

Trending