Skip to content

Commit 5cb4514

Browse files
committed
Updated settings. Updated documentation.
1 parent 8394ec2 commit 5cb4514

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

Assets/Editor Toolbox/EditorSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ MonoBehaviour:
4646
largeIcon: {fileID: 2800000, guid: 6315862a85e61a44e947fbd4b1b23e11, type: 3}
4747
smallIcon: {fileID: 2800000, guid: e99d63b63394eba4aaf10385704d0ef3, type: 3}
4848
iconName:
49-
useToolboxScene: 1
49+
useToolboxSceneView: 1
5050
selectorKey: 306
5151
useToolboxDrawers: 1
5252
forceDefaultLists: 0

Docs/sceneview.png

11 KB
Loading

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Unity 2018.x or newer
3636
- Enable/disable Hierarchy overlay, choose allowed information
3737
- Enable/disable Project icons or/and assign own directories
3838
- Enable/disable Toolbox drawers or/and assign custom drawers
39-
39+
- Enable/disable Toolbox Scene View and assign hotkeys
40+
4041
## Table Of Contents
4142

4243
- [Attributes & Drawers](#drawers)
@@ -56,15 +57,17 @@ Unity 2018.x or newer
5657
- [Project](#project)
5758
- [Toolbar](#toolbar)
5859
- [Utilities](#utilities)
60+
- [SceneView](#sceneview)
5961

6062
## Settings
6163

6264
The most important file, allows the user to manage all available features. Can be accessed from the Project Settings window (Edit/Project Settings.../Editor Toolbox) or directly inside the Project window. Make sure to have one valid settings file per project.
6365

64-
Available features are divided into three groups:
66+
Available features are divided into four groups:
6567
- Hierarchy
6668
- Project
6769
- Inspector
70+
- SceneView
6871

6972
Each module is described in its respective section.
7073

@@ -844,3 +847,9 @@ Assets/Create/Editor Toolbox/ScriptableObject Creation Wizard
844847
```
845848

846849
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/createso.png)
850+
851+
### SceneView <a name="sceneview"></a>
852+
853+
Select a specific object that is under the cursor (default key: left control).
854+
855+
![inspector](https://github.com/arimger/Unity-Editor-Toolbox/blob/develop/Docs/sceneview.png)

0 commit comments

Comments
 (0)