playMaker

Author Topic: [SOLVED] Get Mouse Button Down input delay  (Read 1405 times)

BiletM

  • Playmaker Newbie
  • *
  • Posts: 2
[SOLVED] Get Mouse Button Down input delay
« on: April 22, 2019, 05:28:27 AM »
Hi,

I have created a simple FSM to pick up objects by clicking the left mouse button using the Get Mouse Button Down action.
The FSM is attached to a Unity standard assets FPSController.

The problem is that every time I move the position(not rotation) of the camera(FPSController), it takes approximatly 1 second before the FSM registers the left click on the Get Mouse Button Down action, and is very noticable.

If I simply replace the Get Mouse Button Down action with a Get Key Down action, the input delay is non-existent.

This is using Unity 2018.3.3f1 and Playmaker 1.9.0.

Any ideas?

SOLUTION EDIT: It appeared that this delay was not occuring when using the right mouse button. Decided to test out a external USB mouse instead of the laptop mouse button, and sure enough, no delay anymore.
Very weird as the left mouse button on the laptop does not have any delay outside this. This was on a Razer Blade 2017 in case anyone encounters the same issue.
« Last Edit: April 22, 2019, 06:12:03 AM by BiletM »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: [SOLVED] Get Mouse Button Down input delay
« Reply #1 on: April 22, 2019, 10:24:42 AM »
Hi.
Could you test in a build also?

And you could send a bug report to unity?
It seems to be a unity bug and not a PlayMaker bug :)