Updated package.json and CHANGELOG
This commit is contained in:
@@ -8,6 +8,17 @@ How to write the changelog.
|
||||
https://keepachangelog.com/ja/1.0.0/
|
||||
--->
|
||||
|
||||
## [v0.9.5] - 2025-02-18
|
||||
### 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.
|
||||
- Fixed wrong name "LeftCtrl" and "RightCtrl" in the code.
|
||||
### Added
|
||||
- Added GetClientRectangle() in the native plugins.
|
||||
|
||||
## [v0.9.4] - 2025-02-06
|
||||
### Changed
|
||||
- Support New Input System.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.kirurobo.uniwinc",
|
||||
"version": "0.9.4",
|
||||
"version": "0.9.5",
|
||||
"displayName": "UniWindowController",
|
||||
"description": "Unified window controller for Mac and Windows",
|
||||
"unity": "2020.3",
|
||||
|
||||
@@ -140,8 +140,7 @@ PlayerSettings:
|
||||
visionOSBundleVersion: 1.0
|
||||
tvOSBundleVersion: 1.0
|
||||
bundleVersion: 0.9.5
|
||||
preloadedAssets:
|
||||
- {fileID: 11400000, guid: dc660a2a123d34488abe1d07904475f4, type: 2}
|
||||
preloadedAssets: []
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
|
||||
Reference in New Issue
Block a user