How to interact with objects

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

Hello! I want to make game. I want to make interactions with objects. How I can do it?

You can use an Area2D or Area3D, as they emit signals when some objects enter them. I recommend you to try the Step by step tutorial on the official documentation, as this subject is covered there.

Joel Gomes da Silva | 2023-04-17 19:04