Hi Everyone,
I am a new Nakama user with Unity ,
I want to implement Cross platform on my Unity Game but I didn’t see anything about that in the documentation.
Can someone help me ?
Have a Nice day
Aurelien
Hi Everyone,
I am a new Nakama user with Unity ,
I want to implement Cross platform on my Unity Game but I didn’t see anything about that in the documentation.
Can someone help me ?
Have a Nice day
Aurelien
Hey @Aurelou our Unity sdk is cross-platform: GitHub - heroiclabs/nakama-unity: Unity client for Nakama server.
There’s nothing special you need to do to make it work on all platforms as long as you use the UnityWebRequestAdapter
that is shipped with the SDK and shown in our documentation.
Thank you for your fast reply, I use UnityWebRequestAdapter with my client like in the documentation.
Have a Nice day
Aurelien