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
A tab that contains game scenes you want quick access to.
Godot-Component-Browser
A small Godot addon that makes it easier to make levels within the editor by giving you better access to the scenes you need for that.
Usage
Adding scenes
When the addon is eanbled, it will create a folder called res://assets/components/
. You can place scenes in this folder, and they will show up in the browser. This is done to separate them from other sub-scenes that you would not add to your levels directly (say a projectile emitter).
Grouping scenes
You can place scenes in the created components
folder, but you can create subfolders to group them together. The CategoryList
dropdown can be used to select between the categories. You can not create nested categories, the addon will only load folders up to one level.
Custom icons
There is a default icon for your components, but you can place a png file with the same name as the scene in the same folder to use that (if the scene is res://assets/components/example/example_component.tscn
, the image should be res://assets/components/example/example_component.png
), and it will be displayed instead.
Adding them to the scene
When you doubleclick an item in the component list it will be added as a child of the currenty selected node.
A tab that contains game scenes you want quick access to.
Reviews
Quick Information
A tab that contains game scenes you want quick access to.