Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Acavodo on February 10, 2020, 08:30:06 PM

Title: Nintendo Switch Playmaker Ui button?
Post by: Acavodo 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.
Title: Re: Nintendo Switch Playmaker Ui button?
Post by: jeanfabre 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