- Home /
Question by
kaharoth · Jun 05, 2019 at 03:55 PM ·
button trigger eventsappletv
Strange behavior with Button.onClick when running on tvOS
I have strange behavior with Button.onClick when running on tvOS after I upgraded to Unity 2019.1.5f1, the latest release. I create a new GameObject and attach a Button (Script) component, then In the On Click () section I add an action defined in my GameObjectBehavior.cs script. The action is called one time as expected when I am in iOS or in Unity Editor. However in tvOS the action is called multiple times when keeping the Apple TV Remote button pressed. Is this a new expected behavior?
Comment