heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

MacOS support ? #173

Closed samhvw8 closed 4 months ago

samhvw8 commented 4 months ago

Hi 

Thanks for your great work on the game server.

Is it possible to use the Nakama client with Unity on MacOS?

lugehorsam commented 4 months ago

Hey @samhvw8 yes it is. If you hit any specific issues let us know.

samhvw8 commented 4 months ago

Hi @lugehorsam From our guide (https://heroiclabs.com/docs/nakama/client-libraries/unity/),
it's require .Net 4.6 for using Nakama client, but i can not find .Net 4.6 for MacOS anywhere ? :(

lugehorsam commented 4 months ago

Hey @samhvw8 .NET 4.6 is bundled with Unity. You need to enable it in your project settings inside the Unity Editor.

Because this is not an SDK issue per se, please direct these questions to our forum:

https://forum.heroiclabs.com/

samhvw8 commented 4 months ago

Thank you !