playMaker

Author Topic: Nintendo Switch Playmaker Ui button?  (Read 1018 times)

Acavodo

  • Playmaker Newbie
  • *
  • Posts: 7
Nintendo Switch Playmaker Ui button?
« on: February 10, 2020, 08:30:06 PM »
Hello Im currently devloping a game using Unity 2018.4.15LTS. with playmaker 1.9.0 p19

Android, IOS works fine with touch buttons(UI button on click event) but

When I build to EDEV(Nintendo Switch Dev kit), touchscreen seems not working at all... any idea what im doing wrong?

Thank you in advance.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Nintendo Switch Playmaker Ui button?
« Reply #1 on: February 17, 2020, 02:02:10 AM »
Hi,

I would make a simple scene and debug the touchcount value on screen and similar tricks to make sure it's all working, then move on to more complex features, maybe there is a bug in your logic that prevents your game to run properly, and it's not necessarly an issue with the touch system itself.

Bye,

 Jean