Description
Changelog
Reviews (0)
Intro
Paco provides a safer way to manage dependencies by downloading and installing packages from a trusted and predefined array rather than shipping addons and/or binaries directly with the project.
It reduces risks of users unknowingly running malicious scripts or binaries bundled with a project.
Usage
- Specify addons under
application/addonsinproject.godot
[application]
addons=PackedStringArray("bitwes/gut == 9.7.1", "tokisangames/terrain3d >= 1.0.2")
- Install
pacoin your project folder (usually asres://addons/paco) - Execute the
run.gdscript headless with the command-line
License
This project is licensed under the AGPLv3. For more details, please refer to the LICENSE file.
Changelog for version 0.0.5
No changelog provided for this version.
