Using the very basic example gives error at the line :
car.instance_set_property(my_car, "make", "Batmobile")
Error:
Invalid assignment of index '1' (on base: 'PackedStringArray') with value of type 'String'.
I am using Godot 4.4, I am not sure if it works in older versions.
Using the very basic example gives error at the line :
car.instance_set_property(my_car, "make", "Batmobile")
Error:
Invalid assignment of index '1' (on base: 'PackedStringArray') with value of type 'String'.
I am using Godot 4.4, I am not sure if it works in older versions.