https://github.com/demkeys/unitygameobjectselectortool
Unity GameobjectSelector Tool
https://github.com/demkeys/unitygameobjectselectortool
csharp csharp-code editor-plugin editor-script unity-editor unity-plugin unity-tool unity3d unity3d-plugin
Last synced: 4 months ago
JSON representation
Unity GameobjectSelector Tool
- Host: GitHub
- URL: https://github.com/demkeys/unitygameobjectselectortool
- Owner: Demkeys
- Created: 2017-11-10T06:28:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T06:37:40.000Z (over 8 years ago)
- Last Synced: 2025-03-01T03:46:05.261Z (12 months ago)
- Topics: csharp, csharp-code, editor-plugin, editor-script, unity-editor, unity-plugin, unity-tool, unity3d, unity3d-plugin
- Language: C#
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Unity GameobjectSelector Tool
Make sure to place this script in the Editor folder. To open the window click 'MyTools/GameobjectSelector'.
This window lets you assign a gameobject to the ObjectToSelect field. Once a gameobject is assigned, if the gameobject
has any child gameobjects, four buttons will show up, giving you the following options.
1.Select Parent gameobject
2.Select First child gameobject
3.Select Last child gameobject
4.Select all child gameobjects
This is useful in situations where there are many child gameobjects and you don't wanna have to scroll through the hierarchy
every time you wanna select the first, last or all child gameobject.
Hope this helps.