Перейти к содержимому

Godot 3 (C#/.NET)

Опубликовано: The Godot Engine Community

Easily create 2D and 3D games

Открытый исходный кодMIT

Часть этой страницы показана на языке оригинала, потому что перевод не закончен.

Основное

  • Game logic can be written in C# through the bundled .NET module, or in GDScript.
  • Scenes are assembled from a node tree and can be nested inside other scenes.
  • The editor includes separate 2D and 3D workflows with animation, physics and UI panels.
  • Projects are exported to target platforms from within the editor.
  • This is the Godot 3.x branch, with an API and project format separate from Godot 4.

Об этом приложении

Godot 3 (C#/.NET) is the 3.x line of the Godot game engine, packaged with the .NET module enabled so that game logic can be written in C# alongside the engine's own GDScript. It provides an integrated editor for building 2D and 3D projects: a scene tree in which nodes are composed into reusable scenes, a 2D canvas with sprites and tilemaps, a 3D viewport with meshes, lights and cameras, plus panels for animation, physics bodies, audio buses and user interface controls. Projects are exported to platform-specific builds from the same editor.

The 3.x series is the older branch, distinct from Godot 4, and keeps its own API and project format; scenes and scripts written for it are not interchangeable with the newer line. Teams maintaining an existing 3.x codebase, or relying on plugins that were never ported forward, are the usual audience for this build. This package targets Linux only.

The engine is published by The Godot Engine Community under the MIT license, which covers both the editor and the games produced with it.

Linux

Мы не размещаем этот файл у себя, не сканируем его и не изучаем его содержимое. Прочитайте, что пишет источник, и решайте сами.