We could probably use the Github API for finding out about releases.
See https://api.github.com/repos/DragonBox/uplift/releases
We could use a JSON parser. If we limit the support of self-updates to Unity 5.3 and above, we could use Unity's own JSON parser. I'll give it a try.
We could probably use the Github API for finding out about releases.
See https://api.github.com/repos/DragonBox/uplift/releases
We could use a JSON parser. If we limit the support of self-updates to Unity 5.3 and above, we could use Unity's own JSON parser. I'll give it a try.