Godot Version
4.2.2
Question
Hello everyone I am ready to work on my first complex game specifically an action rpg that as a close reference has the tales of phantasia.
Until now I work in godot with gdscript but for this project i don’t thing it’s enough( taking the all the calculations needed, AI for the enemies and party members and rendering everything) so I research a little and I get a lot of mixed signals, some says gdscript is enough, others gdscript with gdextension or on the other side with mixing gdscript and C# or fully C#.
I want to ask for this type of game which is a good option and how i can aproach this with tutorials or something to give me an idea how I should structure the code?