From 297235864e1ac7e2ead7f44998978f0bec4d949b Mon Sep 17 00:00:00 2001 From: "DESKTOP-VVOCIJO\\PC" Date: Fri, 27 Mar 2026 18:11:49 +0900 Subject: [PATCH] =?UTF-8?q?2026-03-27=20=ED=95=98=EA=B8=89=ED=8F=AC?= =?UTF-8?q?=EC=85=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vsconfig | 6 + Assets/Output.meta | 8 + Assets/Output/FBX.meta | 8 + .../FBX/MeshBaker-MeshBaker-mesh-mesh.fbx | 3 + .../MeshBaker-MeshBaker-mesh-mesh.fbx.meta | 110 ++++++++++++++ Assets/Output/FBX/Meterials.meta | 8 + Assets/Output/FBX/Meterials/Potion_Red.meta | 8 + .../Meterials/Potion_Red/Potion_Red_Mat1.mat | 139 ++++++++++++++++++ .../Potion_Red/Potion_Red_Mat1.mat.meta | 8 + .../Meterials/Potion_Red/Potion_Red_Mat2.mat | 139 ++++++++++++++++++ .../Potion_Red/Potion_Red_Mat2.mat.meta | 8 + .../Meterials/Potion_Red/Potion_Red_Mat3.mat | 139 ++++++++++++++++++ .../Potion_Red/Potion_Red_Mat3.mat.meta | 8 + .../Meterials/Potion_Red/Potion_Red_Mat4.mat | 139 ++++++++++++++++++ .../Potion_Red/Potion_Red_Mat4.mat.meta | 8 + Assets/Output/FBX/Potion_Red.fbx | 3 + Assets/Output/FBX/Potion_Red.fbx.meta | 130 ++++++++++++++++ Assets/Output/MergedMaterials.meta | 8 + .../MergedMaterials/Potion_Red_Mat.asset | 3 + .../MergedMaterials/Potion_Red_Mat.asset.meta | 8 + .../MergedMaterials/Potion_Red_Mat1.mat | 80 ++++++++++ .../MergedMaterials/Potion_Red_Mat1.mat.meta | 8 + .../MergedMaterials/Potion_Red_Mat2.mat | 89 +++++++++++ .../MergedMaterials/Potion_Red_Mat2.mat.meta | 8 + .../MergedMaterials/Potion_Red_Mat3.mat | 84 +++++++++++ .../MergedMaterials/Potion_Red_Mat3.mat.meta | 8 + .../MergedMaterials/Potion_Red_Mat4.mat | 89 +++++++++++ .../MergedMaterials/Potion_Red_Mat4.mat.meta | 8 + Assets/Scenes/PotionMakerScene.unity | 4 +- Assets/Settings/SampleSceneProfile.asset | 4 +- Packages/manifest.json | 1 + Packages/packages-lock.json | 17 +++ 32 files changed, 1287 insertions(+), 4 deletions(-) create mode 100644 .vsconfig create mode 100644 Assets/Output.meta create mode 100644 Assets/Output/FBX.meta create mode 100644 Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx create mode 100644 Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx.meta create mode 100644 Assets/Output/FBX/Meterials.meta create mode 100644 Assets/Output/FBX/Meterials/Potion_Red.meta create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat.meta create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat.meta create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat.meta create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat create mode 100644 Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat.meta create mode 100644 Assets/Output/FBX/Potion_Red.fbx create mode 100644 Assets/Output/FBX/Potion_Red.fbx.meta create mode 100644 Assets/Output/MergedMaterials.meta create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat.asset create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat.asset.meta create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat1.mat create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat1.mat.meta create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat2.mat create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat2.mat.meta create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat3.mat create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat3.mat.meta create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat4.mat create mode 100644 Assets/Output/MergedMaterials/Potion_Red_Mat4.mat.meta diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000..f019fd0 --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/Assets/Output.meta b/Assets/Output.meta new file mode 100644 index 0000000..8b7f6b6 --- /dev/null +++ b/Assets/Output.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80b1f8df3ea00be4f977261adb179d35 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX.meta b/Assets/Output/FBX.meta new file mode 100644 index 0000000..d87a565 --- /dev/null +++ b/Assets/Output/FBX.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ade2a8279df468c438809331a186da50 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx b/Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx new file mode 100644 index 0000000..b23dbfa --- /dev/null +++ b/Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ead8d852eed3f087657529eeb0943c955fc1dcec6238c8e21f29c9eaa9226a +size 269017 diff --git a/Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx.meta b/Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx.meta new file mode 100644 index 0000000..5384e32 --- /dev/null +++ b/Assets/Output/FBX/MeshBaker-MeshBaker-mesh-mesh.fbx.meta @@ -0,0 +1,110 @@ +fileFormatVersion: 2 +guid: a81ca364a0da3ce49999bc28a888e06f +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Meterials.meta b/Assets/Output/FBX/Meterials.meta new file mode 100644 index 0000000..b2beb7e --- /dev/null +++ b/Assets/Output/FBX/Meterials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 684a3aaa039213646a3b3ef26c1532f9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Meterials/Potion_Red.meta b/Assets/Output/FBX/Meterials/Potion_Red.meta new file mode 100644 index 0000000..c727088 --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5fe4eda4652dadd488ce41a9726a385e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat new file mode 100644 index 0000000..81d0d0f --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3555859129694618045 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat.meta b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat.meta new file mode 100644 index 0000000..75aad11 --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b256bbe01d1132448f4bac00aaee52f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat new file mode 100644 index 0000000..a6d59d3 --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5140405648914402883 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat.meta b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat.meta new file mode 100644 index 0000000..9229eae --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e9fcddb09bdcc254cad4f90f51d6f2d3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat new file mode 100644 index 0000000..6b467bc --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &5347777453891938351 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat.meta b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat.meta new file mode 100644 index 0000000..394a2dc --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ac0acd4e052d6ed459f8cbeffdaf4285 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat new file mode 100644 index 0000000..9ca971d --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat4 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 1, b: 1, a: 1} + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &8339207787517383275 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 diff --git a/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat.meta b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat.meta new file mode 100644 index 0000000..e7a850c --- /dev/null +++ b/Assets/Output/FBX/Meterials/Potion_Red/Potion_Red_Mat4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6cfc4a888c1b14a4aa0a55098d19b094 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/FBX/Potion_Red.fbx b/Assets/Output/FBX/Potion_Red.fbx new file mode 100644 index 0000000..4a8dc6b --- /dev/null +++ b/Assets/Output/FBX/Potion_Red.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6453ebe8e63cf611f07797be63d54483cf39d20171135a9dde3c0fbcc30b3ec +size 269016 diff --git a/Assets/Output/FBX/Potion_Red.fbx.meta b/Assets/Output/FBX/Potion_Red.fbx.meta new file mode 100644 index 0000000..deae004 --- /dev/null +++ b/Assets/Output/FBX/Potion_Red.fbx.meta @@ -0,0 +1,130 @@ +fileFormatVersion: 2 +guid: 5123b8be7aeb4c24286977b38308175c +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Potion_Red_Mat1 + second: {fileID: 2100000, guid: 8b256bbe01d1132448f4bac00aaee52f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Potion_Red_Mat2 + second: {fileID: 2100000, guid: e9fcddb09bdcc254cad4f90f51d6f2d3, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Potion_Red_Mat3 + second: {fileID: 2100000, guid: ac0acd4e052d6ed459f8cbeffdaf4285, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Potion_Red_Mat4 + second: {fileID: 2100000, guid: 6cfc4a888c1b14a4aa0a55098d19b094, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/MergedMaterials.meta b/Assets/Output/MergedMaterials.meta new file mode 100644 index 0000000..81a8cf5 --- /dev/null +++ b/Assets/Output/MergedMaterials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4816fb932e7fec54f996974bf15882ed +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat.asset b/Assets/Output/MergedMaterials/Potion_Red_Mat.asset new file mode 100644 index 0000000..1b2c9a7 --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f8e3c1eb3adcff79cd91201294ae09103ce9cd674dba226d59e90b9514ca2d +size 4135 diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat.asset.meta b/Assets/Output/MergedMaterials/Potion_Red_Mat.asset.meta new file mode 100644 index 0000000..b7f1cc8 --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7833d54ebca4c8d4abc8996cdeb5cd9e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat1.mat b/Assets/Output/MergedMaterials/Potion_Red_Mat1.mat new file mode 100644 index 0000000..4cc623d --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat1.mat @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5733566627727818931 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat1 + m_Shader: {fileID: -6465566751694194690, guid: 44c0586316ccb534c8dfcbede167ed93, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3001 + stringTagMap: {} + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _GradientTexture: + m_Texture: {fileID: 2800000, guid: 829f4efcb8f42d446b87cf13f469ece2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GrayscaleTex: + m_Texture: {fileID: 2800000, guid: f94a9427ddf0e504fa318fbee84fe71b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Alpha: 0 + - _GradientCount: 110 + - _GradientIndex: 82 + - _InnerRimPower: 0.148 + - _InnerRimSmoothness: 0.09 + - _LightCutoff: 0.163 + - _LightCutoffSmoothness: 0.67 + - _OuterRimSmoothness: 0 + - _OuterRimpower: 0.068 + - _QueueControl: 0 + - _QueueOffset: 1 + - _ViewSpecCutoff: 0 + m_Colors: + - _InnerRimColor: {r: 1, g: 1, b: 1, a: 1} + - _MainTintColor: {r: 1, g: 1, b: 1, a: 1} + - _RimColor: {r: 0.6509434, g: 0.6509434, b: 0.6509434, a: 1} + - _SpecularColor: {r: 1, g: 1, b: 1, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat1.mat.meta b/Assets/Output/MergedMaterials/Potion_Red_Mat1.mat.meta new file mode 100644 index 0000000..5cfa76c --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat1.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee3292a3ae633fd469a251a38a8597a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat2.mat b/Assets/Output/MergedMaterials/Potion_Red_Mat2.mat new file mode 100644 index 0000000..cce22ec --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat2.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1298780992255021032 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat2 + m_Shader: {fileID: -6465566751694194690, guid: 77e51913b1af2aa40b26e7b701e491f0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _GradientTexture_LUT: + m_Texture: {fileID: 2800000, guid: 829f4efcb8f42d446b87cf13f469ece2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GrayscaleTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _CastShadows: 0 + - _Cull: 0 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EmissionStrength: 0 + - _GradientCount: 110 + - _GradientIndex: 23 + - _Metalness: 0.5 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness_Glossy: 0.8 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 0 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _EmissionColor: {r: 0, g: 0, b: 0, a: 0} + - _SpecularColor: {r: 0.122641504, g: 0.122641504, b: 0.122641504, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat2.mat.meta b/Assets/Output/MergedMaterials/Potion_Red_Mat2.mat.meta new file mode 100644 index 0000000..94d3d84 --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat2.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 704ef18d220b56a4aaaf1b5b00887ea8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat3.mat b/Assets/Output/MergedMaterials/Potion_Red_Mat3.mat new file mode 100644 index 0000000..809669b --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat3.mat @@ -0,0 +1,84 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5012579806870423914 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat3 + m_Shader: {fileID: -6465566751694194690, guid: d0de2408f4d93cb45a499bbfcbc9dcb8, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 2999 + stringTagMap: {} + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _GradientTexture: + m_Texture: {fileID: 2800000, guid: 829f4efcb8f42d446b87cf13f469ece2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GrayscaleTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Main_Texture: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _Amplitude: 0.1244 + - _FoamWidth: 0 + - _Foam_Smoothness: 0.01 + - _Frequency: 19.5 + - _GradientCount: 109 + - _GradientIndex: 110 + - _QueueControl: 0 + - _QueueOffset: -1 + - _Rim_Power: 2.44 + - _WobbleX: -0 + - _WobbleZ: -0 + m_Colors: + - _BottomColor: {r: 2.0314136, g: 0, b: 0.015835546, a: 1} + - _FillAmount: {r: 0, g: -0.46269467, b: 0.000000007450581, a: 0} + - _FoamColor: {r: 0.8980392, g: 0.6392157, b: 0.65059745, a: 1} + - _Rim_Color: {r: 1, g: 0.37254906, b: 0.37797162, a: 1} + - _TopColor: {r: 0.7075472, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat3.mat.meta b/Assets/Output/MergedMaterials/Potion_Red_Mat3.mat.meta new file mode 100644 index 0000000..c6a3586 --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat3.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 89c26b0253c9c9a4fa0fd84eabef63fe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat4.mat b/Assets/Output/MergedMaterials/Potion_Red_Mat4.mat new file mode 100644 index 0000000..811e4a1 --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat4.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Potion_Red_Mat4 + m_Shader: {fileID: -6465566751694194690, guid: 77e51913b1af2aa40b26e7b701e491f0, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 2 + m_EnableInstancingVariants: 1 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: + - MOTIONVECTORS + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _GradientTexture_LUT: + m_Texture: {fileID: 2800000, guid: 829f4efcb8f42d446b87cf13f469ece2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _GrayscaleTex: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _CastShadows: 0 + - _Cull: 0 + - _DstBlend: 0 + - _DstBlendAlpha: 0 + - _EmissionStrength: 0 + - _GradientCount: 110 + - _GradientIndex: 57 + - _Metalness: 0.5 + - _QueueControl: 0 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness_Glossy: 0 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 0 + - _ZTest: 4 + - _ZWrite: 1 + - _ZWriteControl: 0 + m_Colors: + - _EmissionColor: {r: 0, g: 0, b: 0, a: 0} + - _SpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] + m_AllowLocking: 1 +--- !u!114 &3573265805788759947 +MonoBehaviour: + m_ObjectHideFlags: 11 + 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: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: Unity.RenderPipelines.Universal.Editor::UnityEditor.Rendering.Universal.AssetVersion + version: 10 diff --git a/Assets/Output/MergedMaterials/Potion_Red_Mat4.mat.meta b/Assets/Output/MergedMaterials/Potion_Red_Mat4.mat.meta new file mode 100644 index 0000000..b3cfac0 --- /dev/null +++ b/Assets/Output/MergedMaterials/Potion_Red_Mat4.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 32a9fec1a60767d40b23e4fbef807c77 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/PotionMakerScene.unity b/Assets/Scenes/PotionMakerScene.unity index 7dbd0a3..2a61261 100644 --- a/Assets/Scenes/PotionMakerScene.unity +++ b/Assets/Scenes/PotionMakerScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa3928f982928ca488a745577d348b8c16910f34798a7b94a6230ce117dec4d4 -size 15164 +oid sha256:becac594f73197651ca68941bcecf3568a7eaca65329e9443be2c98f173c5e1c +size 159453 diff --git a/Assets/Settings/SampleSceneProfile.asset b/Assets/Settings/SampleSceneProfile.asset index 8d640bc..ff4df60 100644 --- a/Assets/Settings/SampleSceneProfile.asset +++ b/Assets/Settings/SampleSceneProfile.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8677d4bac051d24caa11cd622e39f968155ee277bfce132274f1de225692fe9 -size 3703 +oid sha256:eb57a848e2ae3d934fe46fae2d1b507b0ed54ac909b430902d2246a69afcffd6 +size 3751 diff --git a/Packages/manifest.json b/Packages/manifest.json index 43e4dbe..8eb4252 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -2,6 +2,7 @@ "dependencies": { "com.unity.ai.navigation": "2.0.10", "com.unity.collab-proxy": "2.11.3", + "com.unity.formats.fbx": "5.1.5", "com.unity.ide.rider": "3.0.39", "com.unity.ide.visualstudio": "2.0.26", "com.unity.inputsystem": "1.18.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 6de98f4..af7a295 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.autodesk.fbx": { + "version": "5.1.3", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.ai.navigation": { "version": "2.0.10", "depth": 0, @@ -45,6 +52,16 @@ "source": "builtin", "dependencies": {} }, + "com.unity.formats.fbx": { + "version": "5.1.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.autodesk.fbx": "5.1.1", + "com.unity.timeline": "1.7.1" + }, + "url": "https://packages.unity.com" + }, "com.unity.ide.rider": { "version": "3.0.39", "depth": 0,