Release 2.0.0
Changelog
Added
- Added UNIX Support package
- Added Popup Handling
- Added disableAllControls, disableMouse and disableKeyboard
- Added project site (https://projects.voltstro.dev/UnityWebBrowser/)
Changed
- Updated CEF to 106.1.0
- Updated VoltRpc
- Use UniTask
- All base UWB components (other then custom input ones) are now built using
BaseUwbClientManager
- Updated packages
- Base packages includes URLs for changelog and docs
- Improved disposing
- Improved performance massively
- Improved copying of files to output
- Improved readying
- Improved engine logging
- Improved copying of engine files at build
- Better IsReady & IsConnected checks
- Changed namespace to have
VoltstroStudios.
at the start - Changed Engine config stuff
- Changed input handling
- Inputs are handled by a scriptable object
- Changed events to be structs
- Changed the way the background colour was set
(Not every change in this version is listed here, there are so many, see the commit difference between the last release(s) for a full breakdown)