Question by
borutkolar · Jan 06, 2018 at 05:12 PM ·
vranimationsevent triggeringpointer
OnPointerEnter
I am working on a Unity project that uses Google VR (GVR) SDK. Among other things I am using Event Trigger - OnPointerEnter (white circle that is displayed in Game mode) which triggers various events. I also want to use that Pointer to trigger an animation - so that when the Pointer enters an Gameobject animation starts to play (I want to use EventTrigger - OnPointerEnter component on Gameobject). I am using Animator component with Gameobject controller but I don't know how to do it. Does somebody have any suggestions?
Comment