We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db44db5 commit c255788Copy full SHA for c255788
2 files changed
README.md
@@ -11,6 +11,7 @@ This aims to improve the usability of the project window.
11
12
#### Copy/Paste/Cut Support
13
- Allows for copying, pasting, and cutting assets directly in the editor
14
+- Works for folders and assets.
15
- Default keybinds
16
- These keybinds will need to be rebound via the `Shortcut Manager` due to it conflicting with Unity's native keybinds
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "com.nomnom.project-window-extensions",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"displayName": "Project Window Extensions",
5
"description": "This aims to improve the usability of the project window.",
6
"unity": "2020.3",
0 commit comments