Game-changing workflow enhancer
vInspector 2 offers simple yet powerful UI/UX improvements that eliminate many pain points of Unity editor
Minimal - no clutter, no intrusive features
Intuitive - user experience is simple and polished
Customizable - all features are optional
Lightweight - no lags, no increase in compile time
Navigation bar
- Bookmark GameObjects and assets
- Go back and forward in selection history
Component windows
- Alt-Drag a component to pin it in a floating window
Component copy-pasting
- Copy multiple comoponents
- Paste as new by clicking the "Paste Components" button
- Paste values by clicking buttons on target components
Save in play mode
- Click save buttons on components to save edits in play mode
Shortcuts
- Collapse/expand all components with Ctrl-Shift-E
- Collapse all components except one with Shift-E
- Toggle component enabled with A
- Delete component with X
Animations
- Component collapse/expand animations
- Component delete animation
Visual customization
- Reduce visual clutter with Minimal Mode
- Remove unused buttons from components
- Remove "Script" variable (click script icon instead to open/locate script)
- Set bookmark icons with vHierarchy 2
Attributes
- Add [Button] before functions to create buttons
- Add [Foldout] before variables to group them into foldouts
- Add [Tab] before variables to group them into tabs
- Use [ShowInInspector] to show static, private and other variables
- Use [OnVal