this post was submitted on 19 Sep 2023
58 points (100.0% liked)

Godot

5925 readers
157 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 1 year ago

Even the example shows it's not outputting valid gdscript. Using AI for this task is bollocks. Godot uses C# and while it's not a direct 1:1 copy, you can keep most of your existing game logic. https://docs.godotengine.org/en/3.1/getting_started/editor/unity_to_godot.html besides if you are porting your game to Godot, you want to actually understand and know the changes going on.

Here is some tools to make your life easier though:

https://github.com/V-Sekai/unidot_importer

https://github.com/barcoderdev/unitypackage_godot

https://www.youtube.com/watch?v=N3oWEBRv9SE