Initial Commit
This commit is contained in:
22
SelectionHelper/README.md
Normal file
22
SelectionHelper/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# SelectionHelper
|
||||
Unity Editor package to make selecting certain objects easier and less tedious
|
||||
|
||||
<a href="https://vpm.dreadscripts.com/">Get it from the VCC listing!</a>
|
||||
|
||||
SelectionHelper:
|
||||
----------------
|
||||
- Go to a Component on an object and Right Click > [SH] Choose Type. Right Click on a GameObject, Selection Helper > By Type > Children, Parents, or Filter Current Selection.
|
||||
- Adds Selection Helper > Select Immediate Children, to GameObjects, to Select the next level of Children of currently selected GameObjects
|
||||
|
||||

|
||||
|
||||
SceneObjectSelector:
|
||||
--------------------
|
||||
Adds a small button to the top right of the Scene view. When clicked and enabled, will show a resizable sphere on each enabled object. This is useful for quickly selecting armature bones or managing empty objects.
|
||||
Right click the new button to open its settings window. Automatically ignores Dynamic Bones by default.
|
||||
|
||||

|
||||
|
||||
SaveSelection:
|
||||
--------------
|
||||
Adds Save\Load to Selection Helper, allows you to Save what objects were selected, and load them when needed. Loading combines current selection with loaded selection.
|
Reference in New Issue
Block a user