hi,
I recently start using Defold as a junior developer. Unfortunately there isn’t Nakama client for Defold. After searching and asking from other developers, found that use Nakama’s C++ client as Defold Native Extension.
downloaded Nakama’s C++ client folder structure:
As I told you before(at your email), I’m working on unofficial Nakama client by using C++ lib. But it is not ready yet.
If you are in rush then you should develop your own extension. Nobody is going to develop this for you. It is not an easy job, especially not for the beginners.
What is the point of sharing the folder structure!? Please start by reading the documentation that you share here: https://www.defold.com/manuals/extensions/ Try to learn first.
I read the documents. The problem is I don’t know is it enough to copy libs and includes folders to my extension folder and write codes in src folder? I grateful if you explain the steps.