cancel
Showing results for 
Search instead for 
Did you mean: 

poke interaction problems.

BeatBLOX2508
Honored Guest

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 1

abdulist
Explorer

i usually use Interactable Unity Event Wrapper components to setup a event trigger. this is how I set it up

 

abdulist_1-1739902595933.png

when hover:

abdulist_2-1739902673729.png
when select:

abdulist_3-1739902745745.png

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)