Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This tool allows you to browse and download shaders from GDShader.com
GDShader Library Plugin
A Godot Engine plugin that provides a browsable library of shaders directly within the Godot Editor. Browse, search, and download shaders from gdshader.com without leaving your workspace.
Features
- Browse Shaders: View a grid of available shaders with previews
- Search: Quickly find shaders by name or description
- One-Click Download: Download shaders directly to your project
- Editor Integration: Adds a "ShaderLib" tab to your main editor screen
- Customizable Save Path: Configure where downloaded shaders are saved
Installation
- Download or clone this repository
- Copy the
addons/gdshaderfolder to your Godot project'saddons/directory - Enable the plugin in Project Settings → Plugins → GDShaderPlugin
Usage
- After enabling the plugin, you'll see a new ShaderLib tab in the main editor screen
- The plugin will automatically fetch available shaders from the GDShader API
- Browse through the shader cards or use the search bar to find specific shaders
- Click on a shader card to view details and download
Configuration
The plugin adds a project setting to configure the shader save location:
- Path:
addons/gdshader/save_path - Default:
res://shaders/ - Location: Project Settings → General → Addons → Gdshader
Change this path to save shaders to a different directory in your project.
Requirements
- Godot 4.x
- Internet connection (to fetch shaders from the API)
License
See LICENSE file for details.
Credits
Created by GDShader
This tool allows you to browse and download shaders from GDShader.com
Reviews
Quick Information
This tool allows you to browse and download shaders from GDShader.com