1.0.0 - Initial public release
- Client API implementation.
- Realtime Socket implementation.
- Helper singleton.
- Setup instructions.
Instructions:
- Download the
nakama-1.0.0.zip
file below. - Extract the addons folder into your Godot project folder.
- Add the
Nakama.gd
singleton. - Create a client via the
Nakama.create_client()
function.
See the README.md for more info