Releases: developers-hub-org/unity-realtime-networking-server
Releases · developers-hub-org/unity-realtime-networking-server
v1.07
Changed OnSignup to OnAuthenticated
Fixed miner bugs
v1.06
Added OnSignup event in Terminal
Added more attributes to character and equipment class
Fixed miner bugs
v1.05
- Added override methods to Terminal
- Added option to manage characters and equipment
- Fixed the problem with Netcode servers still running after exit
- Fixed miner bugs
v1.04
- Added methods in Tools for compressing string to string
- Added account data being passed in authentication
- Added game data and result being passed to Netcode
- Fixed the issue with getting player data
- Fixed a lot of bugs
v1.03
- Added option for matchmaking
- Added party management
- Added friends list management
- Added Netcode for GameObjects multiple server instance management
- Fixed miner bugs
v1.02
- Added room management and object synchronization
- Added SQLite database
- Removed send and receive all data types except packet
- Fixed miner bugs
v1.01
Changes:
- Added the method to catch unhandled exceptions.
- Added tools that could be used to compress or serialize data.
- Fixed bugs that might have caused the program to crash.