PTCInc / vuforia-engine

Bug and feedback issue tracker for the Vuforia Engine SDK
https://developer.vuforia.com
19 stars 0 forks source link

There is no Add Virtual Button in Image Target #116

Closed semi67764 closed 5 months ago

semi67764 commented 5 months ago

image

where is it?

and why youtube tutorital just let us know click "Add Virtual Button", even there is nothing

ptc-pscheper commented 5 months ago

Virtual Button were deprecated since August 2023 (10.17) and were removed last month (v10.22). Here are some recommendations:

Because this is a deprecated and removed feature I will close this ticket. If you wish the feature to be returned, you should create a feature request and share your use-cases for our product management team to consider the feature.

semi67764 commented 5 months ago

Thanks you may i ask you 1 question more? Is there any Youtube Link? like video tutorial about Virtual Button

2024년 4월 25일 (목) 오후 5:05, Patrick Scheper @.***>님이 작성:

Virtual Button were deprecated since August 2023 (10.17) and were removed last month (v10.22). Here are some recommendations:

  • Use a Canvas set to World Space, attach it as a child to the Image Target GameObject, add a UI button, and use ray-casting to let users trigger it by tapping on the screen.
  • Create runtime image targets for the cropped sub-sections of the original Image Target and then check if the whole target is being tracked but any of the sub-targets are not.
  • Run a hand-tracking solution like MRTK and use that to figure out if a finger occludes an area of the target.

Because this is a deprecated and removed feature I will close this ticket. If you wish the feature to be returned, you should create a feature request and share your use-cases for our product management team to consider the feature.

— Reply to this email directly, view it on GitHub https://github.com/PTCInc/vuforia-engine/issues/116#issuecomment-2076608060, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFWRGPDQ6DCVF5TRH4Z2OJDY7C2MVAVCNFSM6AAAAABGX7BSG2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGYYDQMBWGA . You are receiving this because you authored the thread.Message ID: @.***>

ptc-pscheper commented 5 months ago

Unfortunately there are no YouTube tutorials how to use one of the workaround as of today as far as I know.