heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
593 stars 69 forks source link

Nakama plugin not visible in Godot 4.0.3 #176

Closed xenicle closed 1 year ago

xenicle commented 1 year ago

I've installed the Nakama client plugin in my project (from AssetLib menu) and it not appear in Project Setting -> Plugins, I've tried to restart Godot without result...

image

dsnopek commented 1 year ago

This library doesn't need to be enabled in Project Setting -> Plugins, you only need to add "Nakama.gd" as an autoload.

Per the instructions "Getting Started" instructions from the README:

Add the Nakama.gd singleton (in addons/com.heroiclabs.nakama/) as an autoload in Godot.

I hope that helps!

xenicle commented 1 year ago

Oh yes thanks it help why I've not check the readme ?! :/

novabyte commented 1 year ago

@xenicle Looks like @dsnopek helped resolve the issue you had with the setup. I'll close the issue, thanks 🙏