Comment on No love lost: AppLovin helpfully releases tool to switch from Unity to Godot or Unreal
KSPAtlas@sopuli.xyz 1 year agoUnity C# and Godot C# havr different APIs and writing in GDScript is best practise in godot afaik
Comment on No love lost: AppLovin helpfully releases tool to switch from Unity to Godot or Unreal
KSPAtlas@sopuli.xyz 1 year agoUnity C# and Godot C# havr different APIs and writing in GDScript is best practise in godot afaik
murtaza64@programming.dev 1 year ago
Yeah exactly, Unity and Godot both use C# the same way React and Svelte both use JavaScript. Definitely some level of transferability, but honestly worth learning GDScript in my opinion because it’s a simple language and a pretty good fit for game scripting, and the one that gets first class attention from Godot.