this post was submitted on 20 Sep 2023
695 points (99.3% liked)

Technology

57472 readers
3655 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

AppLovin’s attempts to acquire Unity last year turned sour when Unity opted for a merger with rivals ironSource instead . Now, in the ongoing shockwave of Unity's unpopular introductio...

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 11 months ago (3 children)

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.

[–] [email protected] 6 points 11 months ago (1 children)

Unity C# and Godot C# havr different APIs and writing in GDScript is best practise in godot afaik

[–] [email protected] 3 points 11 months 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.

[–] [email protected] 4 points 11 months ago

I mean, UnrealCLR exists

[–] [email protected] 4 points 11 months ago (1 children)

Pretty sure Godot has it's own scripting language (hence the prompt converting all the C#/JS code from Unity).

Unreal is C++ but it's also another commercial proprietary engine, so they could rug-pull in the same way.

[–] [email protected] 2 points 11 months ago

Godot supports C# as well as its native python-like GDscript.