Can someone give me a pointer on how plugins or addons as gdscript packages generally work?

This page summarizes the projects mentioned and recommended in the original post on /r/godot

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • godot-msgpack

    A MessagePack serializer implemented in pure GDScript / msgpack.org[GDScript]

  • I was searching the web to see if there's any solution available for godot. I found https://github.com/xtpor/godot-msgpack but it seems like it isn't really complete and the repo isn't maintained anymore (also, not sure if it is usable on godot 4). The README suggests users to copy the single gdscript file into a project, and this got me wondering , does Godot have anything similar to packages or modules system? Is gdscript packages a thing? Is plugin/addon system even meant to be used to write/distribute "packages"? (also is it called plugin? or addon? I feel confused)

  • godobuf

    A Google Protobuf implementation for Godot / GDScript

  • I also stumbled upon this repo: https://github.com/oniksan/godobuf, and godobuf is a plugin that provide a protobuf serialization. (and sadly it seems like it doesn't support godot 4 yet) Does that mean approaching this problem by writing a plugin is the right way?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gdext

    Rust bindings for Godot 4

  • I see, I've read about gdextension, looked into godot-rust/gdext but perhaps I didn't fully understand what it was. I thought gdextension lets you use languages other than gdscript or C# to code your project.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts