https://github.com/neuneu9/unity-editor-directories
Provides the ability to open Unity Editor folders from the menu.
https://github.com/neuneu9/unity-editor-directories
unity unity-editor
Last synced: 5 months ago
JSON representation
Provides the ability to open Unity Editor folders from the menu.
- Host: GitHub
- URL: https://github.com/neuneu9/unity-editor-directories
- Owner: neuneu9
- License: mit
- Created: 2024-02-03T04:33:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T07:01:20.000Z (over 2 years ago)
- Last Synced: 2025-04-07T20:41:21.390Z (about 1 year ago)
- Topics: unity, unity-editor
- Language: C#
- Homepage: https://neusstudio.blog/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Editor Directories
## Supported Unity versions
Unity 2020.3 or higher.
## Installation
Via Package Manager.
Open the Package Manager window in your Unity editor, select `Add package from git URL...` from the `+` button in the top left, enter following and press the `Add` button.
```text
https://github.com/neuneu9/unity-editor-directories.git?path=Packages/jp.neuneu9.editor-directories
```
Or open the `Packages/manifest.json` file and add an item like the following to the `dependencies` field.
```json
"jp.neuneu9.editor-directories": "https://github.com/neuneu9/unity-editor-directories.git?path=Packages/jp.neuneu9.editor-directories",
```