I am thinking to use GDScript as the main language and then mix in C# for performance improvements if really needed it.
Is this a good strategy? Can a node have both GDScript and C# at the same time?
If I mix C# how much bigger will the App grow due to additional runtime?
What performance areas is C# superior to GDScript?
Thanks!