Is it possible to make a cross platform Unity game with Nakama?

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.

1 Like

Thank you for your fast reply, I use UnityWebRequestAdapter with my client like in the documentation.

Have a Nice day


Aurelien

1 Like