xoofx / UnityNuGet

Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
BSD 2-Clause "Simplified" License
615 stars 95 forks source link

Missing Agones Client SDK library #375

Closed aallbrig closed 2 months ago

aallbrig commented 2 months ago

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.

Search for Agones Client Library 2024-06-10 at 8 16 12 PM
aallbrig commented 2 months ago

Opened PR to address: https://github.com/xoofx/UnityNuGet/pull/376

aallbrig commented 2 months ago

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.