Releases: kirurobo/UniWindowController
Releases · kirurobo/UniWindowController
v0.9.6
v0.9.5
Changed
- Renamed asmdef Unity.UniWindowController to Kirurobo.UniWindowController.
- Renamed asmdef Unity.UniWindowController.Editor to Kirurobo.UniWindowController.Editor.
- Please remove if there are old files in the project.
Fixed
- Fixed for support both of New Input System and Legacy Input Manager. #80
- Fixed wrong name "LeftCtrl" and "RightCtrl" in the code. #81
Added
- Added GetClientRectangle() in the native plugins.
v0.9.4
Changed
- Support New Input System. #73 .
Fixed
- Remember main camera's clear flags and background color before applying automatic camera background switch.
- To prevent errors on macOS, the save dialogue no longer displays a file type drop-down.
- Fixed a crash when setting the window to borderless on macOS if the screen was initially in full screen mode.
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.4
v0.8.2
Feature
- Added static modal file selection dialog functions.
- FIlePanel.OpenFilePanel()
- FilePanel.SaveFilePanel()
- Added 04_FileDialog sample.
Changed
- UniWindowController.OnStateChanged delegate needs an argument (UniWindowController.WindowStateEventType.
- It indicates "resized" or "style changed"
Fixed
- Minor improvements for the lost keystrokes issue.