You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually turns out I had found the wrong lib -- Agones has a unity client library. Installing that doesn't require going through NuGet. The C# library here is just that -- a generic C# implementation. Anyone using Unity will want the unity version instead.
Going to remove the issue/PR since there isn't really a need for it.
Description
Agones is a kubernetes based multiplayer game service platform. The client library is called Game Server Client SDK and documentation can be found here: https://agones.dev/site/docs/guides/client-sdks/csharp/. Its NuGet package page is here: https://www.nuget.org/packages/AgonesSDK
Expected Behavior
✅ Able to find AgonesSDK in registry.json file, therefore confirming ability to use UnityNuGet to install this package.
Actual Behavior
❌ Cannot find Agones client lib.
The text was updated successfully, but these errors were encountered: