godot-docs-l10n
godot-docs-l10n copied to clipboard
[Chinese translation]VisibilityNotifier2D is missing in Godot 4.3, replaced by VisibleOnScreenNotifier2D?
In Godot 4.3, I noticed that VisibilityNotifier2D
is no longer available. It seems to have been replaced by VisibleOnScreenNotifier2D
.
Is there any official documentation that highlights this change? I believe this might confuse users upgrading from previous versions of Godot, as it’s a significant change in node naming and functionality. It would be helpful to have this explicitly mentioned in the documentation or upgrade guides.
Would appreciate any clarification or confirmation on this change.