area input_event is not working?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ville

With Godot 3.1 I can’t get input_event working with Area node (3D). Connection is made and I can play the project but it doesn’t react to mouse input. If I change the node type from Area to StaticBody, input event starts working.

:bust_in_silhouette: Reply From: TyTYctA

you need to enableinput_ray_pickable

input_ray_pickable = true