Skip to content

Godot Package Manager v0.1.0

Latest
Compare
Choose a tag to compare
@you-win you-win released this 11 May 14:29
· 23 commits to master since this release

The initial release of Godot Package Manager!

Basic package pulling from NPM is implemented along with running arbitrary, inline GDScript as hooks and callbacks.

To Do

  • Handle packages with dependencies on other Godot packages
  • Automatically add packages listed in godot.lock to the user's .gitignore
  • Standalone app