Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
BeatBLOX2508's avatar
BeatBLOX2508
Honored Guest
10 months ago

poke interaction problems.

I am developing my first MR game using the All-in-one SDK, and I am confused. With the poke interaction, I am unsure how to make interaction trigger events. How can I do this?

1 Reply

Replies have been turned off for this discussion
  • i usually use Interactable Unity Event Wrapper components to setup a event trigger. this is how I set it up

     

    when hover:


    when select:

    basically u can put any interactables type to the Interactable Unity Event Wrapper. just drag it to Interactable View. hope this helps (sorry for bad English)