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

Need portals to other maps?Got a circular dependency? Want to lazy-load resources?Resource Paths makes it easy to select and load other resources by UID string.
godot_resource_path
Need portals to other maps? Got a circular dependency? Want to lazy-load resources?
Resource Paths makes it easy to select and load other resources by UID string.
# Specify a valid class name as an export_file argument
@export_file("PackedScene")
var destination_scene: String
Need portals to other maps?
Got a circular dependency? Want to lazy-load resources?
Resource Paths makes it easy to select and load other resources by UID string.
Reviews
Quick Information

Need portals to other maps?Got a circular dependency? Want to lazy-load resources?Resource Paths makes it easy to select and load other resources by UID string.