-
Notifications
You must be signed in to change notification settings - Fork 137
1. Installation
Miłosz Matkowski edited this page Aug 31, 2024
·
4 revisions
- Install Editor Toolbox package:
- 1 way: Find Unity Package Manager (Window/Package Manager) and add package using this git URL:
https://github.com/arimger/Unity-Editor-Toolbox.git#upm
- 2 way: Copy and paste
Editor Toolbox
directory into your project (Assets/...) + add dependencies - 3 way: Install via OpenUPM registry:
openupm add com.browar.editor-toolbox
- Open Edit/Project Settings/Editor Toolbox window
- If settings file is not found, press "Refresh" button or create new one
- Manage settings in your way
- Enable/disable Hierarchy overlay, choose allowed information
- Enable/disable Project icons or/and assign own directories
- Enable/disable Toolbox drawers or/and assign custom drawers
Important
This package is fully IMGUI-based, which means it may conflict with pure UI Toolkit features in your project. Additionally, Toolbox overwrites the 'base' custom Editor for all UnityEngine.Objects
, it's a common solution but means that you can't combine other Inspector extensions/plugins.
Unity 2018.x or newer