Note: This message is awaiting approval by a moderator.
EDIT:I kept working on it, and I did reset my hierarchy kind of like in the picture, and the touch input did work. I was wondering, how do you guys set up your 3D GUIs with Vuforia?EDIT 2: I Uploaded my hierarchy so you can see how I did it. I had to rotate my UIRoot (the script is disabled, thou).This is kind of a follow up to this thread:
http://www.tasharen.com/forum/index.php?topic=5825.0I am trying to do a Vuforia Target with NGUI buttons, so I can interact with those objects.
As you can see, I attached my hierarchy.
I have a 3D GUI inside of my Target object, but the GUI has the root (which resizes) disabled.
My GUI camera is childed to the ARCamera, and it has the "
http://www.tasharen.com/forum/index.php?action=dlattach;topic=5825.0;attach=2677CopyProjectionMatrix.cs" script attached to it, pointing to the ARCamera.
The GUI detects the mouse hover, and it moves along the target rotation; however, it does not detect on click, any of you have any idea why?