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.
- 2023.3 updates:
- Added shortcut, to resolve conflicts with new piercing selection menu.
- Using the Scene view picker with an active selection no longer clears it.
- Reduced hierarchy expansion in specific multi-select cases.
- Fixed incorrect window position when scrolling.
- Removed tab dragging code from 2023.2+ as it's now built-in!
- Added a shortcut for toggling gizmos in the scene view. Defaults to G. If you're using ProBuilder this will be a conflict. Assign or resolve in Edit/Shortcuts/Scene View.
- Added a shortcut for creating scripts in the project browser. Assign in Edit/Shortcuts/Project Browser.
- Increased minimum version to 2019.4. It's likely this is late, sorry!
- Fixed errors when missing Timeline package.
- Added support for 2022.2.0a13. If you are on an earlier version of 2022.2.0, this update will conflict.
- Fixed Focus hierarchy to selection falling back to the scene view hierarchy when an asset is focused in the Inspector.
- Fixed Focus hierarchy to selection not repainting unfocused windows.
- Added Focus hierarchy to selection (Alt+Shift+F). This is likely more useful than Collapse Hierarchy. It supports:
- Hierarchy view
- Project browser
- Profiler window
- Timeline window
- Animation window
- Audio Mixer
- UI Builder
- UIToolkit debugger
- Frame debugger
- Fixed Collapse Hierarchy to properly collapse selected element.
- Added unbound shortcuts for collapsing the hierarchy, (I recommend binding to Ctrl-Backspace).
- Collapse Hierarchy will collapse anything but expanded Scenes and the selection.
- Collapse Hierarchy Completely will collapse everything.
- Added many exposed methods through NSelection.
- Changed multi-select shortcuts to be consistent with common control schemes.
- Fixed inconsistent sizing issues that are especially present on scaled displays.
- Changed DraggingAdditions to be internal.
- Fixed annoying behaviour when no item is found under the cursor.
- Added support for 2020
- Dragging Additions can be disabled with the DISABLE_DRAGGING_ADDITIONS define
- Made dragging objects to inspector tabs switch between them
- Fix for null components
- Update to 2018.3
- Initial releases