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

EditorPlugin for managing PCK files. Adds an ExportPlugin to split the main PCK into smaller ones (e.g., for creating DLCs). Currently supports only PC platforms.
PCKManager
EditorPlugin for managing PCK files. Adds an ExportPlugin to split the main PCK into smaller ones, e.g., to create DLCs.
Imprtant: You cannot have any dependencies from your main scene split into another PCK. All resources loaded on startup (e.g. translation files, autoload scripts, etc.) must be present in the main PCK and cannot be split.
EditorPlugin for managing PCK files. Adds an ExportPlugin to split the main PCK into smaller ones (e.g., for creating DLCs). Currently supports only PC platforms.
Reviews
Quick Information

EditorPlugin for managing PCK files. Adds an ExportPlugin to split the main PCK into smaller ones (e.g., for creating DLCs). Currently supports only PC platforms.