UNITY - Adds a sidebar to quickly open and close windows.
The tool being imported into the project will start immediately, you can turn it on and off by using the shortcut Ctrl + T in Windows or Cmd + T in MacOS
-
Click the gear icon at the bottom of the window to open the Preferences tab.
-
You will see a reorderable list with the title "Tab Items", in it we can control the items that appear in the Tab Window.
-
You can drag the items from the list to sort the icons in the window.
-
Click the + button to add a new item to the list.
-
Select the item and notice that you will have an inspection guide of the item just below the list.
-
In the field "Action:" we can define the action of the new item, leave the "Value" field with "Execute Menu Item".
-
In the "Date:" field, leave "Edit/Play" and you're done!
Now press the new Item from the window and see the magic!
The tool applies an offset in MainView allowing to open and close tabs dynamically.
No, the tool has many other features like Select Assets and Run MenuItems.
Yes, you can create your own Tab menus from the Preferences window located at the bottom of the Tab Window.
MIT License
Copyright (c) 2019 Bruno Silva
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.