Can't wait for Godot 4 release
In Unity you might do o.GetComponent<Health>() and do what you need if the component exists, how do I follow such a contract in Godot? Without implementing the same health logic for every script that might be damaged
Cannot make my free-look camera work well. Somebody has a code sample for that case? (Without nodes nesting, just camera having "target" property)