https://github.com/iteria-llc/editor-tooling
https://github.com/iteria-llc/editor-tooling
unity unity-editor unity-package
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iteria-llc/editor-tooling
- Owner: Iteria-LLC
- License: mit
- Created: 2023-12-11T17:24:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:52:10.000Z (over 2 years ago)
- Last Synced: 2025-02-13T22:16:48.024Z (over 1 year ago)
- Topics: unity, unity-editor, unity-package
- Language: C#
- Homepage: https://iteriagames.com
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# editor-tooling
## How to install
Select "Add package from git URL..." in the Package Manager, and enter this URL:
```
https://github.com/Iteria-LLC/editor-tooling.git
```
#### Pivot/Space Toolbar button replacement
Add **Pivot & Space Selection** from Scene View overlay menu.
Brings the pre-2021 behaviour back, without the dropdown.
#### Toggle Gizmos & Selection Highlight
*Ctrl-Space*
Hides both gizmos and both types of selection highlight. Remembers your settings when unhiding them.
#### Editor Groups
*Ctrl-G*
Easily group and ungroup transforms.
Groups are stripped on build.
#### Rotate 90
*Shift-R*
Rotates selection 90 degrees on the World Y axis in one press.
#### Run Existing Build
Under File menu.
Runs the last created build.
#### Open Persistent Data Folder
Under File menu.