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.
- package/.attestation.p7m +0 -0
- package/Editor/FolderIconRecolorUtility.cs +71 -0
- package/Editor/FolderIconRecolorUtility.cs.meta +2 -0
- package/Editor/FolderIconsManager.cs +168 -0
- package/Editor/FolderIconsManager.cs.meta +2 -0
- package/Editor/FolderIconsPostprocessor.cs +14 -0
- package/Editor/FolderIconsPostprocessor.cs.meta +2 -0
- package/Editor/FolderIconsSettings.cs +40 -0
- package/Editor/FolderIconsSettings.cs.meta +2 -0
- package/Editor/FolderIconsSettingsEditor.cs +147 -0
- package/Editor/FolderIconsSettingsEditor.cs.meta +2 -0
- package/Editor/FolderIconsSettingsMenu.cs +35 -0
- package/Editor/FolderIconsSettingsMenu.cs.meta +2 -0
- package/Editor/UnityAssetsRenamer.cs +70 -0
- package/Editor/UnityAssetsRenamer.cs.meta +11 -0
- package/Editor/UnityFolderOrganizer.cs +215 -0
- package/Editor/UnityFolderOrganizer.cs.meta +2 -0
- package/Editor/UnityFoldersCreator.cs +118 -0
- package/Editor/UnityFoldersCreator.cs.meta +2 -0
- package/Editor/UnityMaterialsCreator.cs +386 -0
- package/Editor/UnityMaterialsCreator.cs.meta +11 -0
- package/Editor/UnityMaterialsOrganizerRenamer.cs +63 -0
- package/Editor/UnityMaterialsOrganizerRenamer.cs.meta +11 -0
- package/Editor/UnityOrganizeAndRenamer.cs +58 -0
- package/Editor/UnityOrganizeAndRenamer.cs.meta +11 -0
- package/Editor/UnityPrefabCreator.cs +128 -0
- package/Editor/UnityPrefabCreator.cs.meta +11 -0
- package/Editor/UnityProjectStructureCreator.cs +51 -0
- package/Editor/UnityProjectStructureCreator.cs.meta +2 -0
- package/Editor/com.jaimecamacho.unityfolders.Editor.asmdef +16 -0
- package/Editor/com.jaimecamacho.unityfolders.Editor.asmdef.meta +7 -0
- package/Editor.meta +8 -0
- package/FolderIconsSettings/FolderIconsSettings.asset +292 -0
- package/FolderIconsSettings/FolderIconsSettings.asset.meta +8 -0
- package/FolderIconsSettings.meta +8 -0
- package/Folders/5-Skyboxs_Large_tint.png +0 -0
- package/Folders/5-Skyboxs_Large_tint.png.meta +156 -0
- package/Folders/5-Skyboxs_Small_tint.png +0 -0
- package/Folders/5-Skyboxs_Small_tint.png.meta +156 -0
- package/Folders.meta +8 -0
- package/Icons/Animations.png +0 -0
- package/Icons/Animations.png.meta +156 -0
- package/Icons/Audio.png +0 -0
- package/Icons/Audio.png.meta +156 -0
- package/Icons/Editor.png +0 -0
- package/Icons/Editor.png.meta +156 -0
- package/Icons/Fonts.png +0 -0
- package/Icons/Fonts.png.meta +156 -0
- package/Icons/Materials.png +0 -0
- package/Icons/Materials.png.meta +156 -0
- package/Icons/Models.png +0 -0
- package/Icons/Models.png.meta +156 -0
- package/Icons/Plugins.png +0 -0
- package/Icons/Plugins.png.meta +156 -0
- package/Icons/Prefabs.png +0 -0
- package/Icons/Prefabs.png.meta +156 -0
- package/Icons/Presets.png +0 -0
- package/Icons/Presets.png.meta +156 -0
- package/Icons/Resources.png +0 -0
- package/Icons/Resources.png.meta +156 -0
- package/Icons/Scenes.png +0 -0
- package/Icons/Scenes.png.meta +156 -0
- package/Icons/Scripts.png +0 -0
- package/Icons/Scripts.png.meta +156 -0
- package/Icons/Settings.png +0 -0
- package/Icons/Settings.png.meta +156 -0
- package/Icons/Shaders.png +0 -0
- package/Icons/Shaders.png.meta +156 -0
- package/Icons/Sprites.png +0 -0
- package/Icons/Sprites.png.meta +156 -0
- package/Icons/Textures.png +0 -0
- package/Icons/Textures.png.meta +156 -0
- package/Icons/X16/-Test14.png +0 -0
- package/Icons/X16/-Test14.png.meta +130 -0
- package/Icons/X16/-Test3.png +0 -0
- package/Icons/X16/-Test3.png.meta +130 -0
- package/Icons/X16/1-3D.png +0 -0
- package/Icons/X16/1-3D.png.meta +130 -0
- package/Icons/X16/1-Programming.png +0 -0
- package/Icons/X16/1-Programming.png.meta +130 -0
- package/Icons/X16/10-Lighting.png +0 -0
- package/Icons/X16/10-Lighting.png.meta +130 -0
- package/Icons/X16/2-Art.png +0 -0
- package/Icons/X16/2-Art.png.meta +130 -0
- package/Icons/X16/2-VFX V2.png +0 -0
- package/Icons/X16/2-VFX V2.png.meta +130 -0
- package/Icons/X16/2-VFX.png +0 -0
- package/Icons/X16/2-VFX.png.meta +130 -0
- package/Icons/X16/3-SFX.png +0 -0
- package/Icons/X16/3-SFX.png.meta +130 -0
- package/Icons/X16/3-Scenes.png +0 -0
- package/Icons/X16/3-Scenes.png.meta +130 -0
- package/Icons/X16/4-Directors.png +0 -0
- package/Icons/X16/4-Directors.png.meta +130 -0
- package/Icons/X16/4-Presets.png +0 -0
- package/Icons/X16/4-Presets.png.meta +130 -0
- package/Icons/X16/5-Settings.png +0 -0
- package/Icons/X16/5-Settings.png.meta +130 -0
- package/Icons/X16/5-Skyboxes v2.png +0 -0
- package/Icons/X16/5-Skyboxes v2.png.meta +130 -0
- package/Icons/X16/5-Skyboxes.png +0 -0
- package/Icons/X16/5-Skyboxes.png.meta +130 -0
- package/Icons/X16/6-Videos.png +0 -0
- package/Icons/X16/6-Videos.png.meta +130 -0
- package/Icons/X16/7-SolidMats.png +0 -0
- package/Icons/X16/7-SolidMats.png.meta +130 -0
- package/Icons/X16/8-PostProcessing.png +0 -0
- package/Icons/X16/8-PostProcessing.png.meta +130 -0
- package/Icons/X16/9-UI.png +0 -0
- package/Icons/X16/9-UI.png.meta +130 -0
- package/Icons/X16/Animation_X16.png +0 -0
- package/Icons/X16/Animation_X16.png.meta +130 -0
- package/Icons/X16/Art_X16.png +0 -0
- package/Icons/X16/Art_X16.png.meta +130 -0
- package/Icons/X16/Audio_X16.png +0 -0
- package/Icons/X16/Audio_X16.png.meta +130 -0
- package/Icons/X16/C_Animation_X16.png +0 -0
- package/Icons/X16/C_Animation_X16.png.meta +130 -0
- package/Icons/X16/C_Audio_X16.png +0 -0
- package/Icons/X16/C_Audio_X16.png.meta +130 -0
- package/Icons/X16/C_Material_X16.png +0 -0
- package/Icons/X16/C_Material_X16.png.meta +130 -0
- package/Icons/X16/C_Mesh_X16.png +0 -0
- package/Icons/X16/C_Mesh_X16.png.meta +130 -0
- package/Icons/X16/C_Prefab_X16.png +0 -0
- package/Icons/X16/C_Prefab_X16.png.meta +130 -0
- package/Icons/X16/C_Script_X16.png +0 -0
- package/Icons/X16/C_Script_X16.png.meta +130 -0
- package/Icons/X16/C_VFX_X16.png +0 -0
- package/Icons/X16/C_VFX_X16.png.meta +130 -0
- package/Icons/X16/Director_X16.png +0 -0
- package/Icons/X16/Director_X16.png.meta +130 -0
- package/Icons/X16/Folder_X16.png +0 -0
- package/Icons/X16/Folder_X16.png.meta +130 -0
- package/Icons/X16/Light_X16.png +0 -0
- package/Icons/X16/Light_X16.png.meta +130 -0
- package/Icons/X16/Material_X16.png +0 -0
- package/Icons/X16/Material_X16.png.meta +130 -0
- package/Icons/X16/Mesh_X16.png +0 -0
- package/Icons/X16/Mesh_X16.png.meta +130 -0
- package/Icons/X16/PostPro_X16.png +0 -0
- package/Icons/X16/PostPro_X16.png.meta +130 -0
- package/Icons/X16/Prefab_X16.png +0 -0
- package/Icons/X16/Prefab_X16.png.meta +130 -0
- package/Icons/X16/Preset2_X16.png +0 -0
- package/Icons/X16/Preset2_X16.png.meta +130 -0
- package/Icons/X16/Preset_X16.png +0 -0
- package/Icons/X16/Preset_X16.png.meta +130 -0
- package/Icons/X16/SFX_X16.png +0 -0
- package/Icons/X16/SFX_X16.png.meta +130 -0
- package/Icons/X16/Scene_X16.png +0 -0
- package/Icons/X16/Scene_X16.png.meta +130 -0
- package/Icons/X16/Script_X16.png +0 -0
- package/Icons/X16/Script_X16.png.meta +130 -0
- package/Icons/X16/Settings2_X16.png +0 -0
- package/Icons/X16/Settings2_X16.png.meta +130 -0
- package/Icons/X16/Settings3_X16.png +0 -0
- package/Icons/X16/Settings3_X16.png.meta +130 -0
- package/Icons/X16/Settings_X16.png +0 -0
- package/Icons/X16/Settings_X16.png.meta +130 -0
- package/Icons/X16/Shader_X16.png +0 -0
- package/Icons/X16/Shader_X16.png.meta +130 -0
- package/Icons/X16/Skybox_X16.png +0 -0
- package/Icons/X16/Skybox_X16.png.meta +130 -0
- package/Icons/X16/SolidMats_X16.png +0 -0
- package/Icons/X16/SolidMats_X16.png.meta +130 -0
- package/Icons/X16/Text_X16.png +0 -0
- package/Icons/X16/Text_X16.png.meta +130 -0
- package/Icons/X16/UI_X16.png +0 -0
- package/Icons/X16/UI_X16.png.meta +130 -0
- package/Icons/X16/VFX_X16.png +0 -0
- package/Icons/X16/VFX_X16.png.meta +130 -0
- package/Icons/X16/Video_X16.png +0 -0
- package/Icons/X16/Video_X16.png.meta +130 -0
- package/Icons/X16.meta +8 -0
- package/Icons/x256/1-3Dx256.png +0 -0
- package/Icons/x256/1-3Dx256.png.meta +130 -0
- package/Icons/x256/1-Programmingx256.png +0 -0
- package/Icons/x256/1-Programmingx256.png.meta +130 -0
- package/Icons/x256/10-Lightingx256.png +0 -0
- package/Icons/x256/10-Lightingx256.png.meta +130 -0
- package/Icons/x256/2-Artx256.png +0 -0
- package/Icons/x256/2-Artx256.png.meta +130 -0
- package/Icons/x256/2-VFXx256.png +0 -0
- package/Icons/x256/2-VFXx256.png.meta +130 -0
- package/Icons/x256/3-SFXx256.png +0 -0
- package/Icons/x256/3-SFXx256.png.meta +130 -0
- package/Icons/x256/3-Scenesx256.png +0 -0
- package/Icons/x256/3-Scenesx256.png.meta +130 -0
- package/Icons/x256/4-Directorsx256.png +0 -0
- package/Icons/x256/4-Directorsx256.png.meta +130 -0
- package/Icons/x256/4-Presetsx256.png +0 -0
- package/Icons/x256/4-Presetsx256.png.meta +130 -0
- package/Icons/x256/5-Settingsx256.png +0 -0
- package/Icons/x256/5-Settingsx256.png.meta +130 -0
- package/Icons/x256/5-Skyboxes v2x256.png +0 -0
- package/Icons/x256/5-Skyboxes v2x256.png.meta +130 -0
- package/Icons/x256/6-Videosx256.png +0 -0
- package/Icons/x256/6-Videosx256.png.meta +130 -0
- package/Icons/x256/7-SolidMatsx256.png +0 -0
- package/Icons/x256/7-SolidMatsx256.png.meta +130 -0
- package/Icons/x256/8-PostProcessingx256.png +0 -0
- package/Icons/x256/8-PostProcessingx256.png.meta +130 -0
- package/Icons/x256/9-UIx256.png +0 -0
- package/Icons/x256/9-UIx256.png.meta +130 -0
- package/Icons/x256/B_Folder_White.png +0 -0
- package/Icons/x256/B_Folder_White.png.meta +130 -0
- package/Icons/x256/C_Animation_X256.png +0 -0
- package/Icons/x256/C_Animation_X256.png.meta +130 -0
- package/Icons/x256/C_Audio_X256.png +0 -0
- package/Icons/x256/C_Audio_X256.png.meta +130 -0
- package/Icons/x256/C_Material_X256.png +0 -0
- package/Icons/x256/C_Material_X256.png.meta +130 -0
- package/Icons/x256/C_Mesh_X256.png +0 -0
- package/Icons/x256/C_Mesh_X256.png.meta +130 -0
- package/Icons/x256/C_Prefab_X256.png +0 -0
- package/Icons/x256/C_Prefab_X256.png.meta +130 -0
- package/Icons/x256/C_Script_X256.png +0 -0
- package/Icons/x256/C_Script_X256.png.meta +130 -0
- package/Icons/x256/C_VFX_X256.png +0 -0
- package/Icons/x256/C_VFX_X256.png.meta +130 -0
- package/Icons/x256/Folder_White.png +0 -0
- package/Icons/x256/Folder_White.png.meta +156 -0
- package/Icons/x256/Shader_X256.png +0 -0
- package/Icons/x256/Shader_X256.png.meta +130 -0
- package/Icons/x256.meta +8 -0
- package/Icons.meta +8 -0
- package/PSD/PSD.psd +0 -0
- package/PSD/PSD.psd.meta +130 -0
- package/PSD/PSDx256.psd +0 -0
- package/PSD/PSDx256.psd.meta +130 -0
- package/PSD.meta +8 -0
- package/package.json +29 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 3aeb4a7c1d533d541b61107223302f89
|
|
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: 0
|
|
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: 32
|
|
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
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
customData:
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID:
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spriteCustomMetadata:
|
|
124
|
+
entries: []
|
|
125
|
+
nameFileIdTable: {}
|
|
126
|
+
mipmapLimitGroupName:
|
|
127
|
+
pSDRemoveMatte: 0
|
|
128
|
+
userData:
|
|
129
|
+
assetBundleName:
|
|
130
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 3469e993f68c0de4a971201d148bd33b
|
|
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: 0
|
|
41
|
+
wrapV: 0
|
|
42
|
+
wrapW: 0
|
|
43
|
+
nPOTScale: 1
|
|
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: 32
|
|
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
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
customData:
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID:
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spriteCustomMetadata:
|
|
124
|
+
entries: []
|
|
125
|
+
nameFileIdTable: {}
|
|
126
|
+
mipmapLimitGroupName:
|
|
127
|
+
pSDRemoveMatte: 0
|
|
128
|
+
userData:
|
|
129
|
+
assetBundleName:
|
|
130
|
+
assetBundleVariant:
|
package/Icons/X16.meta
ADDED
|
Binary file
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 6a2cdb56511072546849d2d16f62c960
|
|
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: 0
|
|
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
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
customData:
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID:
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spriteCustomMetadata:
|
|
124
|
+
entries: []
|
|
125
|
+
nameFileIdTable: {}
|
|
126
|
+
mipmapLimitGroupName:
|
|
127
|
+
pSDRemoveMatte: 0
|
|
128
|
+
userData:
|
|
129
|
+
assetBundleName:
|
|
130
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 953ec446bae5ebb4db8d4167b08e3f2a
|
|
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: 0
|
|
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
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
customData:
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID:
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spriteCustomMetadata:
|
|
124
|
+
entries: []
|
|
125
|
+
nameFileIdTable: {}
|
|
126
|
+
mipmapLimitGroupName:
|
|
127
|
+
pSDRemoveMatte: 0
|
|
128
|
+
userData:
|
|
129
|
+
assetBundleName:
|
|
130
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: c99bfc3dd9f88ac4287e3a2b09101db2
|
|
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: 0
|
|
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
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
customData:
|
|
114
|
+
physicsShape: []
|
|
115
|
+
bones: []
|
|
116
|
+
spriteID:
|
|
117
|
+
internalID: 0
|
|
118
|
+
vertices: []
|
|
119
|
+
indices:
|
|
120
|
+
edges: []
|
|
121
|
+
weights: []
|
|
122
|
+
secondaryTextures: []
|
|
123
|
+
spriteCustomMetadata:
|
|
124
|
+
entries: []
|
|
125
|
+
nameFileIdTable: {}
|
|
126
|
+
mipmapLimitGroupName:
|
|
127
|
+
pSDRemoveMatte: 0
|
|
128
|
+
userData:
|
|
129
|
+
assetBundleName:
|
|
130
|
+
assetBundleVariant:
|
|
Binary file
|