parent
dfd143b4a8
commit
4db189879a
22 changed files with 1342 additions and 566 deletions
@ -0,0 +1,7 @@ |
|||||||
|
{ |
||||||
|
"documents": {}, |
||||||
|
"history": { |
||||||
|
"history": [], |
||||||
|
"index": -1 |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,56 @@ |
|||||||
|
{ |
||||||
|
"files.exclude": |
||||||
|
{ |
||||||
|
"**/.DS_Store":true, |
||||||
|
"**/.git":true, |
||||||
|
"**/.gitignore":true, |
||||||
|
"**/.gitmodules":true, |
||||||
|
"**/*.booproj":true, |
||||||
|
"**/*.pidb":true, |
||||||
|
"**/*.suo":true, |
||||||
|
"**/*.user":true, |
||||||
|
"**/*.userprefs":true, |
||||||
|
"**/*.unityproj":true, |
||||||
|
"**/*.dll":true, |
||||||
|
"**/*.exe":true, |
||||||
|
"**/*.pdf":true, |
||||||
|
"**/*.mid":true, |
||||||
|
"**/*.midi":true, |
||||||
|
"**/*.wav":true, |
||||||
|
"**/*.gif":true, |
||||||
|
"**/*.ico":true, |
||||||
|
"**/*.jpg":true, |
||||||
|
"**/*.jpeg":true, |
||||||
|
"**/*.png":true, |
||||||
|
"**/*.psd":true, |
||||||
|
"**/*.tga":true, |
||||||
|
"**/*.tif":true, |
||||||
|
"**/*.tiff":true, |
||||||
|
"**/*.3ds":true, |
||||||
|
"**/*.3DS":true, |
||||||
|
"**/*.fbx":true, |
||||||
|
"**/*.FBX":true, |
||||||
|
"**/*.lxo":true, |
||||||
|
"**/*.LXO":true, |
||||||
|
"**/*.ma":true, |
||||||
|
"**/*.MA":true, |
||||||
|
"**/*.obj":true, |
||||||
|
"**/*.OBJ":true, |
||||||
|
"**/*.asset":true, |
||||||
|
"**/*.cubemap":true, |
||||||
|
"**/*.flare":true, |
||||||
|
"**/*.mat":true, |
||||||
|
"**/*.meta":true, |
||||||
|
"**/*.prefab":true, |
||||||
|
"**/*.unity":true, |
||||||
|
"build/":true, |
||||||
|
"Build/":true, |
||||||
|
"Library/":true, |
||||||
|
"library/":true, |
||||||
|
"obj/":true, |
||||||
|
"Obj/":true, |
||||||
|
"ProjectSettings/":true, |
||||||
|
"temp/":true, |
||||||
|
"Temp/":true |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!114 &11400000 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 0} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: b7eca376a120a0e49a97afa024778843, type: 3} |
||||||
|
m_Name: Castle-Standby |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_VideoLocation: 1 |
||||||
|
m_VideoPath: ..\FrozenMaterial\icon\icon_SHD_castle.avi |
||||||
|
animationClip: {fileID: 0} |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 70bcd2fdef18f9a49bbb0e651a33a419 |
||||||
|
timeCreated: 1524210684 |
||||||
|
licenseType: Free |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 11400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,17 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!114 &11400000 |
||||||
|
MonoBehaviour: |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_GameObject: {fileID: 0} |
||||||
|
m_Enabled: 1 |
||||||
|
m_EditorHideFlags: 0 |
||||||
|
m_Script: {fileID: 11500000, guid: b7eca376a120a0e49a97afa024778843, type: 3} |
||||||
|
m_Name: Castle-Trigger |
||||||
|
m_EditorClassIdentifier: |
||||||
|
m_VideoLocation: 1 |
||||||
|
m_VideoPath: ..\FrozenMaterial\night\wall_castle-growth.avi |
||||||
|
animationClip: {fileID: 0} |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: af1c0e6712379e04590a861bc071f306 |
||||||
|
timeCreated: 1524210684 |
||||||
|
licenseType: Free |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 11400000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,77 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!21 &2100000 |
||||||
|
Material: |
||||||
|
serializedVersion: 6 |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_Name: Castle-icn |
||||||
|
m_Shader: {fileID: 4800000, guid: a76fe72ab9c198948a9233662c9407f3, type: 3} |
||||||
|
m_ShaderKeywords: _ALPHATEST_ON _EMISSION |
||||||
|
m_LightmapFlags: 1 |
||||||
|
m_EnableInstancingVariants: 0 |
||||||
|
m_DoubleSidedGI: 0 |
||||||
|
m_CustomRenderQueue: -1 |
||||||
|
stringTagMap: {} |
||||||
|
disabledShaderPasses: [] |
||||||
|
m_SavedProperties: |
||||||
|
serializedVersion: 3 |
||||||
|
m_TexEnvs: |
||||||
|
- _BumpMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _DetailAlbedoMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _DetailMask: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _DetailNormalMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _EmissionMap: |
||||||
|
m_Texture: {fileID: 2800000, guid: 0a8eed7dd69bbac43ab277a7cc6074e1, type: 3} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _MainTex: |
||||||
|
m_Texture: {fileID: 2800000, guid: 65b6413acd0c99a42a1bdab93af17342, type: 3} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _MetallicGlossMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _OcclusionMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _ParallaxMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
m_Floats: |
||||||
|
- _BumpScale: 1 |
||||||
|
- _Cutoff: 0.5 |
||||||
|
- _DetailNormalMapScale: 1 |
||||||
|
- _DstBlend: 0 |
||||||
|
- _GlossMapScale: 1 |
||||||
|
- _Glossiness: 0.5 |
||||||
|
- _GlossyReflections: 1 |
||||||
|
- _Metallic: 0 |
||||||
|
- _Mode: 1 |
||||||
|
- _OcclusionStrength: 1 |
||||||
|
- _Parallax: 0.02 |
||||||
|
- _SmoothnessTextureChannel: 0 |
||||||
|
- _SpecularHighlights: 1 |
||||||
|
- _SrcBlend: 1 |
||||||
|
- _UVSec: 0 |
||||||
|
- _ZWrite: 1 |
||||||
|
m_Colors: |
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1} |
||||||
|
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1} |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 6469650c141a2d348a85f2e885ba220b |
||||||
|
timeCreated: 1525245333 |
||||||
|
licenseType: Free |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 2100000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,77 @@ |
|||||||
|
%YAML 1.1 |
||||||
|
%TAG !u! tag:unity3d.com,2011: |
||||||
|
--- !u!21 &2100000 |
||||||
|
Material: |
||||||
|
serializedVersion: 6 |
||||||
|
m_ObjectHideFlags: 0 |
||||||
|
m_CorrespondingSourceObject: {fileID: 0} |
||||||
|
m_PrefabInstance: {fileID: 0} |
||||||
|
m_PrefabAsset: {fileID: 0} |
||||||
|
m_Name: Castle |
||||||
|
m_Shader: {fileID: 4800000, guid: a76fe72ab9c198948a9233662c9407f3, type: 3} |
||||||
|
m_ShaderKeywords: _ALPHATEST_ON _EMISSION |
||||||
|
m_LightmapFlags: 1 |
||||||
|
m_EnableInstancingVariants: 0 |
||||||
|
m_DoubleSidedGI: 0 |
||||||
|
m_CustomRenderQueue: -1 |
||||||
|
stringTagMap: {} |
||||||
|
disabledShaderPasses: [] |
||||||
|
m_SavedProperties: |
||||||
|
serializedVersion: 3 |
||||||
|
m_TexEnvs: |
||||||
|
- _BumpMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _DetailAlbedoMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _DetailMask: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _DetailNormalMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _EmissionMap: |
||||||
|
m_Texture: {fileID: 2800000, guid: 0a8eed7dd69bbac43ab277a7cc6074e1, type: 3} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _MainTex: |
||||||
|
m_Texture: {fileID: 2800000, guid: 788870b1feab532478e4133d859ab869, type: 3} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _MetallicGlossMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _OcclusionMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
- _ParallaxMap: |
||||||
|
m_Texture: {fileID: 0} |
||||||
|
m_Scale: {x: 1, y: 1} |
||||||
|
m_Offset: {x: 0, y: 0} |
||||||
|
m_Floats: |
||||||
|
- _BumpScale: 1 |
||||||
|
- _Cutoff: 0.5 |
||||||
|
- _DetailNormalMapScale: 1 |
||||||
|
- _DstBlend: 0 |
||||||
|
- _GlossMapScale: 1 |
||||||
|
- _Glossiness: 0.5 |
||||||
|
- _GlossyReflections: 1 |
||||||
|
- _Metallic: 0 |
||||||
|
- _Mode: 1 |
||||||
|
- _OcclusionStrength: 1 |
||||||
|
- _Parallax: 0.02 |
||||||
|
- _SmoothnessTextureChannel: 0 |
||||||
|
- _SpecularHighlights: 1 |
||||||
|
- _SrcBlend: 1 |
||||||
|
- _UVSec: 0 |
||||||
|
- _ZWrite: 1 |
||||||
|
m_Colors: |
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1} |
||||||
|
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1} |
||||||
@ -0,0 +1,10 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 8477a03cc4e95fe4f80a7447ec802ebf |
||||||
|
timeCreated: 1525245333 |
||||||
|
licenseType: Free |
||||||
|
NativeFormatImporter: |
||||||
|
externalObjects: {} |
||||||
|
mainObjectFileID: 2100000 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 440 KiB |
@ -0,0 +1,88 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 788870b1feab532478e4133d859ab869 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: -1 |
||||||
|
wrapV: -1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 1 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 0 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 0 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
|
After Width: | Height: | Size: 158 KiB |
@ -0,0 +1,88 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 65b6413acd0c99a42a1bdab93af17342 |
||||||
|
TextureImporter: |
||||||
|
fileIDToRecycleName: {} |
||||||
|
externalObjects: {} |
||||||
|
serializedVersion: 9 |
||||||
|
mipmaps: |
||||||
|
mipMapMode: 0 |
||||||
|
enableMipMap: 1 |
||||||
|
sRGBTexture: 1 |
||||||
|
linearTexture: 0 |
||||||
|
fadeOut: 0 |
||||||
|
borderMipMap: 0 |
||||||
|
mipMapsPreserveCoverage: 0 |
||||||
|
alphaTestReferenceValue: 0.5 |
||||||
|
mipMapFadeDistanceStart: 1 |
||||||
|
mipMapFadeDistanceEnd: 3 |
||||||
|
bumpmap: |
||||||
|
convertToNormalMap: 0 |
||||||
|
externalNormalMap: 0 |
||||||
|
heightScale: 0.25 |
||||||
|
normalMapFilter: 0 |
||||||
|
isReadable: 0 |
||||||
|
streamingMipmaps: 0 |
||||||
|
streamingMipmapsPriority: 0 |
||||||
|
grayScaleToAlpha: 0 |
||||||
|
generateCubemap: 6 |
||||||
|
cubemapConvolution: 0 |
||||||
|
seamlessCubemap: 0 |
||||||
|
textureFormat: 1 |
||||||
|
maxTextureSize: 2048 |
||||||
|
textureSettings: |
||||||
|
serializedVersion: 2 |
||||||
|
filterMode: -1 |
||||||
|
aniso: -1 |
||||||
|
mipBias: -100 |
||||||
|
wrapU: -1 |
||||||
|
wrapV: -1 |
||||||
|
wrapW: -1 |
||||||
|
nPOTScale: 1 |
||||||
|
lightmap: 0 |
||||||
|
compressionQuality: 50 |
||||||
|
spriteMode: 0 |
||||||
|
spriteExtrude: 1 |
||||||
|
spriteMeshType: 1 |
||||||
|
alignment: 0 |
||||||
|
spritePivot: {x: 0.5, y: 0.5} |
||||||
|
spritePixelsToUnits: 100 |
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0} |
||||||
|
spriteGenerateFallbackPhysicsShape: 1 |
||||||
|
alphaUsage: 1 |
||||||
|
alphaIsTransparency: 0 |
||||||
|
spriteTessellationDetail: -1 |
||||||
|
textureType: 0 |
||||||
|
textureShape: 1 |
||||||
|
singleChannelComponent: 0 |
||||||
|
maxTextureSizeSet: 0 |
||||||
|
compressionQualitySet: 0 |
||||||
|
textureFormatSet: 0 |
||||||
|
platformSettings: |
||||||
|
- serializedVersion: 2 |
||||||
|
buildTarget: DefaultTexturePlatform |
||||||
|
maxTextureSize: 2048 |
||||||
|
resizeAlgorithm: 0 |
||||||
|
textureFormat: -1 |
||||||
|
textureCompression: 1 |
||||||
|
compressionQuality: 50 |
||||||
|
crunchedCompression: 0 |
||||||
|
allowsAlphaSplitting: 0 |
||||||
|
overridden: 0 |
||||||
|
androidETC2FallbackOverride: 0 |
||||||
|
spriteSheet: |
||||||
|
serializedVersion: 2 |
||||||
|
sprites: [] |
||||||
|
outline: [] |
||||||
|
physicsShape: [] |
||||||
|
bones: [] |
||||||
|
spriteID: |
||||||
|
vertices: [] |
||||||
|
indices: |
||||||
|
edges: [] |
||||||
|
weights: [] |
||||||
|
spritePackingTag: |
||||||
|
pSDRemoveMatte: 0 |
||||||
|
pSDShowRemoveMatteOption: 0 |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
||||||
@ -0,0 +1,36 @@ |
|||||||
|
{ |
||||||
|
"controls": [ |
||||||
|
{ |
||||||
|
"name": "localScale", |
||||||
|
"uniquePath": "Spout Canvas.[Visualizer].localScale", |
||||||
|
"value": "{\"x\":4.0,\"y\":4.0,\"z\":4.0}", |
||||||
|
"valueType": "UnityEngine.Vector3", |
||||||
|
"range": { |
||||||
|
"x": 0.0, |
||||||
|
"y": 0.0 |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "enabled", |
||||||
|
"uniquePath": "Spout Canvas.[Visualizer].enabled", |
||||||
|
"value": "True", |
||||||
|
"valueType": "System.Boolean", |
||||||
|
"range": { |
||||||
|
"x": 0.0, |
||||||
|
"y": 0.0 |
||||||
|
} |
||||||
|
}, |
||||||
|
{ |
||||||
|
"name": "format", |
||||||
|
"uniquePath": "Frozen Controller.format", |
||||||
|
"value": "FullSpace", |
||||||
|
"valueType": "UltraCombos.Frozen.Form", |
||||||
|
"range": { |
||||||
|
"x": 0.0, |
||||||
|
"y": 0.0 |
||||||
|
} |
||||||
|
} |
||||||
|
], |
||||||
|
"actions": [], |
||||||
|
"infos": [] |
||||||
|
} |
||||||
@ -1,43 +0,0 @@ |
|||||||
|
|
||||||
=== Wed Nov 20 12:49:29 2019 |
|
||||||
|
|
||||||
Packages were changed. |
|
||||||
Update Mode: updateDependencies |
|
||||||
|
|
||||||
The following packages were added: |
|
||||||
com.unity.analytics@3.2.2 |
|
||||||
com.unity.purchasing@2.0.3 |
|
||||||
com.unity.ads@2.0.8 |
|
||||||
com.unity.textmeshpro@1.4.1 |
|
||||||
com.unity.package-manager-ui@2.0.8 |
|
||||||
com.unity.collab-proxy@1.2.15 |
|
||||||
com.unity.modules.ai@1.0.0 |
|
||||||
com.unity.modules.animation@1.0.0 |
|
||||||
com.unity.modules.assetbundle@1.0.0 |
|
||||||
com.unity.modules.audio@1.0.0 |
|
||||||
com.unity.modules.cloth@1.0.0 |
|
||||||
com.unity.modules.director@1.0.0 |
|
||||||
com.unity.modules.imageconversion@1.0.0 |
|
||||||
com.unity.modules.imgui@1.0.0 |
|
||||||
com.unity.modules.jsonserialize@1.0.0 |
|
||||||
com.unity.modules.particlesystem@1.0.0 |
|
||||||
com.unity.modules.physics@1.0.0 |
|
||||||
com.unity.modules.physics2d@1.0.0 |
|
||||||
com.unity.modules.screencapture@1.0.0 |
|
||||||
com.unity.modules.terrain@1.0.0 |
|
||||||
com.unity.modules.terrainphysics@1.0.0 |
|
||||||
com.unity.modules.tilemap@1.0.0 |
|
||||||
com.unity.modules.ui@1.0.0 |
|
||||||
com.unity.modules.uielements@1.0.0 |
|
||||||
com.unity.modules.umbra@1.0.0 |
|
||||||
com.unity.modules.unityanalytics@1.0.0 |
|
||||||
com.unity.modules.unitywebrequest@1.0.0 |
|
||||||
com.unity.modules.unitywebrequestassetbundle@1.0.0 |
|
||||||
com.unity.modules.unitywebrequestaudio@1.0.0 |
|
||||||
com.unity.modules.unitywebrequesttexture@1.0.0 |
|
||||||
com.unity.modules.unitywebrequestwww@1.0.0 |
|
||||||
com.unity.modules.vehicles@1.0.0 |
|
||||||
com.unity.modules.video@1.0.0 |
|
||||||
com.unity.modules.vr@1.0.0 |
|
||||||
com.unity.modules.wind@1.0.0 |
|
||||||
com.unity.modules.xr@1.0.0 |
|
||||||
Loading…
Reference in new issue