Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.3.0] - 2024-04-04
- Introduce support for Distributed Authority with NGO 2.0
[0.2.0] - 2024-03-26
- Session API improvements and fixes
- Use session data when creating lobby
- Set player properties on join
- Abstract session host concept
- Remove PlayerProfile from ISession
- Refactor SessionInfo
- Add session delete API
[0.1.0] - 2024-03-11
- Initial Multiplayer SDK Sessions implementation
- Added Common Multiplayer Backend behind a feature flag
- Standalone functions are available as well as support for the matchmaking flow (matchmake into a CMB session)
- IP Address is an optional field in Multiplay ServerConfig
- Remove PostBuildHook and EventConnectionStateChanged
[0.0.7] - 2023-08-23
- Update Documentation
[0.0.6] - 2023-08-21
- Update README
[0.0.5] - 2023-08-16
- Minimum supported Editor version is 2021.3
- Update README with links to consolidated SDK documentation
[0.0.4] - 2023-08-15
- Remove samples from package
- Update .npmignore
[0.0.3] - 2023-08-14
- Unexport MatchHandlerImpl
- API changes
[0.0.2] - 2023-08-10
- Update README
[0.0.1] - 2023-08-09
- Initial SDK