Loading video...
Video Failed to Load
Remember YuGodot? My first #Godot game! Happy to say it's now open source. We've also rewritten all C# code to GDScript and converted fbx to gltf for easy portability. Intending to build a bit on it so stay tuned 😉 #gamedev
10 Comments

Thankuuuuu somuchhhhhhh

Ah, I was looking for it some time ago because I'm interested to see how you handle the raycasting/suspension thing. Thanks.

It's a very basic spring and damp system as you can see

Nice, Godot must stay open source, the big corporation and big money right now have a significant impact on Godot engine

Any reason why you’ve rewritten everything to GDScript? Never used Godot but plan to look into it soon 😄

GDScript is much more tightly integrated with Godot, it takes no time to compile, and you can run it on any platform without any dependencies (C# requires a devkit). Cons are that is prolly slow for big projects and no type safety so lots of runtime errors if not careful

How did you converted your assets to gltf? Did you map the textures manually?

Opened the source files in blender and exported to gltf, added them to project, and replaced the models 😊 I was lucky that there's just like 5 models in the whole game. But there is also an fbx to gltf utility:

Great, ty

makes no sense, should do another engine fork where all dodoscript is moved to c#

