Skip to content
main.tscn - 2dog - Godot Engine

Your files, exactly as they were. The hosts sit beside them as .gdignore'd siblings.

2dog logotype: a happy white dog over the word 2dog

Start, control, embed

Godot inΒ .NET

Keep your scenes, scripts, and editor workflow.
Gain an entire ecosystem.

2dog 4.7.1.65

I Have a Godot Game

# no install needed, just use .NET 10's dotnet tool execute (dnx)
dnx 2dog add MyGame
cd MyGame
# if you created a browser host in the tool, try:
dotnet publish MyGame.web
What 2dog adds β†’

I'm Starting Fresh

# the 2dog tool will walk you through creation of a new project
dnx 2dog new MyGame
cd MyGame
# there's also dotnet templates:
dotnet new install 2dog
Template options β†’