Augmented Reality and GPS
Hi, I have to create a Augmented Reality App [as shown here][1]. I want to Augment pipes when the camera is open. Different combinations must be Augmented depending on the directions. How can I achieve...
View ArticleOnBecameInvisible() not working on AR Object
Hello everyone, I have an AR Spider, which I added to my scene using Vuforia. I need to count how many seconds this object was visible by the user. I know in order to do something if the object is...
View Articlecreate a primitive plane with specific size with unity
Hi, i have a problem How can I create a primitive plane in unity3D C# with specific size? I am trying with this code: GameObject plane = GameObject.CreatePrimitive (PrimitiveType.Plane); GameObject...
View ArticleSaving collection of viewed elements in Vuforia
I have a scavenger hunt going where you find 9 different elements. Only 4 have the special 'token'. When you view the specific elements there is a token on the bottom of the screen that shows up as...
View ArticleHow can I adapted a primitive plane to ImageTarget?
Hi, I have a question! I have a empty gameobject and I am loading a dataset (.xml,.dat) after loaded dataset(.xml,.dat), When I am running my application on Android I want to adapted a primitive plane...
View ArticleUnity 5.6.1 and Vuforia 6.2.10 are they compatible? what should i Do? please...
Im trying to make a User defined target Augmented Reality puzzle game, my problem is: 1.) When an object is tracked, all the gameObjects are Spawning but when i click the "FORWARD button"(this button...
View ArticleHow can I write arabic language in unity 5?
please , I need a help . Unity 5 doesn't support arabic language . the word apear like seperated letter only .I need any method help me to write arabic. I find one plugin but It compitable with unity 3...
View ArticleLoading AssetBundle - The Object you want to instantiate is null
I'm loading asset bundle to Image target (vuforia) and it's working with small stuff like cubes etc. But I have problem with loading bigger AssetBundle. using UnityEngine; using System.Collections;...
View Articlehow to appear UI button when ImageTarget detected?
Hi i study AR about vuforia SDK in Unity i try to when detect image target appear some buttons and click that buttons appear another object and information so i create button under ui, and built it...
View ArticleReal Car Detection through AR.
I need to detect real car from all angles through AR. I am trying to implement it with unity game engine and vuforia sdk. 1. We want to use cloud database in vuforia as we want to control database (i.e...
View ArticleUnity AR Vuforia 3D object
Hello, I am facing some problems , I put vuforia package in unity + package containing the 3d object scan (that was scanned using the apk provided by vuforia) Added ar camera to scene (delete default...
View Articlevuforia ar, how move object with touch only in zx axis?
there is a target and an object on it, i'd like to move object only in zx axis (freeze y), convert y coordinate on screen to z coordinate in world...freeze y in rigibody is not working.
View Articlewhy wont the trail worrk
i am making a game with vuforia and i have a trail system but when i run the game it does not show the trail, but it works when not playing!
View ArticleHow to fire a bullet when the image target was detected in vuforia.
Please help, how to fire a bullet when image target are detected in vuforia This is my bullet script. public class Gun : MonoBehaviour { public GameObject bulletPrefab; public Transform spawnObject;...
View ArticleHow to create dataset and target dynamically by fetching data from server
I am new to Unity . Please help me out. I am using Vuforia for making image targets and database to show augmented object. It works for me. But I have my own database where fields like imageurl1,...
View ArticleIs SAMSUNG GALAXY J7 Prime is compatible with unity ar applications?
Hello, I am going to start a new ar project with unity. I am looking for a cheap test device for project. I know unity has basics specifications on its site. But I want to be sure before buying test...
View ArticleOne image target show's it's own as well as other image target's UI button on...
please help me how i cant handle it i use two image target for two different models and in each image target i also include UI buttons when i track the image target it will show both the buttons , its...
View Article3D object scanning apps
Hi, I am working on a project for which I need a scanner sdk. something like Vuforias Scanner sdk, I did tried this vuforia but I am not satisfied with it . Suggestions are welcome :) thanx in advance.
View ArticleAndroid Vuforia dosen't download the asset bundle form a server
Hello, I'm getting problem with downloading Asset bundles on an android device from a Linux server.In Unity Player everything works properly but when I pass the project on Android, always show me this...
View ArticleDestroying a Model after a set amount of time (Vuforia)
Hi guys, Im creating an Augmented Reality app with Vuforia and Unity. I'd like to be able to display text via Image Target (a picture that gets recognized which then projects a 3d model for example...
View Article