Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: IIKII on February 03, 2020, 04:07:11 AM

Title: xbox controller cursor control
Post by: IIKII on February 03, 2020, 04:07:11 AM
Hi, how do I control the cursor using xbox controller?

Doesn't seems to work. Based on my research, not possible??
Title: Re: xbox controller cursor control
Post by: djaydino on February 03, 2020, 04:30:50 AM
mouse is handle by the OS.

For windows i did use this :

https://assetstore.unity.com/packages/tools/input-management/cursor-control-66097

and i have actions for it on my asset :
https://assetstore.unity.com/packages/tools/utilities/third-party-asset-actions-for-playmaker-130245

but for other platforms it will be harder to find something.
Title: Re: xbox controller cursor control
Post by: IIKII on February 05, 2020, 05:00:38 AM
The cursor control doesn't work, it doesn't trigger the mouse clicks.

I managed to get it working by creating a fake cursor and trigger UI buttons using raycast. That's the best I can do.
Title: Re: xbox controller cursor control
Post by: jeanfabre on February 06, 2020, 07:57:58 AM
Hi,

 you need the PlayMakerGUI gameobject in your scene for the cursor action to work.

do you have it?

Bye,

 Jean