https://github.com/baba-s/UniProjectWindowMenuCustomizer
Editor extension that allows you to customize the menu that appears when you right-click on Project view.
https://github.com/baba-s/UniProjectWindowMenuCustomizer
kogane-unity-lib unity unity-editor unity-extension unity3d
Last synced: 5 months ago
JSON representation
Editor extension that allows you to customize the menu that appears when you right-click on Project view.
- Host: GitHub
- URL: https://github.com/baba-s/UniProjectWindowMenuCustomizer
- Owner: baba-s
- License: unlicense
- Created: 2020-02-03T11:01:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T05:29:04.000Z (almost 5 years ago)
- Last Synced: 2024-05-13T20:54:04.461Z (11 months ago)
- Topics: kogane-unity-lib, unity, unity-editor, unity-extension, unity3d
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity Project Window Menu Customizer - Customize the menu that appears when you right-click on Project view (Project View)
README
[日本語の Readme はこちら](https://github.com/baba-s/UniProjectWindowMenuCustomizer/blob/master/README_JP.md)
# Uni Project Window Menu Customizer

Editor extension that allows you to customize the menu that appears when you right-click on Project view.
## Install
```json
"com.baba-s.uni-project-window-menu-customizer": "https://github.com/baba-s/UniProjectWindowMenuCustomizer.git",
```Add the above dependencies to manifest.json.
## Usages

Select "+> Project Window Menu Settings" in the Project view.

You can customize the items displayed in the menu with the created "ProjectWindowMenuSettings" asset.

Press the "Reset To Default" button to apply the default settings.