Skip to content

Releases: Unity-Technologies/multiplay-examples

v0.6.4-simple-game-server-go

06 Mar 19:38
e489909

Choose a tag to compare

What's Changed

  • chore: Bumped version of unity-gaming-services-go-sdk to latest by @mdesson in #40

New Contributors

Full Changelog: v0.6.3-simple-game-server-go...v0.6.4-simple-game-server-go

v0.6.3-simple-game-server-go

03 May 07:50
812ab32

Choose a tag to compare

Changelog

  • 812ab32 feat: implement readiness for simple gameserver (#36)

v0.6.2-simple-game-server-go

04 Aug 09:31
00ed849

Choose a tag to compare

Changelog

  • 00ed849 feat(simple-game-server-go): add docker image support to goreleaser (#33)

v0.6.1-simple-game-server-go

17 Jul 08:32
1a8fea2

Choose a tag to compare

Changelog

  • 1a8fea2 fix(simple-game-server-go): set default maxPlayers if unset (#32)

v0.6.0-simple-game-server-go

07 Jun 08:43
64104ac

Choose a tag to compare

Changelog

  • 64104ac chore: Bump unity-gaming-services-go-sdk@v0.3.1 (#31)
  • 22dba8b feat: Migrate simple-game-server-go to use Go SDK (#30)

v0.5.1-simple-game-server-go

27 Mar 19:36
f7c9e29

Choose a tag to compare

Changelog

v0.4.0-simple-game-server-go

10 Nov 14:09
8eb7e4c

Choose a tag to compare

Changelog

  • 7cab52a Delete licence.md as approved as per STAR-3888 (#25)
  • 8eb7e4c feat(simple-game-server-go): Support '-logFile' flag (#26)
  • d23504b feat: add allocator-token-exchange example (#24)

v0.3.0-simple-game-server-go

12 Aug 09:32
14f4efa

Choose a tag to compare

Changelog

  • a304753 Create LICENSE
  • 71721ab Merge pull request #22 from Unity-Technologies/add-license-1
  • 23b4190 chore(simple-game-server-go): Provide client simulation documentation (#21)
  • 14f4efa fix(simple-game-server-go): Guard against panic in ReadFromUDP() (#23)

v0.2.0-simple-game-server-go

21 Mar 13:59
cab5da5

Choose a tag to compare

Changelog

v0.1.0-simple-game-server-go

16 Nov 14:13
4afd708

Choose a tag to compare

Changelog

f856474 - Restructures application to place publicly usable code in the pkg directory. - Adds SIGTERM to signal handler and an explanation on its usage. - Refactors UDP binding to use a done channel instead of atomics - Removes internalEvent type. -Refactors internal event processor to use a done channel instead of capturing and replaying internal event on shutdown. - TCP server now echos packets back to the client.
83f269e Adds missing files
f6c56a5 Fixes jetbrains over-optimistic refactor/rename
2dcc3aa Fixes potential double close of udpBinding. Moves configuration loading to the public config package
16a563f Merge pull request #10 from Unity-Technologies/fix/catalog
f6ebd33 Merge pull request #11 from Unity-Technologies/fix/third-party-notices
05982f2 Merge pull request #12 from Unity-Technologies/feat/config-defaults
4afd708 Merge pull request #13 from Unity-Technologies/fix/references
5eedec8 Merge pull request #9 from Unity-Technologies/untracked/pre-public-review
77cf91b chore: Add Third Party Notices
206391f feat: Provide sensible configuration defaults, remove server.json
9b13219 fix: Catalog Info
bd67f56 fix: General fixes before public release.
8874447 fix: Project references