When tried to set my mouse cursor using 'Set Mouse Cursor' action, I got this error:
InvalidOperationException: [b]You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings.[/b]
UnityEngine.Input.get_mousePosition () (at <b8044150aae1441db20439e75581176c>:0)
PlayMakerGUI.OnGUI () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/PlayMakerGUI.cs:518)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
How to fix it?
[Unity 2021.3.6f1]
[PlayMaker 1.9.5f3]