How to download unity vuforia app to phone
We will be using a marker based approach for making our AR app for mobile devices. In the next tutorial, we will be adding cardboard support. This acts as an origin for augmentation. Once recognized, content can be displayed with respect to it. To use Vuforia with Unity, we will need to do two things:. A license key is a unique ID which is required to create an app in Unity which uses Vuforia. We will be prompted with a page like this one:. The next step is to set up an image as a target. Next, we will need to add images to the newly made database.
Vuforia supports various kinds of targets like single image, cylindrical, cuboidal, 3D image etc. We click on our database called MyTargets and then press the Add Target button.
Note, that Vuforia is a great SDK for 3D models as it supports lots of target types single image, cylindrical, cuboidal, 3D image, etc. We also have to specify the target width value in scene units. Use Show features tool to highlight those points in image. Now, as a database exists and has a target image, we can import it for our project by clicking the Download Database button.
Select Unity Editor and download. Then we open Unity3D platform and create a new project for augmented reality models. We specify the location on the PC and select 3D type for our animation. Next, we have to import the Vuforia-Unity package and the database with our targets. Our corresponding data set and kit, are these: mytargets. For our demo project, we have prepared a rough 3D model of a stunning knight with armour, imagery courtesy of Dmitry Solonin.
Now it is time to add and configure a camera tool for AR animations in our Unity project. Then assign it the next coordinates:. We should also remove the main camera from the scene Hierarchy panel, right click and delete and leave the ARCamera only. The following step is adding our knight model to the scene. The package will automatically add the latest Vuforia Engine version to your Unity project. If this menu is not shown, this means that you did not install Vuforia with Unity Unity versions before Start by adding an ARCamera.
This is a Unity camera game object that includes the VuforiaBehaviour to add support for augmented reality apps for both handheld devices and digital eyewear.
The ARCamera contains its own Camera component. The Main Camera is not needed unless you are using it to render a specific camera overlay, e. Please refer to Features Overview for more information on all of the capabilities offered by the Vuforia Engine. The steps below continue to set up a basic Vuforia AR scene. When a target is added, it will appear in the Hierarchy. We currently have not added a database with Image Targets to the project. Vuforia will therefore ask you if you wish to Import Default Image Target Database in a pop-up window.
Choose between:. NOTE : Due to the file size of the Vuforia Engine package, downloading it it may take some time to complete, depending on the speed of your internet connection.
Vuforia Engine is offered through a downloadable. In case you have downloaded the Vuforia Engine package for Unity before, it is also possible to add the tarball.
0コメント