Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Kickstart Projects with Free Godot Assets

Discover high quality and Open Source assets for your next Godot project
The page banner background of a mountain and forest

Whats popular

GF Framework icon image
C76GN
GF Framework

# GF FrameworkGF Framework is a lightweight architecture framework for Godot 4. It helps larger projects keep gameplay code organized without taking over Godot's scene tree.It separates:- data and state in `GFModel`- gameplay rules in `GFSystem`- scene, UI, input, and presentation bridges in `GFController`- lifecycle-managed runtime services in `GFUtility`- pure algorithms and data helpers in `standard/foundation`- optional atomic gameplay extensions in `addons/gf/extensions`## Highlights- Managed lifecycle through the `Gf` AutoLoad and project installers.- Events, commands, queries, typed accessors, bindable properties, and lifecycle-safe module lookup.- Editor workspace for extension management, script templates, diagnostics, export filtering, and project tooling.- New projects start with only the kernel and standard library active; bundled optional extensions are disabled by default and must be explicitly enabled.- Standard utilities for storage, settings, audio, input, assets, diagnostics, UI routing, time, logging, and runtime inspection.- Foundation helpers for graphs, grids, pathfinding, hex grids, layer masks, tags, validation reports, formulas, timelines, variant data, and formatting.- Optional extensions for capabilities, action queues, save graphs, flow graphs, network snapshots, turn flow, interaction, feedback, camera, dialogue, combat, domain models, and physics helpers.- Optional AI Developer Kit for explicit project intent, version-bound API discovery, managed agent guidance, and approval-gated framework feedback without runtime dependencies.- GUT-tested maintenance suite and generated API reference.## BoundariesGF does not define your gameplay rules. It does not replace Godot physics, rendering, animation, UI design, or scene composition. Use it when you want stable architecture seams and reusable tools while keeping project-specific decisions in your own code.## InstallInstall the official Store package `gf-framework-9.0.1.zip`. It contains the full `addons/gf` addon folder: kernel, standard library, editor tooling, package manager, and bundled optional extensions. Optional extensions remain disabled until the project explicitly enables them, so the full package is the recommended first-install path.Copy `addons/gf` into your Godot project, enable `GF Framework` in `Project > Project Settings > Plugins`, then call `await Gf.init()` from your boot scene or use a project installer.Advanced modular installs are available from the GitHub Release. Download `gf-kernel-9.0.1.zip` only when you intentionally want a minimal bootstrap and will install additional packages through `GF Package Manager`, the Godot-native package CLI, a release registry, or an offline bundle. The minimal kernel package is not the recommended Store download for first-time users.Documentation: https://gf-framework.readthedocs.io/Source: https://github.com/C76GN/gf-frameworkLicense: Apache-2.0

Assets we Love

Explore more from Categories

Featured Categories

Newly Updated

Godot MCP Toolkit icon image
NPGameDev
Godot MCP Toolkit

AI-assisted Godot development via MCP (Model Context Protocol). This editor plugin connects your AI coding assistant to the Godot editor: it can create scenes, edit nodes and scripts, look up ClassDB, and drive playtests, in plain language.Features:- Write your own MCP tools in GDScript with the extension API. They hot-reload, and the agent sees them exactly like built-ins. C#/.NET projects extend the same way.- 112 built-in MCP tools for scenes, nodes, scripts, resources, editor state, ClassDB, and playtest control (150+ operations in total).- The startup tool surface is small and expands on demand via discover_tools, so the agent's context budget stays low.- Optional read-only mode (GODOT_MCP_READ_ONLY=1) that hides every mutating tool.- Session-token auth: the editor server binds 127.0.0.1 only, and every client presents the session token as its first message. Filesystem tools are boundary-checked: res:// for project files, user:// for the save.* tools; path traversal and absolute OS paths are rejected.- Works with any MCP-compatible AI coding assistant (tested primarily with Claude Code).Requires the companion MCP server bridge: npm install -g @npgamedev/godot-mcp-server (or npx). The README has full setup instructions.Desktop only (Windows, macOS, Linux). The server bridge needs Node.js 22+.Godot is a trademark of the Godot Foundation. This is an independent community add-on, not affiliated with or endorsed by the Foundation.Author: NPGameDev — [email protected] — https://npgamedev.comSource: https://github.com/NPGameDev/godot-mcp-toolkit

Godot-MCP icon image
IvanMurzak
Godot-MCP

Model Context Protocol (MCP) integration for the Godot Editor. AI tools in C#, cloud-connected to ai-game.dev.Godot-MCP connects AI agents (Claude, Cursor, GitHub Copilot, Gemini, or any MCP-aware client) to the Godot Editor so they can inspect and drive your project — create nodes, edit scenes, manage resources and scripts, capture screenshots, and more.It is the Godot counterpart of Unity-MCP: a C# editor addon that exposes Godot Editor operations as AI Tools and connects them to an MCP server through the hosted cloud backend at ai-game.dev, or your own self-hosted server. The MCP / reflection stack is shared with Unity-MCP and consumed from nuget.org as NuGet package references (not forked).42 built-in tools across 12 families: ping, node, scene, resource, filesystem, script, screenshot, editor, console, reflection, runtime-errors, and skills. Tool names mirror Unity-MCP where sensible (scene-*, node-*, ...).Requirements:- Godot 4.3+ — the C#/.NET (mono) edition. The standard GDScript-only build cannot compile the addon.- .NET 8 SDK.Important install note: Godot compiles every .cs file under your project into one assembly, so your project's .csproj must declare the two NuGet package references the addon depends on: com.IvanMurzak.ReflectorNet version 5.3.2 com.IvanMurzak.McpPlugin version 7.5.0Without them the addon's C# will not compile. Run dotnet restore after adding them. No manual DLL copying is required — at editor runtime the addon's assembly resolver locates the DLLs in your NuGet global-packages folder.Full documentation, the complete tool list, and connection setup:https://github.com/IvanMurzak/Godot-MCPLicense: Apache-2.0.

About Godot Asset Library

Godot Asset Library is a free and Open Source asset library for the Godot Engine maintained by the Godot Asset Library community on GitHub. Explore assets created by the Godot Engine community, and kickstart your development with quality assets from Godot Asset Library

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers