Forum rules - please read before posting.

[Bug] ActionInputCheck.cs

Howdy. The check for a singletaporclick or a doubletaporclick does not work.

Looking at the code, I found that the override function CheckCondition() has [ if (inputName != "") ] before the switch statement
However, the inputName variable is always empty if the InputCheckType is for SingleTapOrClick or DoubleTapOrClick.
Should change the conditional to: if (inputName != "" || checkType == InputCheckType.SingleTapOrClick || checkType == InputCheckType.DoubleTapOrClick)

Cheers

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.