com.jaimecamachodev.unityfolders 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/.attestation.p7m +0 -0
  2. package/Editor/FolderIconRecolorUtility.cs +71 -0
  3. package/Editor/FolderIconRecolorUtility.cs.meta +2 -0
  4. package/Editor/FolderIconsManager.cs +168 -0
  5. package/Editor/FolderIconsManager.cs.meta +2 -0
  6. package/Editor/FolderIconsPostprocessor.cs +14 -0
  7. package/Editor/FolderIconsPostprocessor.cs.meta +2 -0
  8. package/Editor/FolderIconsSettings.cs +40 -0
  9. package/Editor/FolderIconsSettings.cs.meta +2 -0
  10. package/Editor/FolderIconsSettingsEditor.cs +147 -0
  11. package/Editor/FolderIconsSettingsEditor.cs.meta +2 -0
  12. package/Editor/FolderIconsSettingsMenu.cs +35 -0
  13. package/Editor/FolderIconsSettingsMenu.cs.meta +2 -0
  14. package/Editor/UnityAssetsRenamer.cs +70 -0
  15. package/Editor/UnityAssetsRenamer.cs.meta +11 -0
  16. package/Editor/UnityFolderOrganizer.cs +215 -0
  17. package/Editor/UnityFolderOrganizer.cs.meta +2 -0
  18. package/Editor/UnityFoldersCreator.cs +118 -0
  19. package/Editor/UnityFoldersCreator.cs.meta +2 -0
  20. package/Editor/UnityMaterialsCreator.cs +386 -0
  21. package/Editor/UnityMaterialsCreator.cs.meta +11 -0
  22. package/Editor/UnityMaterialsOrganizerRenamer.cs +63 -0
  23. package/Editor/UnityMaterialsOrganizerRenamer.cs.meta +11 -0
  24. package/Editor/UnityOrganizeAndRenamer.cs +58 -0
  25. package/Editor/UnityOrganizeAndRenamer.cs.meta +11 -0
  26. package/Editor/UnityPrefabCreator.cs +128 -0
  27. package/Editor/UnityPrefabCreator.cs.meta +11 -0
  28. package/Editor/UnityProjectStructureCreator.cs +51 -0
  29. package/Editor/UnityProjectStructureCreator.cs.meta +2 -0
  30. package/Editor/com.jaimecamacho.unityfolders.Editor.asmdef +16 -0
  31. package/Editor/com.jaimecamacho.unityfolders.Editor.asmdef.meta +7 -0
  32. package/Editor.meta +8 -0
  33. package/FolderIconsSettings/FolderIconsSettings.asset +292 -0
  34. package/FolderIconsSettings/FolderIconsSettings.asset.meta +8 -0
  35. package/FolderIconsSettings.meta +8 -0
  36. package/Folders/5-Skyboxs_Large_tint.png +0 -0
  37. package/Folders/5-Skyboxs_Large_tint.png.meta +156 -0
  38. package/Folders/5-Skyboxs_Small_tint.png +0 -0
  39. package/Folders/5-Skyboxs_Small_tint.png.meta +156 -0
  40. package/Folders.meta +8 -0
  41. package/Icons/Animations.png +0 -0
  42. package/Icons/Animations.png.meta +156 -0
  43. package/Icons/Audio.png +0 -0
  44. package/Icons/Audio.png.meta +156 -0
  45. package/Icons/Editor.png +0 -0
  46. package/Icons/Editor.png.meta +156 -0
  47. package/Icons/Fonts.png +0 -0
  48. package/Icons/Fonts.png.meta +156 -0
  49. package/Icons/Materials.png +0 -0
  50. package/Icons/Materials.png.meta +156 -0
  51. package/Icons/Models.png +0 -0
  52. package/Icons/Models.png.meta +156 -0
  53. package/Icons/Plugins.png +0 -0
  54. package/Icons/Plugins.png.meta +156 -0
  55. package/Icons/Prefabs.png +0 -0
  56. package/Icons/Prefabs.png.meta +156 -0
  57. package/Icons/Presets.png +0 -0
  58. package/Icons/Presets.png.meta +156 -0
  59. package/Icons/Resources.png +0 -0
  60. package/Icons/Resources.png.meta +156 -0
  61. package/Icons/Scenes.png +0 -0
  62. package/Icons/Scenes.png.meta +156 -0
  63. package/Icons/Scripts.png +0 -0
  64. package/Icons/Scripts.png.meta +156 -0
  65. package/Icons/Settings.png +0 -0
  66. package/Icons/Settings.png.meta +156 -0
  67. package/Icons/Shaders.png +0 -0
  68. package/Icons/Shaders.png.meta +156 -0
  69. package/Icons/Sprites.png +0 -0
  70. package/Icons/Sprites.png.meta +156 -0
  71. package/Icons/Textures.png +0 -0
  72. package/Icons/Textures.png.meta +156 -0
  73. package/Icons/X16/-Test14.png +0 -0
  74. package/Icons/X16/-Test14.png.meta +130 -0
  75. package/Icons/X16/-Test3.png +0 -0
  76. package/Icons/X16/-Test3.png.meta +130 -0
  77. package/Icons/X16/1-3D.png +0 -0
  78. package/Icons/X16/1-3D.png.meta +130 -0
  79. package/Icons/X16/1-Programming.png +0 -0
  80. package/Icons/X16/1-Programming.png.meta +130 -0
  81. package/Icons/X16/10-Lighting.png +0 -0
  82. package/Icons/X16/10-Lighting.png.meta +130 -0
  83. package/Icons/X16/2-Art.png +0 -0
  84. package/Icons/X16/2-Art.png.meta +130 -0
  85. package/Icons/X16/2-VFX V2.png +0 -0
  86. package/Icons/X16/2-VFX V2.png.meta +130 -0
  87. package/Icons/X16/2-VFX.png +0 -0
  88. package/Icons/X16/2-VFX.png.meta +130 -0
  89. package/Icons/X16/3-SFX.png +0 -0
  90. package/Icons/X16/3-SFX.png.meta +130 -0
  91. package/Icons/X16/3-Scenes.png +0 -0
  92. package/Icons/X16/3-Scenes.png.meta +130 -0
  93. package/Icons/X16/4-Directors.png +0 -0
  94. package/Icons/X16/4-Directors.png.meta +130 -0
  95. package/Icons/X16/4-Presets.png +0 -0
  96. package/Icons/X16/4-Presets.png.meta +130 -0
  97. package/Icons/X16/5-Settings.png +0 -0
  98. package/Icons/X16/5-Settings.png.meta +130 -0
  99. package/Icons/X16/5-Skyboxes v2.png +0 -0
  100. package/Icons/X16/5-Skyboxes v2.png.meta +130 -0
  101. package/Icons/X16/5-Skyboxes.png +0 -0
  102. package/Icons/X16/5-Skyboxes.png.meta +130 -0
  103. package/Icons/X16/6-Videos.png +0 -0
  104. package/Icons/X16/6-Videos.png.meta +130 -0
  105. package/Icons/X16/7-SolidMats.png +0 -0
  106. package/Icons/X16/7-SolidMats.png.meta +130 -0
  107. package/Icons/X16/8-PostProcessing.png +0 -0
  108. package/Icons/X16/8-PostProcessing.png.meta +130 -0
  109. package/Icons/X16/9-UI.png +0 -0
  110. package/Icons/X16/9-UI.png.meta +130 -0
  111. package/Icons/X16/Animation_X16.png +0 -0
  112. package/Icons/X16/Animation_X16.png.meta +130 -0
  113. package/Icons/X16/Art_X16.png +0 -0
  114. package/Icons/X16/Art_X16.png.meta +130 -0
  115. package/Icons/X16/Audio_X16.png +0 -0
  116. package/Icons/X16/Audio_X16.png.meta +130 -0
  117. package/Icons/X16/C_Animation_X16.png +0 -0
  118. package/Icons/X16/C_Animation_X16.png.meta +130 -0
  119. package/Icons/X16/C_Audio_X16.png +0 -0
  120. package/Icons/X16/C_Audio_X16.png.meta +130 -0
  121. package/Icons/X16/C_Material_X16.png +0 -0
  122. package/Icons/X16/C_Material_X16.png.meta +130 -0
  123. package/Icons/X16/C_Mesh_X16.png +0 -0
  124. package/Icons/X16/C_Mesh_X16.png.meta +130 -0
  125. package/Icons/X16/C_Prefab_X16.png +0 -0
  126. package/Icons/X16/C_Prefab_X16.png.meta +130 -0
  127. package/Icons/X16/C_Script_X16.png +0 -0
  128. package/Icons/X16/C_Script_X16.png.meta +130 -0
  129. package/Icons/X16/C_VFX_X16.png +0 -0
  130. package/Icons/X16/C_VFX_X16.png.meta +130 -0
  131. package/Icons/X16/Director_X16.png +0 -0
  132. package/Icons/X16/Director_X16.png.meta +130 -0
  133. package/Icons/X16/Folder_X16.png +0 -0
  134. package/Icons/X16/Folder_X16.png.meta +130 -0
  135. package/Icons/X16/Light_X16.png +0 -0
  136. package/Icons/X16/Light_X16.png.meta +130 -0
  137. package/Icons/X16/Material_X16.png +0 -0
  138. package/Icons/X16/Material_X16.png.meta +130 -0
  139. package/Icons/X16/Mesh_X16.png +0 -0
  140. package/Icons/X16/Mesh_X16.png.meta +130 -0
  141. package/Icons/X16/PostPro_X16.png +0 -0
  142. package/Icons/X16/PostPro_X16.png.meta +130 -0
  143. package/Icons/X16/Prefab_X16.png +0 -0
  144. package/Icons/X16/Prefab_X16.png.meta +130 -0
  145. package/Icons/X16/Preset2_X16.png +0 -0
  146. package/Icons/X16/Preset2_X16.png.meta +130 -0
  147. package/Icons/X16/Preset_X16.png +0 -0
  148. package/Icons/X16/Preset_X16.png.meta +130 -0
  149. package/Icons/X16/SFX_X16.png +0 -0
  150. package/Icons/X16/SFX_X16.png.meta +130 -0
  151. package/Icons/X16/Scene_X16.png +0 -0
  152. package/Icons/X16/Scene_X16.png.meta +130 -0
  153. package/Icons/X16/Script_X16.png +0 -0
  154. package/Icons/X16/Script_X16.png.meta +130 -0
  155. package/Icons/X16/Settings2_X16.png +0 -0
  156. package/Icons/X16/Settings2_X16.png.meta +130 -0
  157. package/Icons/X16/Settings3_X16.png +0 -0
  158. package/Icons/X16/Settings3_X16.png.meta +130 -0
  159. package/Icons/X16/Settings_X16.png +0 -0
  160. package/Icons/X16/Settings_X16.png.meta +130 -0
  161. package/Icons/X16/Shader_X16.png +0 -0
  162. package/Icons/X16/Shader_X16.png.meta +130 -0
  163. package/Icons/X16/Skybox_X16.png +0 -0
  164. package/Icons/X16/Skybox_X16.png.meta +130 -0
  165. package/Icons/X16/SolidMats_X16.png +0 -0
  166. package/Icons/X16/SolidMats_X16.png.meta +130 -0
  167. package/Icons/X16/Text_X16.png +0 -0
  168. package/Icons/X16/Text_X16.png.meta +130 -0
  169. package/Icons/X16/UI_X16.png +0 -0
  170. package/Icons/X16/UI_X16.png.meta +130 -0
  171. package/Icons/X16/VFX_X16.png +0 -0
  172. package/Icons/X16/VFX_X16.png.meta +130 -0
  173. package/Icons/X16/Video_X16.png +0 -0
  174. package/Icons/X16/Video_X16.png.meta +130 -0
  175. package/Icons/X16.meta +8 -0
  176. package/Icons/x256/1-3Dx256.png +0 -0
  177. package/Icons/x256/1-3Dx256.png.meta +130 -0
  178. package/Icons/x256/1-Programmingx256.png +0 -0
  179. package/Icons/x256/1-Programmingx256.png.meta +130 -0
  180. package/Icons/x256/10-Lightingx256.png +0 -0
  181. package/Icons/x256/10-Lightingx256.png.meta +130 -0
  182. package/Icons/x256/2-Artx256.png +0 -0
  183. package/Icons/x256/2-Artx256.png.meta +130 -0
  184. package/Icons/x256/2-VFXx256.png +0 -0
  185. package/Icons/x256/2-VFXx256.png.meta +130 -0
  186. package/Icons/x256/3-SFXx256.png +0 -0
  187. package/Icons/x256/3-SFXx256.png.meta +130 -0
  188. package/Icons/x256/3-Scenesx256.png +0 -0
  189. package/Icons/x256/3-Scenesx256.png.meta +130 -0
  190. package/Icons/x256/4-Directorsx256.png +0 -0
  191. package/Icons/x256/4-Directorsx256.png.meta +130 -0
  192. package/Icons/x256/4-Presetsx256.png +0 -0
  193. package/Icons/x256/4-Presetsx256.png.meta +130 -0
  194. package/Icons/x256/5-Settingsx256.png +0 -0
  195. package/Icons/x256/5-Settingsx256.png.meta +130 -0
  196. package/Icons/x256/5-Skyboxes v2x256.png +0 -0
  197. package/Icons/x256/5-Skyboxes v2x256.png.meta +130 -0
  198. package/Icons/x256/6-Videosx256.png +0 -0
  199. package/Icons/x256/6-Videosx256.png.meta +130 -0
  200. package/Icons/x256/7-SolidMatsx256.png +0 -0
  201. package/Icons/x256/7-SolidMatsx256.png.meta +130 -0
  202. package/Icons/x256/8-PostProcessingx256.png +0 -0
  203. package/Icons/x256/8-PostProcessingx256.png.meta +130 -0
  204. package/Icons/x256/9-UIx256.png +0 -0
  205. package/Icons/x256/9-UIx256.png.meta +130 -0
  206. package/Icons/x256/B_Folder_White.png +0 -0
  207. package/Icons/x256/B_Folder_White.png.meta +130 -0
  208. package/Icons/x256/C_Animation_X256.png +0 -0
  209. package/Icons/x256/C_Animation_X256.png.meta +130 -0
  210. package/Icons/x256/C_Audio_X256.png +0 -0
  211. package/Icons/x256/C_Audio_X256.png.meta +130 -0
  212. package/Icons/x256/C_Material_X256.png +0 -0
  213. package/Icons/x256/C_Material_X256.png.meta +130 -0
  214. package/Icons/x256/C_Mesh_X256.png +0 -0
  215. package/Icons/x256/C_Mesh_X256.png.meta +130 -0
  216. package/Icons/x256/C_Prefab_X256.png +0 -0
  217. package/Icons/x256/C_Prefab_X256.png.meta +130 -0
  218. package/Icons/x256/C_Script_X256.png +0 -0
  219. package/Icons/x256/C_Script_X256.png.meta +130 -0
  220. package/Icons/x256/C_VFX_X256.png +0 -0
  221. package/Icons/x256/C_VFX_X256.png.meta +130 -0
  222. package/Icons/x256/Folder_White.png +0 -0
  223. package/Icons/x256/Folder_White.png.meta +156 -0
  224. package/Icons/x256/Shader_X256.png +0 -0
  225. package/Icons/x256/Shader_X256.png.meta +130 -0
  226. package/Icons/x256.meta +8 -0
  227. package/Icons.meta +8 -0
  228. package/PSD/PSD.psd +0 -0
  229. package/PSD/PSD.psd.meta +130 -0
  230. package/PSD/PSDx256.psd +0 -0
  231. package/PSD/PSDx256.psd.meta +130 -0
  232. package/PSD.meta +8 -0
  233. package/package.json +29 -0
  234. package/package.json.meta +7 -0
