#C# | Script functionality on Node

1 messages · Page 1 of 1 (latest)

humble steppe
#

You simply cannot have a script that only inherits Node functionality on a Node3D.
The Node3D is trying to use functionality that its script is missing.

#

In GDScript i think it works due to how dynamic it is. But C# is more strict.