Supports an internal collection (JArray) for each subscription. Each method callback returns the affected row as a JObject and the entire collection as a JArray.
Optional Automatic re-connect (incase your connection goes down).
Subscribe to a list of publications.
Support for un-subscribing.
Improved naming convetions (Publications and Method Calls).
You’re in luck, we have built this library specifically for our use with Unity.
You simply need to download the following two libraries using the NuGet package manager in Visual Studio:
AstroEx (latest)
Newtonsoft (latest)
Then copy the most recent .dlls from the project/packages folder and dump them into your Assets/Plugins/Meteor directory.
And that will add the .dll references to the project and you’re away.
If you notice any bugs, or require any changes let me know as we are actively working on this.
Note: I have just pushed an update that supports internal collections (so you get the changed row and the entire collection as a JObject and JArray respectively).
Typically you will use Visual Studio (may I recommend Community Edition as it’s free). Then use the NuGet Package manager to install AstroEx and Newtonsoft.
Otherwise you will need to search for and download the newtonsoft and AStroEx.dll’s manually.