ably / ably-dotnet

.NET, MAUI, Xamarin, Mono and Unity client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
45 stars 22 forks source link

Publish the SDK to Unity Asset Store #600

Open AndyNicks opened 3 years ago

AndyNicks commented 3 years ago

This should be done after we have the Unity Cloud Build / GitHub Action integration up and running. [~accountid:5e8ae8fa70e1810b87eda2f0] suggests that we might want to call out the Examples/Chat Unity sample when publishing to the Unity Asset Store, but let’s check back with Ben when we’re actually in a position to start the ticket.

┆Issue is synchronized with this Jira Story by Unito

eAi commented 3 years ago

Publishing as a Unity package would be useful too, it's how more libraries like this are going these days.

sacOO7 commented 1 year ago

We have chosen to use the publishing unitypackage file as an independent artifact ( Take a look at https://github.com/ably/ably-dotnet#unity for more information). This gives us more control over dependency management.

Publishing on AssetStore has its own problems.

  1. Managing dependencies.
  2. Adding link.xml file, required for IL2CPP build to avoid assembly trimming.
  3. Other unknown issues