Skip to content

Releases: Lachee/discord-rpc-unity

Release v1.1.1

23 Aug 07:22
7498674
Compare
Choose a tag to compare

Minor tweaks to the build pipeline to generate valid unity packages.

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

27 Jul 08:07
Compare
Choose a tag to compare

Upgraded to Discord RPC CSharp 1.2.1.
This has some breaking changes, be sure to check the release notes of Discord RPC CSharp to see the full story.

In short:

  • Discriminators are deprecated
  • Added Display Name (that is the global_name)
  • Removed previously obsolete avatar coroutines

Full Changelog: v1.0.3...v1.1.0

Release v1.0.3

18 Oct 03:11
Compare
Choose a tag to compare

Updated

What's Changed

  • Updated discord-rpc-csharp to v1.1.1
    • Fixed some console bugs
    • Updated to match Discord's API (fixed nullables)
    • General API cleanup

New Contributors

There was no new contributors

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

16 Aug 02:29
Compare
Choose a tag to compare

Release v1.0.2

Discord RPC for Unity is ready for its debut.

  • The IL2CPP issues have been fixed
  • Minimum unity bumped to 2018.4
  • No longer distributing Newtsonsoft.JSON (using deps for that)
  • Updated Editor Scripts for modern unity
  • Updated Examples
  • Refactored codebase (no more Discord preceding every word)
  • Implemented Assembly Definitions
  • Added auto-documentation

Full Changelog: v1.0.0...v1.0.2

Release v1.0.1

15 Aug 16:19
Compare
Choose a tag to compare
Release v1.0.1 Pre-release
Pre-release
Added newtonsoft-json as a dependency.

Incremented minimum unity version to 2018.4