How to Install Godot Assets
A step-by-step guide to installing Godot assets from the Asset Library, covering plugins, shaders, scripts, templates and complete projects.
The Asset Library organizes complete Godot projects into three overlapping categories — templates, demos and projects — and it is not always obvious which one you need. Here is the honest difference, and how to choose.
A project is a finished or near-finished game you can open, run and play. These are the best way to study real architecture: how a developer structured scenes, scripts, UI and save systems. You generally do not ship a project as-is; you borrow from it.
A demo showcases a single feature, effect or system in a small, focused project. Want to understand particles? State machines? Water shaders? A demo shows exactly that, with minimal noise around it. This makes demos the fastest way to learn one technique at a time.
A template is a project designed to be copied and extended — the scaffolding of a game type (platformer, top-down, card game) with the boring setup already done. Templates shine when you want to start a game but do not want to build the foundation from scratch.
All three ship a full project.godot, so they are opened as their own project rather than merged into an existing one:
project.godot.For the full walkthrough see how to install Godot assets.
Regardless of type, check the Godot version badge — project files are version-sensitive and a Godot 3 project will not open cleanly in Godot 4 — then look at reviews and the last-updated date. The choosing guide has the full checklist. Browse all three now: Templates, Demos and Projects.