abhishek17
abhishek17

Reputation: 19

Transform Non Augmented Reality game into Augmented Reality in Unity

I was working on the project of unity 3d but then i started learning AR/VR in unity so i want to convert some of my projects like roll a ball and paper toss into Augmented Reality so Is there any way to convert any Non Augmented Reality into Augmented Reality..?

Upvotes: 0

Views: 803

Answers (2)

Pablo
Pablo

Reputation: 1091

Check out Onirix, It's a very easy but also powerful platform to create Augmented Reality experiences, and it provides a Unity SDK.

What you should do with your game is attach the 3D content to any AR anchor (an image marker, surface, etc).

Upvotes: 0

zyonneo
zyonneo

Reputation: 1389

I think you need to Integrate them to Vuforia,ARCore or Arkit.If you integrate your project in Vuforia you can take Android and IOS builds.Arkit is for IOS AR apps and Arcore for Android AR builds.You can make a prefab of all the elements you want in a scene.Drag and drop those prefab into which sample scenes containing SDK(ARcore,Arkit or vuforia)for which you prefer for taking out builds.There are sample examples scenes in those SDKs.Drag them into any scenes and take build.

Upvotes: 1

Related Questions