Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Releases: MKSQD/Cube

1.3.0

10 Sep 11:20
Compare
Choose a tag to compare
  • Added synchronized scene loading
  • Major refactoring
  • Added local in-editor transport (preparing for hot reload support)
  • Added some serialization guards to detect miss matches in Serialize/Deserialize calls
  • Improved ReplicaTransform and ReplicaRigidbody inter-/extrapolation
  • Changed the Replica prefab ids to be hashes instead of indices to improve useability
  • Fixed lots of bugs

v1.2.0

18 Jan 16:22
Compare
Choose a tag to compare
  • Major refactoring and simplification of the general structure of the library
  • LiteNetLib update
  • Documentation intro redone

v1.1.0

27 Aug 19:55
Compare
Choose a tag to compare
  • Rpcs are now much more performant and send more reliably
  • Cecil based rpc patcher now uses the build in ILPostProcessor which "just works"
  • Added IL2CPP support
  • Added LiteNet transport option

Initial Release

23 Feb 10:22
Compare
Choose a tag to compare

Having worked on the library for years it's time for it's initial release. Not everything is perfect (f.i. rpcs are implemented pretty dumb via runtime reflection) but the public API is stable.

0.9.0

02 Jun 14:34
Compare
Choose a tag to compare

First release