[Godot 4].Do I need to create one .gdextension file for each class?
I’m newbie in C++ and ofc in C++ for Godot. I don’t understand how do .gdextension work. Do I need to compile different .dll modules for each class or object ?
Updating data every frame in Godot C#
I want to update the data every frame, how do I do it?