Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

VUFORIA with UI Panel and Button Problem

Discussion in 'Vuforia' started by Ejaay, Aug 21, 2019.

  1. Ejaay

    Ejaay

    Joined:
    Aug 21, 2019
    Posts:
    13
    I am sorry BEGINNER HERE!
    I do have Multiple Targets on my hierarchy
    I wanted to give INFO to my First Image Target

    Brief Explanation:

    1. Scanning the Image Target then shows 3dObject or Video
    2. A Button appears when 3Dobject or Video is showed
    3. The Button is called INFO ( using a PANEL to show the information of the First Target )
    when button is tapped it will show the PANEL of INFO

    QUESTION: How can i show the specific Panel of INFO from a specific Image Target by the camera ("THE INFO is TOGGLED in a button) and NOTE: I have multiple targets



    Hope someone can help!
     
  2. Sika_MC

    Sika_MC

    Vuforia

    Joined:
    Jul 17, 2019
    Posts:
    96
    Hi,
    A good starting point for beginners is the Vuforia Core sample app. All the things that you want to achieve are shown under different scenes. ex. for the buttons, you have the virtual buttons scene. Please download it from the unity asset store and go through our code and examples.
    Thank you.
    Vuforia Engine Support
     
  3. Ejaay

    Ejaay

    Joined:
    Aug 21, 2019
    Posts:
    13


    Yes i am using the Vuforia Core Sample in the asset store. I need a little help on how can i show the SPECIFIC PANEL for a SPECIFIC TARGET.

    Here is a snip of my work. When i scan a Food it will show an Object after that if i Tap or Click the INFO button it will show the Description of the Food. I need help on how to do that. NOTE: I have multiple targets.

    A different kind of food so it will need a different INFO for every food

    THANKS in advance
     

    Attached Files:

    • 1.PNG
      1.PNG
      File size:
      51.6 KB
      Views:
      496
    • 2.PNG
      2.PNG
      File size:
      48.9 KB
      Views:
      527