Invalid call. Nonexistent function 'new' in base 'Nil'. if...
Godot version 4.0 RC 3 System information Macbook m1 Issue description If I normally use: Skeleton2D.new() if works. If I use: @export_group("Skeleton2D") ... Skeleton2D.new() I get error:Invalid call. Nonexist