This repository was archived by the owner on May 20, 2023. It is now read-only.
Releases: MKSQD/Cube
Releases · MKSQD/Cube
1.3.0
- 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
- Major refactoring and simplification of the general structure of the library
- LiteNetLib update
- Documentation intro redone
v1.1.0
- 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
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
First release