Skip to content

Releases: kirurobo/UniWindowController

v0.9.6

20 Feb 15:27
61ad434
Compare
Choose a tag to compare

Changed

  • Replaced FindObjectOfType() with FindAnyObjectByType().

Fixed

  • Fixed coordinate misalignment with Retina support on macOS. #80

v0.9.5

18 Feb 12:41
57398b5
Compare
Choose a tag to compare

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

06 Feb 09:14
b7f8fc1
Compare
Choose a tag to compare

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

06 May 01:07
1ebd593
Compare
Choose a tag to compare

Rewritten and rebuilt for macOS

v0.9.2

18 Sep 13:40
fee3e7c
Compare
Choose a tag to compare

Fixed

  • DllNotFoundException in the Unity Apple Silicon Editor

Changed

  • Added client size display to the UI sample

v0.9.1

03 May 08:44
6ce6dd9
Compare
Choose a tag to compare

Updated for macOS

  • Removed OnGUI from asking for folder access permissions
  • Fixed file type selection field being shifted when opening save dialog
  • Fixed GetClientSize() to a size that does not include the frame

v0.9.0

22 Apr 09:21
7d68a78
Compare
Choose a tag to compare

Changed

  • The development environment has been changed to Unity 2020.3.

Fixed

  • Fixed size shift when window frame is hidden in Unity 2020 on Windows.

Notice

  • In the next version, I plan to disable the file related functions to prevent warnings on Macs.

v0.8.4

05 Dec 08:45
d5704d8
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

Changed

  • Class UniWindowController is now singleton.

Added

  • Menu sample to test scene transition.

Updated

  • File type selection is implemented in macOS.
  • All samples were bundled for Unity package manager.

v0.8.2

17 Oct 09:33
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

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.

v0.8.1

13 Sep 11:32
c4f6a1b
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

Fixed

  • Keeping transparency in Unity 2019, Unity 2020 on macOS
  • Maximize on startup now works

Changed

  • Renamed "Unity" folder to "UniWinC" in this repo

Downloads

↓ There is an unitypackage and demos in the Assets section below.