697
No love lost: AppLovin helpfully releases tool to switch from Unity to Godot or Unreal
(www.pocketgamer.biz)
This is a most excellent place for technology news and articles.
It's interesting to me that articles mention godot before unreal. I mean this is not the first time I see it
That's because both Unity and Godot use C# while Unreal uses C++ for development. It is much easier to move from Unity to Godot since they use the same language for development. Moving to Unreal basically means starting over.
Unity C# and Godot C# havr different APIs and writing in GDScript is best practise in godot afaik
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.