@@ -0,0 +1,51 @@
1
+ using UnityEngine;
2
+ using UnityEditor;
3
+ using System.IO;
4
+
5
+ public static class UnityProjectStructureCreator
6
+ {
7
+ [MenuItem("Tools/JaimeCamachoDev/UnityFolders/Crear estructura base del proyecto", false, 10)]
8
+ [MenuItem("Assets/JaimeCamachoDev/UnityFolders/Crear estructura base del proyecto", false, 10)]
9
+ private static void CreateProjectStructure()
10
+ {
11
+ string root = "Assets";
12
+
13
+ CreateFolder(root, "1-Programming");
14
+ CreateFolder(root, "2-Art");
15
+ CreateFolder(root, "3-Scenes");
16
+ CreateFolder(root, "4-Presets");
17
+ CreateFolder(root, "5-Settings");
18
+
19
+ string artPath = Path.Combine(root, "2-Art");
20
+ CreateFolder(artPath, "1-3D");
21
+ CreateFolder(artPath, "2-VFX");
22
+ CreateFolder(artPath, "3-SFX");
23
+ CreateFolder(artPath, "4-Directors");
24
+ CreateFolder(artPath, "5-Skybox");
25
+ CreateFolder(artPath, "6-Videos");
26
+ CreateFolder(artPath, "7-SolidMats");
27
+ CreateFolder(artPath, "8-PostProcessing");
28
+ CreateFolder(artPath, "9-UI");
29
+ CreateFolder(artPath, "10-Lighting");
30
+
31
+ string d3Path = Path.Combine(artPath, "1-3D");
32
+ CreateFolder(d3Path, "Characters");
33
+ CreateFolder(d3Path, "Environment");
34
+
35
+ string charactersPath = Path.Combine(d3Path, "Characters");
36
+ CreateFolder(charactersPath, "Player");
37
+ CreateFolder(charactersPath, "NPCs");
38
+
39
+ AssetDatabase.Refresh();
40
+ Debug.Log("Estructura base del proyecto creada con �xito.");
41
+ }
42
+
43
+ private static void CreateFolder(string parentPath, string folderName)
44
+ {
45
+ string fullPath = Path.Combine(parentPath, folderName);
46
+ if (!AssetDatabase.IsValidFolder(fullPath))
47
+ {
48
+ AssetDatabase.CreateFolder(parentPath, folderName);
49
+ }
50
+ }
51
+ }
@@ -0,0 +1,2 @@
1
+ fileFormatVersion: 2
2
+ guid: eeffcc0075d9e2341a06488641d91388
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "com.jaimecamacho.unityfolders.Editor",
3
+ "rootNamespace": "",
4
+ "references": [],
5
+ "includePlatforms": [
6
+ "Editor"
7
+ ],
8
+ "excludePlatforms": [],
9
+ "allowUnsafeCode": false,
10
+ "overrideReferences": false,
11
+ "precompiledReferences": [],
12
+ "autoReferenced": true,
13
+ "defineConstraints": [],
14
+ "versionDefines": [],
15
+ "noEngineReferences": false
16
+ }
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: a400e83a20c03ff43b94d37984324c95
3
+ AssemblyDefinitionImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
package/Editor.meta ADDED
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: ae6483c5e64ad9446b0a6ca8e9dd1122
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,292 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!114 &11400000
4
+ MonoBehaviour:
5
+ m_ObjectHideFlags: 0
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ m_GameObject: {fileID: 0}
10
+ m_Enabled: 1
11
+ m_EditorHideFlags: 0
12
+ m_Script: {fileID: 11500000, guid: 2d7e1e9c1cb5623408935e6e25e3256a, type: 3}
13
+ m_Name: FolderIconsSettings
14
+ m_EditorClassIdentifier:
15
+ rules:
16
+ - ruleName: holii0
17
+ matchType: 0
18
+ match: Animation
19
+ iconSmall: {fileID: 2800000, guid: 93cae9bb2074d714c92cd2ea52507162, type: 3}
20
+ iconLarge: {fileID: 2800000, guid: 5858a92f756607f40836db9fba1bcda2, type: 3}
21
+ overlayIcon: {fileID: 0}
22
+ previewSmall: {fileID: 0}
23
+ previewLarge: {fileID: 0}
24
+ background: {r: 1, g: 0.03137255, b: 0.22352943, a: 0.5019608}
25
+ enabled: 1
26
+ eraseDefault: 1
27
+ priority: 2
28
+ - ruleName: holii0
29
+ matchType: 0
30
+ match: Audio
31
+ iconSmall: {fileID: 2800000, guid: eadc7b0c40efffe4fa303e51862f4862, type: 3}
32
+ iconLarge: {fileID: 2800000, guid: 2824fb414891ca345b4fdb3c43caa03d, type: 3}
33
+ overlayIcon: {fileID: 2800000, guid: 96c8504ba8d9ed54e9ea8e94ac3f7680, type: 3}
34
+ previewSmall: {fileID: 0}
35
+ previewLarge: {fileID: 0}
36
+ background: {r: 1, g: 0.8000001, b: 0, a: 0.5019608}
37
+ enabled: 1
38
+ eraseDefault: 1
39
+ priority: 2
40
+ - ruleName: holii0
41
+ matchType: 0
42
+ match: Material
43
+ iconSmall: {fileID: 2800000, guid: 414b5b69cf5c502469acc0ca6a43f62f, type: 3}
44
+ iconLarge: {fileID: 2800000, guid: 97b0df50260f03d439f05178d5cff186, type: 3}
45
+ overlayIcon: {fileID: 2800000, guid: 8415f9789be67ba4fa10561dd058a45e, type: 3}
46
+ previewSmall: {fileID: 0}
47
+ previewLarge: {fileID: 0}
48
+ background: {r: 0.19215688, g: 0.6313726, b: 0.74509805, a: 0.5019608}
49
+ enabled: 1
50
+ eraseDefault: 1
51
+ priority: 2
52
+ - ruleName: holii0
53
+ matchType: 0
54
+ match: Mesh
55
+ iconSmall: {fileID: 2800000, guid: 9151529e08ab58e4d93bb5dbab2c0779, type: 3}
56
+ iconLarge: {fileID: 2800000, guid: ecde4de817a8f564e9bce32b53a71497, type: 3}
57
+ overlayIcon: {fileID: 0}
58
+ previewSmall: {fileID: 0}
59
+ previewLarge: {fileID: 0}
60
+ background: {r: 0, g: 0.8862746, b: 0.19215688, a: 0.5019608}
61
+ enabled: 1
62
+ eraseDefault: 1
63
+ priority: 2
64
+ - ruleName: holii0
65
+ matchType: 0
66
+ match: Prefab
67
+ iconSmall: {fileID: 2800000, guid: 842ab629c250c2549958583829a79f4b, type: 3}
68
+ iconLarge: {fileID: 2800000, guid: 40984842534d5c240990447a93bf618d, type: 3}
69
+ overlayIcon: {fileID: 2800000, guid: bd2507564dbf8424b9dce9572d7f108b, type: 3}
70
+ previewSmall: {fileID: 0}
71
+ previewLarge: {fileID: 0}
72
+ background: {r: 0.18039216, g: 0.8431373, b: 1, a: 0.5019608}
73
+ enabled: 1
74
+ eraseDefault: 1
75
+ priority: 2
76
+ - ruleName: holii0
77
+ matchType: 0
78
+ match: Script
79
+ iconSmall: {fileID: 2800000, guid: b65555f9b8baaea4092785b03f8f163a, type: 3}
80
+ iconLarge: {fileID: 2800000, guid: d645c4493e9d22c469ffb13a607590ee, type: 3}
81
+ overlayIcon: {fileID: 0}
82
+ previewSmall: {fileID: 0}
83
+ previewLarge: {fileID: 0}
84
+ background: {r: 0, g: 0.52156866, b: 0, a: 0.5019608}
85
+ enabled: 1
86
+ eraseDefault: 1
87
+ priority: 2
88
+ - ruleName: holii0
89
+ matchType: 0
90
+ match: Shader
91
+ iconSmall: {fileID: 2800000, guid: 360cc34802588104aa0519adcdf25c0f, type: 3}
92
+ iconLarge: {fileID: 2800000, guid: 051159673f0f54c4e8058c8016841416, type: 3}
93
+ overlayIcon: {fileID: 0}
94
+ previewSmall: {fileID: 0}
95
+ previewLarge: {fileID: 0}
96
+ background: {r: 0.8867924, g: 0.4308473, b: 0.51635396, a: 0.5019608}
97
+ enabled: 1
98
+ eraseDefault: 1
99
+ priority: 2
100
+ - ruleName: holii0
101
+ matchType: 0
102
+ match: VFX
103
+ iconSmall: {fileID: 2800000, guid: 16704869c6f1c494d8f43b534acbe991, type: 3}
104
+ iconLarge: {fileID: 2800000, guid: e58d8ba5113fbda4ea5d8dfd54403e9e, type: 3}
105
+ overlayIcon: {fileID: 0}
106
+ previewSmall: {fileID: 0}
107
+ previewLarge: {fileID: 0}
108
+ background: {r: 0.9921569, g: 0.6784314, b: 0, a: 0.5019608}
109
+ enabled: 1
110
+ eraseDefault: 1
111
+ priority: 2
112
+ - ruleName: holii0
113
+ matchType: 0
114
+ match: 1-Programming
115
+ iconSmall: {fileID: 2800000, guid: a8f5f1db100089e468652b69315844a8, type: 3}
116
+ iconLarge: {fileID: 2800000, guid: 953ec446bae5ebb4db8d4167b08e3f2a, type: 3}
117
+ overlayIcon: {fileID: 0}
118
+ previewSmall: {fileID: 0}
119
+ previewLarge: {fileID: 0}
120
+ background: {r: 0.23202206, g: 0.6226415, b: 0.279853, a: 0.5019608}
121
+ enabled: 1
122
+ eraseDefault: 1
123
+ priority: 2
124
+ - ruleName: holii0
125
+ matchType: 0
126
+ match: 2-Art
127
+ iconSmall: {fileID: 2800000, guid: b24ecf3dbc8cf664283c7ff17ae8c3e5, type: 3}
128
+ iconLarge: {fileID: 2800000, guid: 43275ebfa90334a4594848ab666ba39f, type: 3}
129
+ overlayIcon: {fileID: 2800000, guid: 9d757f0792521c44dbbecb9bbbb88a72, type: 3}
130
+ previewSmall: {fileID: 0}
131
+ previewLarge: {fileID: 0}
132
+ background: {r: 1, g: 0.89019614, b: 0.16078432, a: 0.5019608}
133
+ enabled: 1
134
+ eraseDefault: 1
135
+ priority: 2
136
+ - ruleName: holii0
137
+ matchType: 0
138
+ match: 3-Scenes
139
+ iconSmall: {fileID: 2800000, guid: 91b72c2f152a9474f99a02cdad9bb70e, type: 3}
140
+ iconLarge: {fileID: 2800000, guid: bd9e39018c3f8e44caed64b8ec3e2eae, type: 3}
141
+ overlayIcon: {fileID: 2800000, guid: edfd475806c51234eab645ab587bbee0, type: 3}
142
+ previewSmall: {fileID: 0}
143
+ previewLarge: {fileID: 0}
144
+ background: {r: 0.85490197, g: 0.27582338, b: 0.18039213, a: 0.5019608}
145
+ enabled: 1
146
+ eraseDefault: 1
147
+ priority: 2
148
+ - ruleName: holii0
149
+ matchType: 0
150
+ match: 4-Presets
151
+ iconSmall: {fileID: 2800000, guid: f835f1656dc8cec40a8b7453acba8ba2, type: 3}
152
+ iconLarge: {fileID: 2800000, guid: 7bc9297a306a6d84fa3ed1e041635fc9, type: 3}
153
+ overlayIcon: {fileID: 0}
154
+ previewSmall: {fileID: 0}
155
+ previewLarge: {fileID: 0}
156
+ background: {r: 0.8117648, g: 0.18039216, b: 0.24705884, a: 1}
157
+ enabled: 1
158
+ eraseDefault: 1
159
+ priority: 2
160
+ - ruleName: holii0
161
+ matchType: 0
162
+ match: 5-Settings
163
+ iconSmall: {fileID: 2800000, guid: a66c54ffa6ed9ac4394c18e08aea2841, type: 3}
164
+ iconLarge: {fileID: 2800000, guid: eb67fabf9aef8a14d9da2d15eb6f7bf9, type: 3}
165
+ overlayIcon: {fileID: 0}
166
+ previewSmall: {fileID: 0}
167
+ previewLarge: {fileID: 0}
168
+ background: {r: 0.79005355, g: 0.2719384, b: 0.9150943, a: 0.5019608}
169
+ enabled: 1
170
+ eraseDefault: 1
171
+ priority: 2
172
+ - ruleName: holii0
173
+ matchType: 0
174
+ match: 1-3D
175
+ iconSmall: {fileID: 2800000, guid: 0dd7de69177d576459c01397f6ac64bb, type: 3}
176
+ iconLarge: {fileID: 2800000, guid: 6a2cdb56511072546849d2d16f62c960, type: 3}
177
+ overlayIcon: {fileID: 0}
178
+ previewSmall: {fileID: 0}
179
+ previewLarge: {fileID: 0}
180
+ background: {r: 1, g: 1, b: 1, a: 0.5019608}
181
+ enabled: 1
182
+ eraseDefault: 1
183
+ priority: 2
184
+ - ruleName: holii0
185
+ matchType: 0
186
+ match: 2-VFX
187
+ iconSmall: {fileID: 2800000, guid: 87f868b8f093b0e41b1fdd35d89210ba, type: 3}
188
+ iconLarge: {fileID: 2800000, guid: 4be31e94ec4207d44b7e25bcfe08c499, type: 3}
189
+ overlayIcon: {fileID: 0}
190
+ previewSmall: {fileID: 0}
191
+ previewLarge: {fileID: 0}
192
+ background: {r: 0.5188679, g: 0.5188679, b: 0.5188679, a: 0.5019608}
193
+ enabled: 1
194
+ eraseDefault: 1
195
+ priority: 2
196
+ - ruleName: holii0
197
+ matchType: 0
198
+ match: 3-SFX
199
+ iconSmall: {fileID: 2800000, guid: 1b05c9d2225b3b94d9d4050f5ac33ce3, type: 3}
200
+ iconLarge: {fileID: 2800000, guid: 85d9bbef9d99e564e84f6abd95da5d4d, type: 3}
201
+ overlayIcon: {fileID: 0}
202
+ previewSmall: {fileID: 0}
203
+ previewLarge: {fileID: 0}
204
+ background: {r: 1, g: 1, b: 1, a: 0.5019608}
205
+ enabled: 1
206
+ eraseDefault: 1
207
+ priority: 2
208
+ - ruleName: holii0
209
+ matchType: 0
210
+ match: 4-Directors
211
+ iconSmall: {fileID: 2800000, guid: cb886b2e28cb89b49983bea881129e67, type: 3}
212
+ iconLarge: {fileID: 2800000, guid: 49a2b7879e95ef04ea5ce0541fdf252f, type: 3}
213
+ overlayIcon: {fileID: 0}
214
+ previewSmall: {fileID: 0}
215
+ previewLarge: {fileID: 0}
216
+ background: {r: 0.5188679, g: 0.5188679, b: 0.5188679, a: 0.5019608}
217
+ enabled: 1
218
+ eraseDefault: 1
219
+ priority: 2
220
+ - ruleName: holii0
221
+ matchType: 0
222
+ match: 5-Skyboxs
223
+ iconSmall: {fileID: 2800000, guid: eaebd3cdd3f1f1a45821627c7fc475c5, type: 3}
224
+ iconLarge: {fileID: 2800000, guid: 4732ff8c45be8094eaae34af01ccff24, type: 3}
225
+ overlayIcon: {fileID: 0}
226
+ previewSmall: {fileID: 2800000, guid: eaebd3cdd3f1f1a45821627c7fc475c5, type: 3}
227
+ previewLarge: {fileID: 2800000, guid: 4732ff8c45be8094eaae34af01ccff24, type: 3}
228
+ background: {r: 1, g: 1, b: 1, a: 0.5019608}
229
+ enabled: 1
230
+ eraseDefault: 1
231
+ priority: 2
232
+ - ruleName: holii0
233
+ matchType: 0
234
+ match: 6-Videos
235
+ iconSmall: {fileID: 2800000, guid: 3b33efb9f12a13e4291d27f3a33b3593, type: 3}
236
+ iconLarge: {fileID: 2800000, guid: c46cdaa592fcf024a8bc69dca72113a5, type: 3}
237
+ overlayIcon: {fileID: 0}
238
+ previewSmall: {fileID: 0}
239
+ previewLarge: {fileID: 0}
240
+ background: {r: 0.5188679, g: 0.5188679, b: 0.5188679, a: 0.5019608}
241
+ enabled: 1
242
+ eraseDefault: 1
243
+ priority: 2
244
+ - ruleName: holii0
245
+ matchType: 0
246
+ match: 7-SolidMats
247
+ iconSmall: {fileID: 2800000, guid: bb1528be7ff5cc54cb225a6f807dddd7, type: 3}
248
+ iconLarge: {fileID: 2800000, guid: ec20af3c4b1b4704caf556e0c55f1be1, type: 3}
249
+ overlayIcon: {fileID: 0}
250
+ previewSmall: {fileID: 0}
251
+ previewLarge: {fileID: 0}
252
+ background: {r: 1, g: 1, b: 1, a: 0.5019608}
253
+ enabled: 1
254
+ eraseDefault: 1
255
+ priority: 2
256
+ - ruleName: holii0
257
+ matchType: 0
258
+ match: 8-PostProcessing
259
+ iconSmall: {fileID: 2800000, guid: ffc7e695a37cd204ba59329601933fdd, type: 3}
260
+ iconLarge: {fileID: 2800000, guid: f3190f403be6b88488ad0e3b6ae2d0b0, type: 3}
261
+ overlayIcon: {fileID: 0}
262
+ previewSmall: {fileID: 0}
263
+ previewLarge: {fileID: 0}
264
+ background: {r: 0.5188679, g: 0.5188679, b: 0.5188679, a: 0.5019608}
265
+ enabled: 1
266
+ eraseDefault: 1
267
+ priority: 2
268
+ - ruleName: holii0
269
+ matchType: 0
270
+ match: 9-UI
271
+ iconSmall: {fileID: 2800000, guid: 29eb2642fd8e8ae408dd7393c940c029, type: 3}
272
+ iconLarge: {fileID: 2800000, guid: 8226319035de953478906c88a8fbad95, type: 3}
273
+ overlayIcon: {fileID: 0}
274
+ previewSmall: {fileID: 0}
275
+ previewLarge: {fileID: 0}
276
+ background: {r: 1, g: 1, b: 1, a: 0.5019608}
277
+ enabled: 1
278
+ eraseDefault: 1
279
+ priority: 2
280
+ - ruleName: holii0
281
+ matchType: 0
282
+ match: 10-Lighting
283
+ iconSmall: {fileID: 2800000, guid: 8f9b6f0678ea7344db0d7dd305a39d45, type: 3}
284
+ iconLarge: {fileID: 2800000, guid: c99bfc3dd9f88ac4287e3a2b09101db2, type: 3}
285
+ overlayIcon: {fileID: 0}
286
+ previewSmall: {fileID: 0}
287
+ previewLarge: {fileID: 0}
288
+ background: {r: 0.5188679, g: 0.5188679, b: 0.5188679, a: 0.5019608}
289
+ enabled: 1
290
+ eraseDefault: 1
291
+ priority: 2
292
+ showPreview: 1
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: d4d9df425d541af469a5913b02d5262f
3
+ NativeFormatImporter:
4
+ externalObjects: {}
5
+ mainObjectFileID: 0
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 7cd2ad9fa913e8e4aa8668d8f46f2b14
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
Binary file
@@ -0,0 +1,156 @@
1
+ fileFormatVersion: 2
2
+ guid: 4732ff8c45be8094eaae34af01ccff24
3
+ TextureImporter:
4
+ internalIDToNameTable: []
5
+ externalObjects: {}
6
+ serializedVersion: 13
7
+ mipmaps:
8
+ mipMapMode: 0
9
+ enableMipMap: 0
10
+ sRGBTexture: 1
11
+ linearTexture: 0
12
+ fadeOut: 0
13
+ borderMipMap: 0
14
+ mipMapsPreserveCoverage: 0
15
+ alphaTestReferenceValue: 0.5
16
+ mipMapFadeDistanceStart: 1
17
+ mipMapFadeDistanceEnd: 3
18
+ bumpmap:
19
+ convertToNormalMap: 0
20
+ externalNormalMap: 0
21
+ heightScale: 0.25
22
+ normalMapFilter: 0
23
+ flipGreenChannel: 0
24
+ isReadable: 1
25
+ streamingMipmaps: 0
26
+ streamingMipmapsPriority: 0
27
+ vTOnly: 0
28
+ ignoreMipmapLimit: 0
29
+ grayScaleToAlpha: 0
30
+ generateCubemap: 6
31
+ cubemapConvolution: 0
32
+ seamlessCubemap: 0
33
+ textureFormat: 1
34
+ maxTextureSize: 2048
35
+ textureSettings:
36
+ serializedVersion: 2
37
+ filterMode: 1
38
+ aniso: 1
39
+ mipBias: 0
40
+ wrapU: 1
41
+ wrapV: 1
42
+ wrapW: 1
43
+ nPOTScale: 0
44
+ lightmap: 0
45
+ compressionQuality: 50
46
+ spriteMode: 0
47
+ spriteExtrude: 1
48
+ spriteMeshType: 1
49
+ alignment: 0
50
+ spritePivot: {x: 0.5, y: 0.5}
51
+ spritePixelsToUnits: 100
52
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
53
+ spriteGenerateFallbackPhysicsShape: 1
54
+ alphaUsage: 1
55
+ alphaIsTransparency: 1
56
+ spriteTessellationDetail: -1
57
+ textureType: 2
58
+ textureShape: 1
59
+ singleChannelComponent: 0
60
+ flipbookRows: 1
61
+ flipbookColumns: 1
62
+ maxTextureSizeSet: 0
63
+ compressionQualitySet: 0
64
+ textureFormatSet: 0
65
+ ignorePngGamma: 0
66
+ applyGammaDecoding: 0
67
+ swizzle: 50462976
68
+ cookieLightType: 0
69
+ platformSettings:
70
+ - serializedVersion: 4
71
+ buildTarget: DefaultTexturePlatform
72
+ maxTextureSize: 256
73
+ resizeAlgorithm: 0
74
+ textureFormat: -1
75
+ textureCompression: 1
76
+ compressionQuality: 50
77
+ crunchedCompression: 0
78
+ allowsAlphaSplitting: 0
79
+ overridden: 0
80
+ ignorePlatformSupport: 0
81
+ androidETC2FallbackOverride: 0
82
+ forceMaximumCompressionQuality_BC6H_BC7: 0
83
+ - serializedVersion: 4
84
+ buildTarget: Standalone
85
+ maxTextureSize: 2048
86
+ resizeAlgorithm: 0
87
+ textureFormat: -1
88
+ textureCompression: 1
89
+ compressionQuality: 50
90
+ crunchedCompression: 0
91
+ allowsAlphaSplitting: 0
92
+ overridden: 0
93
+ ignorePlatformSupport: 0
94
+ androidETC2FallbackOverride: 0
95
+ forceMaximumCompressionQuality_BC6H_BC7: 0
96
+ - serializedVersion: 4
97
+ buildTarget: Android
98
+ maxTextureSize: 2048
99
+ resizeAlgorithm: 0
100
+ textureFormat: -1
101
+ textureCompression: 1
102
+ compressionQuality: 50
103
+ crunchedCompression: 0
104
+ allowsAlphaSplitting: 0
105
+ overridden: 0
106
+ ignorePlatformSupport: 0
107
+ androidETC2FallbackOverride: 0
108
+ forceMaximumCompressionQuality_BC6H_BC7: 0
109
+ - serializedVersion: 4
110
+ buildTarget: WebGL
111
+ maxTextureSize: 2048
112
+ resizeAlgorithm: 0
113
+ textureFormat: -1
114
+ textureCompression: 1
115
+ compressionQuality: 50
116
+ crunchedCompression: 0
117
+ allowsAlphaSplitting: 0
118
+ overridden: 0
119
+ ignorePlatformSupport: 0
120
+ androidETC2FallbackOverride: 0
121
+ forceMaximumCompressionQuality_BC6H_BC7: 0
122
+ - serializedVersion: 4
123
+ buildTarget: WindowsStoreApps
124
+ maxTextureSize: 2048
125
+ resizeAlgorithm: 0
126
+ textureFormat: -1
127
+ textureCompression: 1
128
+ compressionQuality: 50
129
+ crunchedCompression: 0
130
+ allowsAlphaSplitting: 0
131
+ overridden: 0
132
+ ignorePlatformSupport: 0
133
+ androidETC2FallbackOverride: 0
134
+ forceMaximumCompressionQuality_BC6H_BC7: 0
135
+ spriteSheet:
136
+ serializedVersion: 2
137
+ sprites: []
138
+ outline: []
139
+ customData:
140
+ physicsShape: []
141
+ bones: []
142
+ spriteID:
143
+ internalID: 0
144
+ vertices: []
145
+ indices:
146
+ edges: []
147
+ weights: []
148
+ secondaryTextures: []
149
+ spriteCustomMetadata:
150
+ entries: []
151
+ nameFileIdTable: {}
152
+ mipmapLimitGroupName:
153
+ pSDRemoveMatte: 0
154
+ userData:
155
+ assetBundleName:
156
+ assetBundleVariant:
Binary file