File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55using UnityEngine ;
66
77namespace Nomnom . ProjectWindowExtensions . Editor {
8- [ PreferencesName ( "Project Window Extensions" ) ]
9- [ PreferencesKeyword ( "Project" , "Window" , "Extensions" ) ]
8+ [ PreferencesName ( "Project Window Extensions" , "Nomnom" ) ]
9+ [ PreferencesKeywords ( "Project" , "Window" , "Extensions" ) ]
1010 internal static class PreferenceWindow {
1111 private const string DEF_COPY_PASTE = "NOM_PROJECT_COPY_PASTE" ;
1212 private const string DEF_MORE_FILES = "NOM_PROJECT_MORE_FILES" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " com.nomnom.project-window-extensions" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "displayName" : " Project Window Extensions" ,
55 "description" : " This aims to improve the usability of the project window." ,
66 "unity" : " 2020.3" ,
77 "unityRelease" : " 20f1" ,
88 "licensesUrl" : " https://choosealicense.com/licenses/mit/" ,
99 "dependencies" : {
10- "com.nomnom.easier-custom-preferences" : " 1.1.1 "
10+ "com.nomnom.easier-custom-preferences" : " 1.1.2 "
1111 },
1212 "keywords" : [
1313 " nomnom" ,
You can’t perform that action at this time.
0 commit comments