From eb84bb298d2b95aec7b2ae12cbf25ac64f25379a Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sun, 6 Nov 2022 15:12:42 -0500 Subject: move to self host --- .../Scene1Assets/Platforms-mat-_BumpMap-atlas1.png | Bin 0 -> 516709 bytes .../Platforms-mat-_BumpMap-atlas1.png.meta | 45 +++++++ .../Scene1Assets/Platforms-mat-_Illum-atlas2.png | Bin 0 -> 175299 bytes .../Platforms-mat-_Illum-atlas2.png.meta | 45 +++++++ .../Scene1Assets/Platforms-mat-_MainTex-atlas0.png | Bin 0 -> 1386240 bytes .../Platforms-mat-_MainTex-atlas0.png.meta | 45 +++++++ .../Examples/Scene1Assets/Platforms-mat.mat | 40 ++++++ .../Examples/Scene1Assets/Platforms-mat.mat.meta | 2 + .../Examples/Scene1Assets/Platforms.asset | 136 +++++++++++++++++++++ .../Examples/Scene1Assets/Platforms.asset.meta | 2 + .../Scene1Assets/trees-mat-_MainTex-atlas0.png | Bin 0 -> 489552 bytes .../trees-mat-_MainTex-atlas0.png.meta | 33 +++++ .../MeshBaker/Examples/Scene1Assets/trees-mat.mat | 27 ++++ .../Examples/Scene1Assets/trees-mat.mat.meta | 4 + .../MeshBaker/Examples/Scene1Assets/trees.asset | 49 ++++++++ .../Examples/Scene1Assets/trees.asset.meta | 2 + 16 files changed, 430 insertions(+) create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat.meta create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset create mode 100644 VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset.meta (limited to 'VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets') diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png new file mode 100644 index 00000000..f3b20c0e Binary files /dev/null and b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png differ diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png.meta new file mode 100644 index 00000000..bc0c27dd --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_BumpMap-atlas1.png.meta @@ -0,0 +1,45 @@ +fileFormatVersion: 2 +guid: 95c5ee0ffc18cd94db112080ab78f0da +TextureImporter: + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 1 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spritePixelsToUnits: 100 + alphaIsTransparency: 0 + textureType: -1 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png new file mode 100644 index 00000000..ed4c852d Binary files /dev/null and b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png differ diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png.meta new file mode 100644 index 00000000..2ff220fc --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_Illum-atlas2.png.meta @@ -0,0 +1,45 @@ +fileFormatVersion: 2 +guid: 8caae450ad327b5499a39556a923f863 +TextureImporter: + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spritePixelsToUnits: 100 + alphaIsTransparency: 0 + textureType: -1 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png new file mode 100644 index 00000000..6b0dc707 Binary files /dev/null and b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png differ diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png.meta new file mode 100644 index 00000000..2d8a6606 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat-_MainTex-atlas0.png.meta @@ -0,0 +1,45 @@ +fileFormatVersion: 2 +guid: 21290c1609e0fe64d910444231157ea5 +TextureImporter: + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -1 + maxTextureSize: 1024 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spritePixelsToUnits: 100 + alphaIsTransparency: 0 + textureType: -1 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat new file mode 100644 index 00000000..023bb32a --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat @@ -0,0 +1,40 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: Platforms-mat + m_Shader: {fileID: 11, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 95c5ee0ffc18cd94db112080ab78f0da, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Illum: + m_Texture: {fileID: 2800000, guid: 8caae450ad327b5499a39556a923f863, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: 21290c1609e0fe64d910444231157ea5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _EmissionLM: 0 + - _Shininess: 0.54235846 + m_Colors: + - _BumpMap_ST: {r: 1, g: 1, b: 0, a: 0} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _MainTex_ST: {r: 1, g: 1, b: 0, a: 0} + - _SpecColor: {r: 0.49596775, g: 0.49596775, b: 0.49596775, a: 1} diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat.meta new file mode 100644 index 00000000..dae03269 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms-mat.mat.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: f6ad02ad5ce6e4947a2c4b54a8973861 diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset new file mode 100644 index 00000000..30a922a9 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset @@ -0,0 +1,136 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7d41887b1546f5c44ab54e7e65aad3bc, type: 3} + m_Name: Platforms + m_EditorClassIdentifier: + version: 3252 + materialsAndUVRects: + - material: {fileID: 2100000, guid: 84b39146cd1119c1a000ee884ada8c59, type: 2} + atlasRect: + serializedVersion: 2 + x: 0.50097656 + y: 0.0009765625 + width: 0.4345703 + height: 0.4345703 + srcObjName: bigBridge + allPropsUseSameTiling: 1 + allPropsUseSameTiling_sourceMaterialTiling: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + allPropsUseSameTiling_samplingEncapsulatinRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + propsUseDifferntTiling_srcUVsamplingRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + tilingTreatment: 0 + - material: {fileID: 2100000, guid: 7add3c6dcd117aa1a00026ba4ada8c59, type: 2} + atlasRect: + serializedVersion: 2 + x: 0.0009765625 + y: 0.75097656 + width: 0.24804688 + height: 0.24804688 + srcObjName: floatingPlatform + allPropsUseSameTiling: 1 + allPropsUseSameTiling_sourceMaterialTiling: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + allPropsUseSameTiling_samplingEncapsulatinRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + propsUseDifferntTiling_srcUVsamplingRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + tilingTreatment: 0 + - material: {fileID: 2100000, guid: 0c57597dcd117aa1a00026ba4ada8c59, type: 2} + atlasRect: + serializedVersion: 2 + x: 0.0009765625 + y: 0.50097656 + width: 0.24804688 + height: 0.24804688 + srcObjName: lightPost + allPropsUseSameTiling: 1 + allPropsUseSameTiling_sourceMaterialTiling: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + allPropsUseSameTiling_samplingEncapsulatinRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + propsUseDifferntTiling_srcUVsamplingRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + tilingTreatment: 0 + - material: {fileID: 2100000, guid: fc0aa96dcd117aa1a00026ba4ada8c59, type: 2} + atlasRect: + serializedVersion: 2 + x: 0.0009765625 + y: 0.0009765625 + width: 0.49804688 + height: 0.49804688 + srcObjName: bridge + allPropsUseSameTiling: 1 + allPropsUseSameTiling_sourceMaterialTiling: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + allPropsUseSameTiling_samplingEncapsulatinRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + propsUseDifferntTiling_srcUVsamplingRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + tilingTreatment: 0 + resultMaterials: + - combinedMaterial: {fileID: 2100000, guid: f6ad02ad5ce6e4947a2c4b54a8973861, type: 2} + considerMeshUVs: 0 + sourceMaterials: + - {fileID: 2100000, guid: 84b39146cd1119c1a000ee884ada8c59, type: 2} + - {fileID: 2100000, guid: 7add3c6dcd117aa1a00026ba4ada8c59, type: 2} + - {fileID: 2100000, guid: 0c57597dcd117aa1a00026ba4ada8c59, type: 2} + - {fileID: 2100000, guid: fc0aa96dcd117aa1a00026ba4ada8c59, type: 2} + doMultiMaterial: 0 diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset.meta new file mode 100644 index 00000000..03781c88 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/Platforms.asset.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: 55f695a3da52e924c81d19be152605e3 diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png new file mode 100644 index 00000000..0faf02f7 Binary files /dev/null and b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png differ diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png.meta new file mode 100644 index 00000000..ad8dcd56 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat-_MainTex-atlas0.png.meta @@ -0,0 +1,33 @@ +fileFormatVersion: 2 +guid: 972ec28ee80f8ab40b6d42741f33090e +TextureImporter: + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + textureFormat: -1 + maxTextureSize: 512 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + textureType: -1 + buildTargetSettings: [] diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat new file mode 100644 index 00000000..c9fa2489 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat @@ -0,0 +1,27 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: trees-mat + m_Shader: {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _MainTex: + m_Texture: {fileID: 2800000, guid: 36b9f8c7cd1123a2a0008cea4ada8c59, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: [] + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat.meta new file mode 100644 index 00000000..0463f390 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees-mat.mat.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: f4559e1200d26694a94c20e5c736788b +NativeFormatImporter: + userData: diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset new file mode 100644 index 00000000..5b031f3a --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset @@ -0,0 +1,49 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7d41887b1546f5c44ab54e7e65aad3bc, type: 3} + m_Name: trees + m_EditorClassIdentifier: + version: 3252 + materialsAndUVRects: + - material: {fileID: 2100000, guid: 071cd512bd11410ba00004694ada8c59, type: 2} + atlasRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + srcObjName: tree + allPropsUseSameTiling: 1 + allPropsUseSameTiling_sourceMaterialTiling: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + allPropsUseSameTiling_samplingEncapsulatinRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + propsUseDifferntTiling_srcUVsamplingRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 0 + height: 0 + tilingTreatment: 0 + resultMaterials: + - combinedMaterial: {fileID: 2100000, guid: f4559e1200d26694a94c20e5c736788b, type: 2} + considerMeshUVs: 0 + sourceMaterials: + - {fileID: 2100000, guid: 071cd512bd11410ba00004694ada8c59, type: 2} + doMultiMaterial: 0 diff --git a/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset.meta b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset.meta new file mode 100644 index 00000000..87795a53 --- /dev/null +++ b/VRCSDK3Worlds/Assets/MeshBaker/Examples/Scene1Assets/trees.asset.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: b99ed48d1c40c1340816709c33ce9ce8 -- cgit v1.2.3-freya