You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As the title says, as soon as I activate the physics motor, any TouchScreenButton stop working,
To Reproduce
Steps to reproduce the behavior:
Open project.
Run and click the button that appears.
In console, should print "BUTTON IS BEING PRESSED"
Enable Rapier2D physics motor.
Run again and click the button.
Now console does not print the message any more
Expected behavior
Console, should print "BUTTON IS BEING PRESSED" even with the motor enabled.
Describe the bug
As the title says, as soon as I activate the physics motor, any TouchScreenButton stop working,
To Reproduce
Steps to reproduce the behavior:
Open project.
Run and click the button that appears.
In console, should print "BUTTON IS BEING PRESSED"
Enable Rapier2D physics motor.
Run again and click the button.
Now console does not print the message any more
Expected behavior
Console, should print "BUTTON IS BEING PRESSED" even with the motor enabled.
Environment:
Example project(zip)
blank_test.zip
The text was updated successfully, but these errors were encountered: