disable nodes not seen by the Camera2D

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By PerduGames
:warning: Old Version Published before Godot 3 was released.

what is the best way to disable objects not seen by the camera?

:bust_in_silhouette: Reply From: VitaZheltyakov

You need use “VisibilityNotifier” node

Does using this node perform better than checking the position of each object if it is in camera2d?

PerduGames | 2017-09-02 13:54