How the 3D object on target target collide with the 3D game object of UI?
![Object on target marker and 3D game obejct of UI][1] [1]: /storage/temp/112605-1.png From this image, the bottle(game object) is moving down from the top of the screen when the target marker is...
View ArticleOnce Trackable Library is found, How do I set a permanent Timer on the...
I want the Augmented objects to be set for few seconds once the Marker is found.
View ArticleHow the 3D object on target image collide with the 3D game object of UI?
![alt text][1] [1]: /storage/temp/112653-1.png From this image, the bottle(game object) is moving down from the top of the screen when the target marker is tracked and the garbage bin appears. The...
View ArticleRecognition of the hand of his gesture
Hello everyone, I wanted to know if anyone can give me some advice on how I can do so on unity, without using vuforia to recognize the hand, in particular. To recognize two particular gesture: 1)...
View ArticleIs it possible for 3D objects collide with each other in screen space when...
Currently, I'm making a AR game for school assignment. It is possible for two 3D objects collide to each other in screen space based on their screen space position since they have only the same x-axis....
View ArticleVuforia Image Target detection problem
I know that so many questions related to this topic have been asked by many users, but I am unable to solve the problem. The required settings are done as follows: - Database is activated. - Database...
View ArticleIs it possible to have a augmented reality application where the user can...
I am creating a android mobile AR for a museum where the staff can add the new artifacts information and also can take a photo with its target. So it can be dynamic. Thank you for your answer :)
View ArticleJumping/Jerking issue in Unity Vuforia markerless app
Hi Everyone, I am trying to create a markerless app using Vuforia with Unity 3D. I am using 3D objects in the app. When I mark a place to placed the object, sometime I can able to feel that the object...
View ArticleHow increment only once in function Update
void Update() { currentRubbish = rubbish[currentY][currentX]; Debug.Log("Name tag of current rubbish:" + currentRubbish.tag); rubbishScreen =...
View ArticleHow can I make my Unity Vuforia AR app launch in portrait mode for an app...
I am making an app which is intended to be in portrait mode but I am unable to get the app to launch in portrait mode through Unity's settings because the Unity Player settings indicates that the app...
View ArticleCan't build UWP app that uses SQLite.
Hi! I'm currently trying to build a UWP app that uses SQLite. Upon build however, I'm confronted with errors that look like nothing I've seen before: [...]...
View ArticleMy object doesn't appear in Eyewear with vuforia
I charge my object from a local route on my computer. The object loads correctly in the unity editor, but when I run it in the glasses it does not appear, it detects the target but nothing appears.
View ArticleCamera target display disapear in ui
Im developing on unity 2017.3.0f3 on android platform im create canvas with render mode 'screen space -overlay' but in main camera i have no target display to choose... its ok if im using 'screen...
View ArticleHide virtual object behind real object detect by Vuforia
Hello, I use Vuforia with Unity and I add virtual 3D cap on a real pen (model target). The pen isn't a 3D object. The detection is very good but the virtual object isn't hide when real object is...
View ArticleRandom get element from a jagged array
//Column public GameObject[] plastic; public GameObject[] paper; int x; //Row public GameObject[] sort; int y; public GameObject[][] rubbish; int currentY, currentX; // Use this for initialization void...
View ArticleVuforia Camera Lag when merging GoogleVR and Vuforia AR [Help Me FIX it Guys!...
Hi guys, I'm building an XR project using Google VR and Vuforia AR. And when I mix it together, the graphics got Lag where the camera is pointed at, Maybe it's because the AR camera is rendering our...
View ArticleHow do I download a vuforia datatbase at runtime ?
I just want to download a datatbase at runtime and use it later. How can I achieve this? Will simply downloading the xml and dat files help?
View ArticlePlay mode ARCamera not working in Vuforia
I am using Unity 2017.3.0p4 (64-bit) and Vuforia 7.0.47, and I am having trouble debugging an Android game with AR. The thing is, that when I build the game and test it on the phone it works perfectly,...
View ArticleUnity AR Vuforia loadAsset - Array index is out of range - URL problem
A noob really need help here... I keep getting this error log: IndexOutOfRangeException: Array index is out of range. .. loadAssets.Start () (at Assets/loadAssets.cs:42) And the script: void Start() {...
View ArticleAndroid app stuck opening url
I build a simple android app using unity & vuforia, i just want my app to redirect the user to a url from the browser when it detects the image target. It's working fine at the beginning, but after...
View Article