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 --- .../Prototyping/Models/Materials.meta | 8 +++ .../Prototyping/Models/Materials/NavyGrid.mat | 77 +++++++++++++++++++++ .../Prototyping/Models/Materials/NavyGrid.mat.meta | 8 +++ .../Prototyping/Models/Materials/PinkSmooth.mat | 77 +++++++++++++++++++++ .../Models/Materials/PinkSmooth.mat.meta | 8 +++ .../Models/prototype_block_04x04x04.fbx | Bin 0 -> 22704 bytes .../Models/prototype_block_04x04x04.fbx.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_coin_01x01x01.fbx | Bin 0 -> 39920 bytes .../Models/prototype_coin_01x01x01.fbx.meta | 72 +++++++++++++++++++ .../Prototyping/Models/prototype_cube_02x02x02.fbx | Bin 0 -> 23568 bytes .../Models/prototype_cube_02x02x02.fbx.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_cube_04x04x04.fbx | Bin 0 -> 23568 bytes .../Models/prototype_cube_04x04x04.fbx.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_cube_08x08x08.fbx | Bin 0 -> 23248 bytes .../Models/prototype_cube_08x08x08.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_floor_08x01x08.fbx | Bin 0 -> 22704 bytes .../Models/prototype_floor_08x01x08.fbx.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_floor_4x1x4.FBX | Bin 0 -> 23568 bytes .../Models/prototype_floor_4x1x4.FBX.meta | 71 +++++++++++++++++++ .../Models/prototype_floor_64x01x64.fbx | Bin 0 -> 23568 bytes .../Models/prototype_floor_64x01x64.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_house_16x16x24.fbx | Bin 0 -> 24016 bytes .../Models/prototype_house_16x16x24.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_join_inner_01x06x01.fbx | Bin 0 -> 23504 bytes .../Models/prototype_join_inner_01x06x01.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_join_mid_04x06x01.fbx | Bin 0 -> 22928 bytes .../Models/prototype_join_mid_04x06x01.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_join_outer_02x06x02.fbx | Bin 0 -> 23328 bytes .../Models/prototype_join_outer_02x06x02.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_pillar_01x02x01.fbx | Bin 0 -> 22704 bytes .../Models/prototype_pillar_01x02x01.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_pillar_02x08x02.fbx | Bin 0 -> 22832 bytes .../Models/prototype_pillar_02x08x02.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_platform_02x01x02.fbx | Bin 0 -> 19920 bytes .../Models/prototype_platform_02x01x02.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_platform_04x01x04.fbx | Bin 0 -> 23584 bytes .../Models/prototype_platform_04x01x04.fbx.meta | 71 +++++++++++++++++++ .../Models/prototype_platform_8x1x8.FBX | Bin 0 -> 23584 bytes .../Models/prototype_platform_8x1x8.FBX.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_ramp_04x02x02.fbx | Bin 0 -> 22976 bytes .../Models/prototype_ramp_04x02x02.fbx.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_steps_4x2x2.FBX | Bin 0 -> 26496 bytes .../Models/prototype_steps_4x2x2.FBX.meta | 71 +++++++++++++++++++ .../Prototyping/Models/prototype_wall_8x8x1.FBX | Bin 0 -> 22432 bytes .../Models/prototype_wall_8x8x1.FBX.meta | 71 +++++++++++++++++++ 45 files changed, 1599 insertions(+) create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX.meta create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX create mode 100644 VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX.meta (limited to 'VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models') diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials.meta new file mode 100644 index 00000000..a03aa9ea --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 20b726ea79c7e0849a276f517b79d5a8 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat new file mode 100644 index 00000000..92b4cd0f --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat @@ -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: NavyGrid + m_Shader: {fileID: 46, 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: 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: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + 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 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _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: 0, g: 0, b: 0, a: 0} diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat.meta new file mode 100644 index 00000000..0e5c38fb --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/NavyGrid.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4cfb7ae289eb1e546b751d287bc1ee62 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat new file mode 100644 index 00000000..ecc71612 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat @@ -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: PinkSmooth + m_Shader: {fileID: 46, 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: 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: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 0} + 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 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0.5, g: 0.5, b: 0.5, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 0} diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat.meta new file mode 100644 index 00000000..2b866a91 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/Materials/PinkSmooth.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22a917a65630c404e8ebe2c26a9c7d5e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx new file mode 100644 index 00000000..78cdb12c Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx.meta new file mode 100644 index 00000000..e1349f69 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_block_04x04x04.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 622a87b3379022740be7e2efea3ebd33 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: block_prototype_4x4x4 + 4300002: BlockPrototype04x04x04 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx new file mode 100644 index 00000000..98fb916e Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx.meta new file mode 100644 index 00000000..0408c08e --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_coin_01x01x01.fbx.meta @@ -0,0 +1,72 @@ +fileFormatVersion: 2 +guid: 00718395eefb6084bb25555f962f25c0 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: f + 4300002: prototype_pickup + 4300004: PickupPrototype + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx new file mode 100644 index 00000000..fe88c504 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx.meta new file mode 100644 index 00000000..3aa82e0e --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_02x02x02.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: df4796b594b970842b69211cb0078c5d +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: cube_prototype_2x2x2 + 4300002: CubePrototype02x02x02 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx new file mode 100644 index 00000000..bb1755de Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx.meta new file mode 100644 index 00000000..438b7a41 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_04x04x04.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 3f79402ff4ca9c54d96a09d1a77540d5 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: cube_prototype_4x4x4 + 4300002: CubePrototype04x04x04 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx new file mode 100644 index 00000000..1adb30e5 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx.meta new file mode 100644 index 00000000..e914b7ca --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_cube_08x08x08.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: c09052c9b19f0ea4987bc4f4f981252f +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: cube_prototype_8x8x8 + 4300002: CubePrototype08x08x08 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx new file mode 100644 index 00000000..d8bce84b Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx.meta new file mode 100644 index 00000000..f2eb85f7 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_08x01x08.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 16fb769c0394c36469ed40a4f35c1eec +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: floor_prototype_8x1x8 + 4300002: FloorPrototype08x01x08 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX new file mode 100644 index 00000000..efed44f8 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX.meta new file mode 100644 index 00000000..efe3dc8d --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_4x1x4.FBX.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 080bc076ed19adb4091adca05de83d66 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: floor_prototype_4x1x4 + 4300002: FloorPrototype04x01x04 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx new file mode 100644 index 00000000..3ac06de1 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx.meta new file mode 100644 index 00000000..27f3d7e2 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_floor_64x01x64.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: fadddc63520db414bbc9126cbf4743ad +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: floor_prototype_64x1x64 + 4300002: FloorPrototype64x01x64 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx new file mode 100644 index 00000000..84cbdc65 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx.meta new file mode 100644 index 00000000..3ab85126 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_house_16x16x24.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: ce7348d724aa0fc44aaf53391b9bae9b +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: house_prototype_16x16x24 + 4300002: HousePrototype16x16x24 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx new file mode 100644 index 00000000..897837e9 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx.meta new file mode 100644 index 00000000..e7ddc149 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_inner_01x06x01.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: f45b6695d6226cd48abfc605723cc3ae +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: join_inner_prototype_1x6x1 + 4300002: JoinInnerPrototype01x06x01 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx new file mode 100644 index 00000000..59e746ca Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx.meta new file mode 100644 index 00000000..30e7ff8d --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_mid_04x06x01.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 40384240c1c82b94db82531689571ab0 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: join_prototype_mid_4x6x1 + 4300002: JoinMidPrototype04x06x01 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx new file mode 100644 index 00000000..e8987a39 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx.meta new file mode 100644 index 00000000..585cf231 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_join_outer_02x06x02.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 6386a10e23c45d040a22051e6ae3b70f +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: join_prototype_outer_2x6x2 + 4300002: JoinOuterPrototype02x06x02 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx new file mode 100644 index 00000000..2b6499c4 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx.meta new file mode 100644 index 00000000..f6e7990b --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_01x02x01.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 25712b9d3dd0eb4439390fb8fea8043e +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: pillar_prototype_1x2x1 + 4300002: PillarPrototype01x02x01 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx new file mode 100644 index 00000000..2c40ec98 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx.meta new file mode 100644 index 00000000..21bb76af --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_pillar_02x08x02.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 66a13889798137c498eae4b3acdafe19 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: pillar_prototype_2x8x2 + 4300002: PillarPrototype02x08x02 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx new file mode 100644 index 00000000..ecd95f4b Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx.meta new file mode 100644 index 00000000..b891b22f --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_02x01x02.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 38a9d3cc5c1e0aa4f92ff3445b73ed7f +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: platform_prototype_2x1x2 + 4300002: PlatformPrototype02x01x02 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx new file mode 100644 index 00000000..3cd4972d Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx.meta new file mode 100644 index 00000000..b8cbdc31 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_04x01x04.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: bc2ed85df3924a4458576f17e8b10057 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: platform_prototype_4x1x4 + 4300002: PlatformPrototype04x01x04 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX new file mode 100644 index 00000000..c913a681 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX.meta new file mode 100644 index 00000000..d454d3e1 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_platform_8x1x8.FBX.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 879dd62cbfd65314d812354e257fc5cc +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: platform_prototype_8x1x8 + 4300002: PlatformPrototype08x01x08 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx new file mode 100644 index 00000000..c3b9067e Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx.meta new file mode 100644 index 00000000..6a892e6f --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_ramp_04x02x02.fbx.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: b9d7ac1a0f551404f8d32e1e02b64325 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: ramp_prototype_4x2x2 + 4300002: RampPrototype04x02x02 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX new file mode 100644 index 00000000..c777234f Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX.meta new file mode 100644 index 00000000..2c6a0181 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_steps_4x2x2.FBX.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: 900e53dd850c9cc4281be6fa21bdfea5 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: steps_prototype_4x2x2 + 4300002: StepsPrototype04x02x02 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX new file mode 100644 index 00000000..e2d13809 Binary files /dev/null and b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX differ diff --git a/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX.meta b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX.meta new file mode 100644 index 00000000..32da8e50 --- /dev/null +++ b/VRCSDK3Worlds/Assets/VRCSDK/Sample Assets/Prototyping/Models/prototype_wall_8x8x1.FBX.meta @@ -0,0 +1,71 @@ +fileFormatVersion: 2 +guid: b5290684820a94548bedb95083785116 +ModelImporter: + serializedVersion: 18 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: wall_prototype_8x8x1 + 4300002: WallPrototype08x08x01 + 6400000: //RootNode + 9500000: //RootNode + materials: + importMaterials: 1 + materialName: 1 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + optimizeGameObjects: 0 + motionNodeName: + pivotNodeName: + animationCompression: 1 + animationRotationError: .5 + animationPositionError: .5 + animationScaleError: .5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: .00999999978 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 0 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 0 + tangentSpace: + normalSmoothAngle: 60 + splitTangentsAcrossUV: 1 + normalImportMode: 0 + tangentImportMode: 1 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + human: [] + skeleton: [] + armTwist: .5 + foreArmTwist: .5 + upperLegTwist: .5 + legTwist: .5 + armStretch: .0500000007 + legStretch: .0500000007 + feetSpacing: 0 + rootMotionBoneName: + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + additionalBone: 0 + userData: + assetBundleName: -- cgit v1.2.3-freya