diff --git a/Assets/BOXOPHOBIC.meta b/Assets/BOXOPHOBIC.meta new file mode 100644 index 0000000..bbea780 --- /dev/null +++ b/Assets/BOXOPHOBIC.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e7eb6ad2afdf6ac459955d276db9416c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended.meta new file mode 100644 index 0000000..11955de --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 32d8653d3d8a32540bdcfea2c790ef24 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core.meta new file mode 100644 index 0000000..9cfad1f --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 01784f5b6ffd19a4486763a250f10e09 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor.meta new file mode 100644 index 0000000..27e9c90 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a24a20dc8a1edd843a89252f22b9a4d0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef new file mode 100644 index 0000000..e6d7893 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef @@ -0,0 +1,18 @@ +{ + "name": "Boxophobic.SkyboxCubemapExtended.Editor", + "references": [ + "GUID:10f1dd4cfd6afb54da274d7d818bd8f6", + "GUID:825ad574da7360d4e8aea558f272972e" + ], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [] +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef.meta new file mode 100644 index 0000000..fdb1c08 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 29bc400970c5066438cbde7676418b75 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs new file mode 100644 index 0000000..9c9c33f --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs @@ -0,0 +1,48 @@ +//Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Utility; +using System.Collections.Generic; + +namespace SkyboxExtended +{ + public class MaterialGUI : ShaderGUI + { + public override void OnGUI(MaterialEditor materialEditor, MaterialProperty[] props) + { + //base.OnGUI(materialEditor, props); + + var material0 = materialEditor.target as Material; + + DrawDynamicInspector(material0, materialEditor, props); + } + + void DrawDynamicInspector(Material material, MaterialEditor materialEditor, MaterialProperty[] props) + { + var customPropsList = new List(); + + for (int i = 0; i < props.Length; i++) + { + var prop = props[i]; + + if (BoxoUtils.IsShaderGUIPropertyHidden(prop)) + { + continue; + } + + customPropsList.Add(prop); + } + + //Draw Custom GUI + for (int i = 0; i < customPropsList.Count; i++) + { + var prop = customPropsList[i]; + + materialEditor.ShaderProperty(prop, prop.displayName); + } + + GUILayout.Space(10); + } + } +} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs.meta new file mode 100644 index 0000000..bb7340c --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 39b7f3695c062924983675fcef51f7f8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs new file mode 100644 index 0000000..fabf250 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs @@ -0,0 +1,40 @@ +using UnityEditor; +using UnityEngine; + +namespace SkyboxExtended +{ + public static class SkyboxExtendedWindows + { + [MenuItem("Window/BOXOPHOBIC/Skybox Cubemap Extended/Discord Server", false, 8000)] + public static void Discord() + { + Application.OpenURL("https://discord.com/invite/znxuXET"); + } + + [MenuItem("Window/BOXOPHOBIC/Skybox Cubemap Extended/Publisher Page", false, 8001)] + public static void MoreAssets() + { + Application.OpenURL("https://assetstore.unity.com/publishers/20529"); + } + + [MenuItem("Window/BOXOPHOBIC/Skybox Cubemap Extended/Documentation", false, 8002)] + public static void Documentation() + { + Application.OpenURL("https://docs.google.com/document/d/1ughK58Aveoet6hpdfYxY5rzkOcIkjEoR0VdN2AhngSc/edit#heading=h.gqix7il7wlwd"); + } + + [MenuItem("Window/BOXOPHOBIC/Skybox Cubemap Extended/Changelog", false, 8003)] + public static void Changelog() + { + Application.OpenURL("https://docs.google.com/document/d/1ughK58Aveoet6hpdfYxY5rzkOcIkjEoR0VdN2AhngSc/edit#heading=h.1rbujejuzjce"); + } + + [MenuItem("Window/BOXOPHOBIC/Skybox Cubemap Extended/Write A Review", false, 9999)] + public static void WriteAReview() + { + Application.OpenURL("https://assetstore.unity.com/packages/vfx/shaders/free-skybox-extended-shader-107400#reviews"); + } + } +} + + diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs.meta new file mode 100644 index 0000000..6decee0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 7c986bd7ffe2fa34a857eb813db03d77 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset new file mode 100644 index 0000000..9e26b73 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93308045fbb3c5e42ba5ccb66d848632, type: 3} + m_Name: Version + m_EditorClassIdentifier: + styledBanner: 0 + data: 250 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset.meta new file mode 100644 index 0000000..f874997 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cb530898cc05d744da0941d6160f7b92 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions.meta new file mode 100644 index 0000000..a191eab --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d8f3d7631590add47a6cd1593473ebc5 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset new file mode 100644 index 0000000..54f0391 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset @@ -0,0 +1,41 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 78b2425a2284af743826c689403a4924, type: 3} + m_Name: Compute Rotation Y + m_EditorClassIdentifier: + m_functionInfo: "// Made with Amplify Shader Editor\n// Available at the Unity Asset + Store - http://u3d.as/y3X \n/*ASEBEGIN\nVersion=18101\n1927;7;1906;1014;1344.35;48.9646;1;True;False\nNode;AmplifyShaderEditor.SimpleAddOpNode;71;0,128;Inherit;False;3;3;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.FunctionInput;38;-896,-1024;Inherit;False;Vertex + Pos;3;0;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.GetLocalVarNode;83;-896,-256;Inherit;False;40;VertexPos;1;0;OBJECT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.DynamicAppendNode;74;-384,-512;Inherit;False;FLOAT3;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.GetLocalVarNode;54;-896,256;Inherit;False;82;VertexPosOtherAxis;1;0;OBJECT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.GetLocalVarNode;57;-896,352;Inherit;False;44;Angle;1;0;OBJECT;0;False;1;FLOAT;0\nNode;AmplifyShaderEditor.RegisterLocalVarNode;82;-128,-256;Float;False;VertexPosOtherAxis;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.RegisterLocalVarNode;50;-128,-512;Float;False;VertexPosRotationAxis;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.RegisterLocalVarNode;40;-512,-1024;Half;False;VertexPos;-1;True;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.GetLocalVarNode;70;-896,128;Inherit;False;50;VertexPosRotationAxis;1;0;OBJECT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.RegisterLocalVarNode;44;-512,-1152;Half;False;Angle;-1;True;1;0;FLOAT;0;False;1;FLOAT;0\nNode;AmplifyShaderEditor.FunctionInput;43;-896,-1152;Inherit;False;Angle;1;1;False;1;0;FLOAT;0;False;1;FLOAT;0\nNode;AmplifyShaderEditor.GetLocalVarNode;58;-896,672;Inherit;False;82;VertexPosOtherAxis;1;0;OBJECT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.BreakToComponentsNode;84;-640,-256;Inherit;False;FLOAT3;1;0;FLOAT3;0,0,0;False;16;FLOAT;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT;5;FLOAT;6;FLOAT;7;FLOAT;8;FLOAT;9;FLOAT;10;FLOAT;11;FLOAT;12;FLOAT;13;FLOAT;14;FLOAT;15\nNode;AmplifyShaderEditor.CosOpNode;56;-384,352;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0\nNode;AmplifyShaderEditor.SinOpNode;64;-384,752;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0\nNode;AmplifyShaderEditor.Vector3Node;85;-896,512;Inherit;False;Constant;_Vector0;Vector + 0;0;0;Create;True;0;0;False;0;False;0,1,0;0,0,0;0;4;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3\nNode;AmplifyShaderEditor.GetLocalVarNode;63;-896,752;Inherit;False;44;Angle;1;0;OBJECT;0;False;1;FLOAT;0\nNode;AmplifyShaderEditor.GetLocalVarNode;49;-896,-512;Inherit;False;40;VertexPos;1;0;OBJECT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.SimpleMultiplyOpNode;55;-256,256;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.DynamicAppendNode;81;-384,-256;Inherit;False;FLOAT3;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.BreakToComponentsNode;86;-640,-512;Inherit;False;FLOAT3;1;0;FLOAT3;0,0,0;False;16;FLOAT;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT;5;FLOAT;6;FLOAT;7;FLOAT;8;FLOAT;9;FLOAT;10;FLOAT;11;FLOAT;12;FLOAT;13;FLOAT;14;FLOAT;15\nNode;AmplifyShaderEditor.CrossProductOpNode;69;-512,512;Inherit;False;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.SimpleMultiplyOpNode;61;-256,512;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;1;FLOAT3;0\nNode;AmplifyShaderEditor.FunctionOutput;19;256,128;Inherit;False;True;-1;;0;False;1;0;FLOAT3;0,1,1;False;1;FLOAT3;0\nWireConnection;71;0;70;0\nWireConnection;71;1;55;0\nWireConnection;71;2;61;0\nWireConnection;74;1;86;1\nWireConnection;82;0;81;0\nWireConnection;50;0;74;0\nWireConnection;40;0;38;0\nWireConnection;44;0;43;0\nWireConnection;84;0;83;0\nWireConnection;56;0;57;0\nWireConnection;64;0;63;0\nWireConnection;55;0;54;0\nWireConnection;55;1;56;0\nWireConnection;81;0;84;0\nWireConnection;81;2;84;2\nWireConnection;86;0;49;0\nWireConnection;69;0;85;0\nWireConnection;69;1;58;0\nWireConnection;61;0;69;0\nWireConnection;61;1;64;0\nWireConnection;19;0;71;0\nASEEND*/\n//CHKSM=1A6275775035F95A0C9D68F3F00C78326017E145" + m_functionName: + m_description: + m_additionalIncludes: + m_additionalIncludes: [] + m_outsideIncludes: [] + m_additionalPragmas: + m_additionalPragmas: [] + m_outsidePragmas: [] + m_additionalDirectives: + m_validData: 0 + m_isDirty: 0 + m_moduleName: ' Additional Directives' + m_independentModule: 1 + m_additionalDirectives: [] + m_shaderFunctionDirectives: [] + m_nativeDirectives: [] + m_nativeDirectivesIndex: -1 + m_nativeDirectivesFoldout: 0 + m_directivesSaveItems: [] + m_nodeCategory: 0 + m_customNodeCategory: The Vegetation Engine + m_previewPosition: 0 + m_hidden: 1 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset.meta new file mode 100644 index 0000000..5f6303d --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 693b7d13a80c93a4e8b791a9cd5e5ab2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation + Y.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders.meta new file mode 100644 index 0000000..93519b8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d232156edfe8f054698fcf369456c632 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Blend.shader b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Blend.shader new file mode 100644 index 0000000..ad749b3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Blend.shader @@ -0,0 +1,353 @@ +// Made with Amplify Shader Editor v1.9.8.2 +// Available at the Unity Asset Store - http://u3d.as/y3X +Shader "Skybox/Cubemap Blend" +{ + Properties + { + [StyledBanner(Skybox Cubemap Blend)] _SkyboxExtended( "< SkyboxExtended >", Float ) = 1 + [StyledCategory(Cubemap Settings, 5, 10)] _Cubemapp( "[ Cubemapp ]", Float ) = 1 + [NoScaleOffset][StyledTextureSingleLine] _Tex( "Cubemap (HDR)", CUBE ) = "black" {} + [NoScaleOffset][StyledTextureSingleLine] _Tex_Blend( "Cubemap Blend (HDR)", CUBE ) = "black" {} + [Space(10)] _CubemapTransition( "Cubemap Transition", Range( 0, 1 ) ) = 0 + [Space(10)] _Exposure( "Cubemap Exposure", Range( 0, 8 ) ) = 1 + [Gamma] _TintColor( "Cubemap Tint Color", Color ) = ( 0.5, 0.5, 0.5, 1 ) + _CubemapPosition( "Cubemap Position", Float ) = 0 + [StyledCategory(Rotation Settings)] _Rotationn( "[ Rotationn ]", Float ) = 1 + [Toggle( _ENABLEROTATION_ON )] _EnableRotation( "Enable Rotation", Float ) = 0 + [IntRange][Space(10)] _Rotation( "Rotation", Range( 0, 360 ) ) = 0 + _RotationSpeed( "Rotation Speed", Float ) = 1 + [StyledCategory(Fog Settings)] _Fogg( "[ Fogg ]", Float ) = 1 + [Toggle( _ENABLEFOG_ON )] _EnableFog( "Enable Fog", Float ) = 0 + [StyledMessage(Info, The fog color is controlled by the fog color set in the Lighting panel., _EnableFog, 1, 10, 0)] _FogMessage( "# FogMessage", Float ) = 0 + [Space(10)] _FogIntensity( "Fog Intensity", Range( 0, 1 ) ) = 1 + _FogHeight( "Fog Height", Range( 0, 1 ) ) = 1 + _FogSmoothness( "Fog Smoothness", Range( 0.01, 1 ) ) = 0.01 + _FogFill( "Fog Fill", Range( 0, 1 ) ) = 0.5 + [HideInInspector] _Tex_HDR( "DecodeInstructions", Vector ) = ( 0, 0, 0, 0 ) + [HideInInspector] _Tex_Blend_HDR( "DecodeInstructions", Vector ) = ( 0, 0, 0, 0 ) + _FogPosition( "Fog Position", Float ) = 0 + + } + + SubShader + { + + + Tags { "RenderType"="Background" "Queue"="Background" "PreviewType"="Skybox" } + LOD 0 + + CGINCLUDE + #pragma target 2.0 + ENDCG + Blend Off + AlphaToMask Off + Cull Off + ColorMask RGBA + ZWrite Off + ZTest LEqual + + + + Pass + { + Name "Unlit" + + CGPROGRAM + + #define ASE_VERSION 19802 + + + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + //only defining to not throw compilation error over Unity 5.5 + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + #pragma vertex vert + #pragma fragment frag + #pragma multi_compile_instancing + #include "UnityCG.cginc" + #include "UnityShaderVariables.cginc" + #define ASE_NEEDS_VERT_POSITION + #pragma shader_feature_local _ENABLEFOG_ON + #pragma shader_feature_local _ENABLEROTATION_ON + + + struct appdata + { + float4 vertex : POSITION; + float4 color : COLOR; + + UNITY_VERTEX_INPUT_INSTANCE_ID + }; + + struct v2f + { + float4 vertex : SV_POSITION; + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + float3 worldPos : TEXCOORD0; + #endif + float4 ase_texcoord1 : TEXCOORD1; + float4 ase_texcoord2 : TEXCOORD2; + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + }; + + uniform half4 _Tex_HDR; + uniform half _Cubemapp; + uniform half4 _Tex_Blend_HDR; + uniform half _Rotationn; + uniform half _Fogg; + uniform half _FogMessage; + uniform half _SkyboxExtended; + uniform samplerCUBE _Tex; + uniform float _CubemapPosition; + uniform half _Rotation; + uniform half _RotationSpeed; + uniform samplerCUBE _Tex_Blend; + uniform half _CubemapTransition; + uniform half4 _TintColor; + uniform half _Exposure; + uniform float _FogPosition; + uniform half _FogHeight; + uniform half _FogSmoothness; + uniform half _FogFill; + uniform half _FogIntensity; + inline half3 DecodeHDR1189( float4 Data ) + { + return DecodeHDR(Data, _Tex_HDR); + } + + inline half3 DecodeHDR1224( float4 Data ) + { + return DecodeHDR(Data, _Tex_Blend_HDR); + } + + + + v2f vert ( appdata v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + + float lerpResult268 = lerp( 1.0 , ( unity_OrthoParams.y / unity_OrthoParams.x ) , unity_OrthoParams.w); + half CAMERA_MODE300 = lerpResult268; + float3 appendResult1220 = (float3(v.vertex.xyz.x , ( v.vertex.xyz.y * CAMERA_MODE300 ) , v.vertex.xyz.z)); + float3 appendResult1208 = (float3(0.0 , -_CubemapPosition , 0.0)); + half3 VertexPos40_g1 = appendResult1220; + float3 appendResult74_g1 = (float3(0.0 , VertexPos40_g1.y , 0.0)); + float3 VertexPosRotationAxis50_g1 = appendResult74_g1; + float3 break84_g1 = VertexPos40_g1; + float3 appendResult81_g1 = (float3(break84_g1.x , 0.0 , break84_g1.z)); + float3 VertexPosOtherAxis82_g1 = appendResult81_g1; + half Angle44_g1 = ( 1.0 - radians( ( _Rotation + ( _Time.y * _RotationSpeed ) ) ) ); + #ifdef _ENABLEROTATION_ON + float3 staticSwitch1164 = ( ( VertexPosRotationAxis50_g1 + ( VertexPosOtherAxis82_g1 * cos( Angle44_g1 ) ) + ( cross( float3( 0, 1, 0 ) , VertexPosOtherAxis82_g1 ) * sin( Angle44_g1 ) ) ) + appendResult1208 ); + #else + float3 staticSwitch1164 = ( appendResult1220 + appendResult1208 ); + #endif + float3 vertexToFrag774 = staticSwitch1164; + o.ase_texcoord1.xyz = vertexToFrag774; + + o.ase_texcoord2 = v.vertex; + + //setting value to unused interpolator channels and avoid initialization warnings + o.ase_texcoord1.w = 0; + float3 vertexValue = float3(0, 0, 0); + #if ASE_ABSOLUTE_VERTEX_POS + vertexValue = v.vertex.xyz; + #endif + vertexValue = vertexValue; + #if ASE_ABSOLUTE_VERTEX_POS + v.vertex.xyz = vertexValue; + #else + v.vertex.xyz += vertexValue; + #endif + o.vertex = UnityObjectToClipPos(v.vertex); + + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + o.worldPos = mul(unity_ObjectToWorld, v.vertex).xyz; + #endif + return o; + } + + fixed4 frag (v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID(i); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(i); + fixed4 finalColor; + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + float3 WorldPosition = i.worldPos; + #endif + float3 vertexToFrag774 = i.ase_texcoord1.xyz; + half4 Data1189 = texCUBE( _Tex, vertexToFrag774 ); + half3 localDecodeHDR1189 = DecodeHDR1189( Data1189 ); + half4 Data1224 = texCUBE( _Tex_Blend, vertexToFrag774 ); + half3 localDecodeHDR1224 = DecodeHDR1224( Data1224 ); + float3 lerpResult1227 = lerp( localDecodeHDR1189 , localDecodeHDR1224 , _CubemapTransition); + half4 CUBEMAP222 = ( float4( lerpResult1227 , 0.0 ) * unity_ColorSpaceDouble * _TintColor * _Exposure ); + float lerpResult678 = lerp( saturate( pow( (0.0 + ( abs( ( i.ase_texcoord2.xyz.y + -_FogPosition ) ) - 0.0 ) * ( 1.0 - 0.0 ) / ( _FogHeight - 0.0 ) ) , ( 1.0 - _FogSmoothness ) ) ) , 0.0 , _FogFill); + float lerpResult1205 = lerp( 1.0 , lerpResult678 , _FogIntensity); + half FOG_MASK359 = lerpResult1205; + float4 lerpResult317 = lerp( unity_FogColor , CUBEMAP222 , FOG_MASK359); + #ifdef _ENABLEFOG_ON + float4 staticSwitch1179 = lerpResult317; + #else + float4 staticSwitch1179 = CUBEMAP222; + #endif + + + finalColor = staticSwitch1179; + return finalColor; + } + ENDCG + } + } + CustomEditor "SkyboxExtended.MaterialGUI" + + Fallback "Skybox/Cubemap" +} +/*ASEBEGIN +Version=19802 +Node;AmplifyShaderEditor.OrthoParams, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;267;-892.4822,894.6918;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1007;-444.4821,894.6918;Half;False;Constant;_Float7;Float 7;47;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;309;-588.4823,894.6918;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;268;-252.4821,894.6918;Inherit;False;3;0;FLOAT;1;False;1;FLOAT;0.5;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;260;-896,2048;Half;False;Property;_RotationSpeed;Rotation Speed;11;0;Create;True;0;0;0;False;0;False;1;2;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleTimeNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;701;-896,1920;Inherit;False;1;0;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;255;-640,1920;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;48;-896,1792;Half;False;Property;_Rotation;Rotation;10;1;[IntRange];Create;True;0;0;0;False;1;Space(10);False;0;0;0;360;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;300;3.51777,894.6918;Half;False;CAMERA_MODE;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;276;-512,1792;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1218;-896,1680;Inherit;False;300;CAMERA_MODE;1;0;OBJECT;;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PosVertexDataNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1221;-896,1536;Inherit;False;0;0;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1219;-640,1664;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1211;-128,1920;Inherit;False;Property;_CubemapPosition;Cubemap Position;7;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RadiansOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;47;-384,1792;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1220;-512,1536;Inherit;False;FLOAT3;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1222;-256,1792;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.NegateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1215;128,1920;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1207;-896,3008;Inherit;False;Property;_FogPosition;Fog Position;21;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1208;320,1920;Inherit;False;FLOAT3;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1217;-128,1536;Inherit;False;Compute Rotation Y;-1;;1;693b7d13a80c93a4e8b791a9cd5e5ab2;0;2;38;FLOAT3;0,0,0;False;43;FLOAT;0;False;1;FLOAT3;19 +Node;AmplifyShaderEditor.NegateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1214;-704,3008;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PosVertexDataNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1193;-896,2560;Inherit;False;0;0;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1206;512,1792;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1212;512,1536;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1210;-640,2560;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1108;-512,2688;Half;False;Constant;_Float39;Float 39;55;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1109;-512,2784;Half;False;Constant;_Float40;Float 40;55;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1164;704,1536;Float;False;Property;_EnableRotation;Enable Rotation;9;0;Create;True;0;0;0;False;0;False;0;0;0;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;FLOAT3;0,0,0;False;0;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT3;0,0,0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;313;-896,2752;Half;False;Property;_FogHeight;Fog Height;16;0;Create;True;0;0;0;False;0;False;1;0.6;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.AbsOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;314;-512,2560;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;325;-896,2880;Half;False;Property;_FogSmoothness;Fog Smoothness;17;0;Create;True;0;0;0;False;0;False;0.01;0.01;0.01;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;329;-256,2880;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;315;-320,2560;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0;False;4;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.VertexToFragmentNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;774;1024,1536;Inherit;False;False;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;41;1536,1536;Inherit;True;Property;_Tex;Cubemap (HDR);2;1;[NoScaleOffset];Create;False;0;0;0;False;1;StyledTextureSingleLine;False;-1;None;beb1457d375110e468b8d8e1f29fccea;True;0;False;black;LockedToCube;False;Object;-1;Auto;Cube;8;0;SAMPLERCUBE;;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1226;1536,2048;Half;False;Property;_CubemapTransition;Cubemap Transition;4;0;Create;False;0;0;0;False;1;Space(10);False;0;1;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1223;1536,1792;Inherit;True;Property;_Tex_Blend;Cubemap Blend (HDR);3;1;[NoScaleOffset];Create;False;0;0;0;False;1;StyledTextureSingleLine;False;-1;None;beb1457d375110e468b8d8e1f29fccea;True;0;False;black;LockedToCube;False;Object;-1;Auto;Cube;8;0;SAMPLERCUBE;;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.PowerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;677;-64,2560;Inherit;False;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.CustomExpressionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1224;1920,1792;Half;False;DecodeHDR(Data, _Tex_Blend_HDR);3;Create;1;True;Data;FLOAT4;0,0,0,0;In;;Float;False;DecodeHDR;True;False;0;;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.CustomExpressionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1189;1920,1536;Half;False;DecodeHDR(Data, _Tex_HDR);3;Create;1;True;Data;FLOAT4;0,0,0,0;In;;Float;False;DecodeHDR;True;False;0;;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;316;128,2560;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1110;128,2752;Half;False;Constant;_Float41;Float 41;55;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;679;128,2880;Half;False;Property;_FogFill;Fog Fill;18;0;Create;True;0;0;0;False;0;False;0.5;0;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RelayNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1228;1952,2048;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1173;2288,1968;Half;False;Property;_TintColor;Cubemap Tint Color;6;1;[Gamma];Create;False;0;0;0;False;0;False;0.5,0.5,0.5,1;0.5,0.5,0.5,1;False;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.ColorSpaceDouble, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1175;2288,1792;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1177;2288,2144;Half;False;Property;_Exposure;Cubemap Exposure;5;0;Create;False;0;0;0;False;1;Space(10);False;1;1;0;8;0;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1227;2176,1536;Inherit;False;3;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;678;384,2560;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1204;448,2880;Half;False;Property;_FogIntensity;Fog Intensity;15;0;Create;True;0;0;0;False;1;Space(10);False;1;0;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1174;2816,1536;Inherit;False;4;4;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1205;640,2560;Inherit;False;3;0;FLOAT;1;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;359;832,2560;Half;False;FOG_MASK;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;222;3008,1536;Half;False;CUBEMAP;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.FogAndAmbientColorsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;312;-896,128;Inherit;False;unity_FogColor;0;1;COLOR;0 +Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;436;-896,320;Inherit;False;359;FOG_MASK;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;228;-896,240;Inherit;False;222;CUBEMAP;1;0;OBJECT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;317;-512,128;Inherit;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.Vector4Node, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1190;1536,2176;Half;False;Property;_Tex_HDR;DecodeInstructions;19;1;[HideInInspector];Create;False;0;0;0;True;0;False;0,0,0,0;1,1,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1197;-640,-384;Half;False;Property;_Cubemapp;[ Cubemapp ];1;0;Create;True;0;0;0;True;1;StyledCategory(Cubemap Settings, 5, 10);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.Vector4Node, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1225;1792,2176;Half;False;Property;_Tex_Blend_HDR;DecodeInstructions;20;1;[HideInInspector];Create;False;0;0;0;True;0;False;0,0,0,0;1,1,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1198;-448,-384;Half;False;Property;_Rotationn;[ Rotationn ];8;0;Create;True;0;0;0;True;1;StyledCategory(Rotation Settings);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1199;-272,-384;Half;False;Property;_Fogg;[ Fogg ];12;0;Create;True;0;0;0;True;1;StyledCategory(Fog Settings);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1216;-896,3136;Half;False;Property;_FogMessage;# FogMessage;14;0;Create;True;0;0;0;True;1;StyledMessage(Info, The fog color is controlled by the fog color set in the Lighting panel., _EnableFog, 1, 10, 0);False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1196;-896,-384;Half;False;Property;_SkyboxExtended;< SkyboxExtended >;0;0;Create;True;0;0;0;True;1;StyledBanner(Skybox Cubemap Blend);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1179;-224,224;Float;False;Property;_EnableFog;Enable Fog;13;0;Create;True;0;0;0;False;0;False;0;0;0;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;COLOR;0,0,0,0;False;0;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;4;COLOR;0,0,0,0;False;5;COLOR;0,0,0,0;False;6;COLOR;0,0,0,0;False;7;COLOR;0,0,0,0;False;8;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1194;128,128;Float;False;True;-1;2;SkyboxExtended.MaterialGUI;0;5;Skybox/Cubemap Blend;0770190933193b94aaa3065e307002fa;True;Unlit;0;0;Unlit;2;False;True;0;1;False;;0;False;;0;1;False;;0;False;;True;0;False;;0;False;;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;2;False;;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;255;False;;255;False;;255;False;;7;False;;1;False;;1;False;;1;False;;7;False;;1;False;;1;False;;1;False;;False;True;2;False;;True;0;False;;True;False;0;False;;0;False;;True;3;RenderType=Background=RenderType;Queue=Background=Queue=0;PreviewType=Skybox;True;0;False;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;0;Skybox/Cubemap;0;0;Standard;1;Vertex Position,InvertActionOnDeselection;1;0;0;1;True;False;;False;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1167;-896,0;Inherit;False;1236;100;Final Color;0;;0.4980392,1,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;431;-896,768;Inherit;False;1094;100;Switch between Perspective / Orthographic camera;0;;1,0,1,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1180;-896,1408;Inherit;False;2179.583;100;Cubemap Coordinates;0;;0,0.4980392,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;700;-896,2432;Inherit;False;1920.275;100;Fog Coords on Screen;0;;0,0.4980392,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1195;-896,-512;Inherit;False;1203;100;Drawers;0;;1,0.6827586,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1191;1536,1408;Inherit;False;1659.6;100;Base;0;;0,0.4980392,1,1;0;0 +WireConnection;309;0;267;2 +WireConnection;309;1;267;1 +WireConnection;268;0;1007;0 +WireConnection;268;1;309;0 +WireConnection;268;2;267;4 +WireConnection;255;0;701;0 +WireConnection;255;1;260;0 +WireConnection;300;0;268;0 +WireConnection;276;0;48;0 +WireConnection;276;1;255;0 +WireConnection;1219;0;1221;2 +WireConnection;1219;1;1218;0 +WireConnection;47;0;276;0 +WireConnection;1220;0;1221;1 +WireConnection;1220;1;1219;0 +WireConnection;1220;2;1221;3 +WireConnection;1222;0;47;0 +WireConnection;1215;0;1211;0 +WireConnection;1208;1;1215;0 +WireConnection;1217;38;1220;0 +WireConnection;1217;43;1222;0 +WireConnection;1214;0;1207;0 +WireConnection;1206;0;1220;0 +WireConnection;1206;1;1208;0 +WireConnection;1212;0;1217;19 +WireConnection;1212;1;1208;0 +WireConnection;1210;0;1193;2 +WireConnection;1210;1;1214;0 +WireConnection;1164;1;1206;0 +WireConnection;1164;0;1212;0 +WireConnection;314;0;1210;0 +WireConnection;329;0;325;0 +WireConnection;315;0;314;0 +WireConnection;315;1;1108;0 +WireConnection;315;2;313;0 +WireConnection;315;3;1108;0 +WireConnection;315;4;1109;0 +WireConnection;774;0;1164;0 +WireConnection;41;1;774;0 +WireConnection;1223;1;774;0 +WireConnection;677;0;315;0 +WireConnection;677;1;329;0 +WireConnection;1224;0;1223;0 +WireConnection;1189;0;41;0 +WireConnection;316;0;677;0 +WireConnection;1228;0;1226;0 +WireConnection;1227;0;1189;0 +WireConnection;1227;1;1224;0 +WireConnection;1227;2;1228;0 +WireConnection;678;0;316;0 +WireConnection;678;1;1110;0 +WireConnection;678;2;679;0 +WireConnection;1174;0;1227;0 +WireConnection;1174;1;1175;0 +WireConnection;1174;2;1173;0 +WireConnection;1174;3;1177;0 +WireConnection;1205;1;678;0 +WireConnection;1205;2;1204;0 +WireConnection;359;0;1205;0 +WireConnection;222;0;1174;0 +WireConnection;317;0;312;0 +WireConnection;317;1;228;0 +WireConnection;317;2;436;0 +WireConnection;1179;1;228;0 +WireConnection;1179;0;317;0 +WireConnection;1194;0;1179;0 +ASEEND*/ +//CHKSM=613F33869C142F38CCF2053C287F7394092426D6 \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Blend.shader.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Blend.shader.meta new file mode 100644 index 0000000..79817b7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Blend.shader.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 7705790d9e8e16344ad5d7960c568904 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap + Blend.shader + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader new file mode 100644 index 0000000..f28cbbd --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader @@ -0,0 +1,327 @@ +// Made with Amplify Shader Editor v1.9.8.2 +// Available at the Unity Asset Store - http://u3d.as/y3X +Shader "Skybox/Cubemap Extended" +{ + Properties + { + [StyledBanner(Skybox Cubemap Extended)] _SkyboxExtended( "< SkyboxExtended >", Float ) = 1 + [StyledCategory(Cubemap Settings, 5, 10)] _Cubemapp( "[ Cubemapp ]", Float ) = 1 + [NoScaleOffset][StyledTextureSingleLine] _Tex( "Cubemap (HDR)", CUBE ) = "black" {} + [Space(10)] _Exposure( "Cubemap Exposure", Range( 0, 8 ) ) = 1 + [Gamma] _TintColor( "Cubemap Tint Color", Color ) = ( 0.5, 0.5, 0.5, 1 ) + _CubemapPosition( "Cubemap Position", Float ) = 0 + [StyledCategory(Rotation Settings)] _Rotationn( "[ Rotationn ]", Float ) = 1 + [Toggle( _ENABLEROTATION_ON )] _EnableRotation( "Enable Rotation", Float ) = 0 + [IntRange][Space(10)] _Rotation( "Rotation", Range( 0, 360 ) ) = 0 + _RotationSpeed( "Rotation Speed", Float ) = 1 + [StyledCategory(Fog Settings)] _Fogg( "[ Fogg ]", Float ) = 1 + [Toggle( _ENABLEFOG_ON )] _EnableFog( "Enable Fog", Float ) = 0 + [StyledMessage(Info, The fog color is controlled by the fog color set in the Lighting panel., _EnableFog, 1, 10, 0)] _FogMessage( "# FogMessage", Float ) = 0 + [Space(10)] _FogIntensity( "Fog Intensity", Range( 0, 1 ) ) = 1 + _FogHeight( "Fog Height", Range( 0, 1 ) ) = 1 + _FogSmoothness( "Fog Smoothness", Range( 0.01, 1 ) ) = 0.01 + _FogFill( "Fog Fill", Range( 0, 1 ) ) = 0.5 + [HideInInspector] _Tex_HDR( "DecodeInstructions", Vector ) = ( 0, 0, 0, 0 ) + _FogPosition( "Fog Position", Float ) = 0 + + } + + SubShader + { + + + Tags { "RenderType"="Background" "Queue"="Background" "PreviewType"="Skybox" } + LOD 0 + + CGINCLUDE + #pragma target 2.0 + ENDCG + Blend Off + AlphaToMask Off + Cull Off + ColorMask RGBA + ZWrite Off + ZTest LEqual + + + + Pass + { + Name "Unlit" + + CGPROGRAM + + #define ASE_VERSION 19802 + + + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + //only defining to not throw compilation error over Unity 5.5 + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + #pragma vertex vert + #pragma fragment frag + #pragma multi_compile_instancing + #include "UnityCG.cginc" + #include "UnityShaderVariables.cginc" + #define ASE_NEEDS_VERT_POSITION + #pragma shader_feature_local _ENABLEFOG_ON + #pragma shader_feature_local _ENABLEROTATION_ON + + + struct appdata + { + float4 vertex : POSITION; + float4 color : COLOR; + + UNITY_VERTEX_INPUT_INSTANCE_ID + }; + + struct v2f + { + float4 vertex : SV_POSITION; + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + float3 worldPos : TEXCOORD0; + #endif + float4 ase_texcoord1 : TEXCOORD1; + float4 ase_texcoord2 : TEXCOORD2; + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + }; + + uniform half _Cubemapp; + uniform half _SkyboxExtended; + uniform half _Rotationn; + uniform half _FogMessage; + uniform half4 _Tex_HDR; + uniform half _Fogg; + uniform samplerCUBE _Tex; + uniform float _CubemapPosition; + uniform half _Rotation; + uniform half _RotationSpeed; + uniform half4 _TintColor; + uniform half _Exposure; + uniform float _FogPosition; + uniform half _FogHeight; + uniform half _FogSmoothness; + uniform half _FogFill; + uniform half _FogIntensity; + inline half3 DecodeHDR1189( float4 Data ) + { + return DecodeHDR(Data, _Tex_HDR); + } + + + + v2f vert ( appdata v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + + float lerpResult268 = lerp( 1.0 , ( unity_OrthoParams.y / unity_OrthoParams.x ) , unity_OrthoParams.w); + half CAMERA_MODE300 = lerpResult268; + float3 appendResult1220 = (float3(v.vertex.xyz.x , ( v.vertex.xyz.y * CAMERA_MODE300 ) , v.vertex.xyz.z)); + float3 appendResult1208 = (float3(0.0 , -_CubemapPosition , 0.0)); + half3 VertexPos40_g1 = appendResult1220; + float3 appendResult74_g1 = (float3(0.0 , VertexPos40_g1.y , 0.0)); + float3 VertexPosRotationAxis50_g1 = appendResult74_g1; + float3 break84_g1 = VertexPos40_g1; + float3 appendResult81_g1 = (float3(break84_g1.x , 0.0 , break84_g1.z)); + float3 VertexPosOtherAxis82_g1 = appendResult81_g1; + half Angle44_g1 = ( 1.0 - radians( ( _Rotation + ( _Time.y * _RotationSpeed ) ) ) ); + #ifdef _ENABLEROTATION_ON + float3 staticSwitch1164 = ( ( VertexPosRotationAxis50_g1 + ( VertexPosOtherAxis82_g1 * cos( Angle44_g1 ) ) + ( cross( float3( 0, 1, 0 ) , VertexPosOtherAxis82_g1 ) * sin( Angle44_g1 ) ) ) + appendResult1208 ); + #else + float3 staticSwitch1164 = ( appendResult1220 + appendResult1208 ); + #endif + float3 vertexToFrag774 = staticSwitch1164; + o.ase_texcoord1.xyz = vertexToFrag774; + + o.ase_texcoord2 = v.vertex; + + //setting value to unused interpolator channels and avoid initialization warnings + o.ase_texcoord1.w = 0; + float3 vertexValue = float3(0, 0, 0); + #if ASE_ABSOLUTE_VERTEX_POS + vertexValue = v.vertex.xyz; + #endif + vertexValue = vertexValue; + #if ASE_ABSOLUTE_VERTEX_POS + v.vertex.xyz = vertexValue; + #else + v.vertex.xyz += vertexValue; + #endif + o.vertex = UnityObjectToClipPos(v.vertex); + + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + o.worldPos = mul(unity_ObjectToWorld, v.vertex).xyz; + #endif + return o; + } + + fixed4 frag (v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID(i); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(i); + fixed4 finalColor; + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + float3 WorldPosition = i.worldPos; + #endif + float3 vertexToFrag774 = i.ase_texcoord1.xyz; + half4 Data1189 = texCUBE( _Tex, vertexToFrag774 ); + half3 localDecodeHDR1189 = DecodeHDR1189( Data1189 ); + half4 CUBEMAP222 = ( float4( localDecodeHDR1189 , 0.0 ) * unity_ColorSpaceDouble * _TintColor * _Exposure ); + float lerpResult678 = lerp( saturate( pow( (0.0 + ( abs( ( i.ase_texcoord2.xyz.y + -_FogPosition ) ) - 0.0 ) * ( 1.0 - 0.0 ) / ( _FogHeight - 0.0 ) ) , ( 1.0 - _FogSmoothness ) ) ) , 0.0 , _FogFill); + float lerpResult1205 = lerp( 1.0 , lerpResult678 , _FogIntensity); + half FOG_MASK359 = lerpResult1205; + float4 lerpResult317 = lerp( unity_FogColor , CUBEMAP222 , FOG_MASK359); + #ifdef _ENABLEFOG_ON + float4 staticSwitch1179 = lerpResult317; + #else + float4 staticSwitch1179 = CUBEMAP222; + #endif + + + finalColor = staticSwitch1179; + return finalColor; + } + ENDCG + } + } + CustomEditor "SkyboxExtended.MaterialGUI" + + Fallback "Skybox/Cubemap" +} +/*ASEBEGIN +Version=19802 +Node;AmplifyShaderEditor.OrthoParams, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;267;-892.4822,894.6918;Inherit;False;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1007;-444.4821,894.6918;Half;False;Constant;_Float7;Float 7;47;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleDivideOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;309;-588.4823,894.6918;Inherit;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;268;-252.4821,894.6918;Inherit;False;3;0;FLOAT;1;False;1;FLOAT;0.5;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;260;-896,2048;Half;False;Property;_RotationSpeed;Rotation Speed;9;0;Create;True;0;0;0;False;0;False;1;2;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleTimeNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;701;-896,1920;Inherit;False;1;0;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;48;-896,1792;Half;False;Property;_Rotation;Rotation;8;1;[IntRange];Create;True;0;0;0;False;1;Space(10);False;0;0;0;360;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;300;3.51777,894.6918;Half;False;CAMERA_MODE;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;255;-640,1920;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PosVertexDataNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1221;-896,1536;Inherit;False;0;0;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1218;-896,1680;Inherit;False;300;CAMERA_MODE;1;0;OBJECT;;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;276;-512,1792;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1211;-128,1920;Inherit;False;Property;_CubemapPosition;Cubemap Position;5;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RadiansOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;47;-384,1792;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1207;-896,3008;Inherit;False;Property;_FogPosition;Fog Position;18;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1219;-640,1664;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.NegateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1214;-704,3008;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.PosVertexDataNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1193;-896,2560;Inherit;False;0;0;5;FLOAT3;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.DynamicAppendNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1220;-512,1536;Inherit;False;FLOAT3;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.NegateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1215;128,1920;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1222;-256,1792;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1208;320,1920;Inherit;False;FLOAT3;4;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.FunctionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1217;-128,1536;Inherit;False;Compute Rotation Y;-1;;1;693b7d13a80c93a4e8b791a9cd5e5ab2;0;2;38;FLOAT3;0,0,0;False;43;FLOAT;0;False;1;FLOAT3;19 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1210;-640,2560;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;325;-896,2880;Half;False;Property;_FogSmoothness;Fog Smoothness;15;0;Create;True;0;0;0;False;0;False;0.01;0.01;0.01;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.AbsOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;314;-512,2560;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1206;512,1792;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;313;-896,2752;Half;False;Property;_FogHeight;Fog Height;14;0;Create;True;0;0;0;False;0;False;1;0.6;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1212;512,1536;Inherit;False;2;2;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1109;-512,2784;Half;False;Constant;_Float40;Float 40;55;0;Create;True;0;0;0;False;0;False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1108;-512,2688;Half;False;Constant;_Float39;Float 39;55;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.OneMinusNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;329;-256,2880;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.TFHCRemapNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;315;-320,2560;Inherit;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;1;False;3;FLOAT;0;False;4;FLOAT;1;False;1;FLOAT;0 +Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1164;704,1536;Float;False;Property;_EnableRotation;Enable Rotation;7;0;Create;True;0;0;0;False;0;False;0;0;0;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;FLOAT3;0,0,0;False;0;FLOAT3;0,0,0;False;2;FLOAT3;0,0,0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT3;0,0,0;False;6;FLOAT3;0,0,0;False;7;FLOAT3;0,0,0;False;8;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.VertexToFragmentNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;774;1024,1536;Inherit;False;False;False;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.PowerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;677;-64,2560;Inherit;False;False;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1110;128,2752;Half;False;Constant;_Float41;Float 41;55;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.SamplerNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;41;1536,1536;Inherit;True;Property;_Tex;Cubemap (HDR);2;1;[NoScaleOffset];Create;False;0;0;0;False;1;StyledTextureSingleLine;False;-1;None;beb1457d375110e468b8d8e1f29fccea;True;0;False;black;LockedToCube;False;Object;-1;Auto;Cube;8;0;SAMPLERCUBE;;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;3;FLOAT3;0,0,0;False;4;FLOAT3;0,0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.SaturateNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;316;128,2560;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;679;128,2880;Half;False;Property;_FogFill;Fog Fill;16;0;Create;True;0;0;0;False;0;False;0.5;0;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1177;1920,1968;Half;False;Property;_Exposure;Cubemap Exposure;3;0;Create;False;0;0;0;False;1;Space(10);False;1;1;0;8;0;1;FLOAT;0 +Node;AmplifyShaderEditor.CustomExpressionNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1189;1920,1536;Half;False;DecodeHDR(Data, _Tex_HDR);3;Create;1;True;Data;FLOAT4;0,0,0,0;In;;Float;False;DecodeHDR;True;False;0;;False;1;0;FLOAT4;0,0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.ColorNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1173;1920,1792;Half;False;Property;_TintColor;Cubemap Tint Color;4;1;[Gamma];Create;False;0;0;0;False;0;False;0.5,0.5,0.5,1;0.5,0.5,0.5,1;False;True;0;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1204;448,2880;Half;False;Property;_FogIntensity;Fog Intensity;13;0;Create;True;0;0;0;False;1;Space(10);False;1;0;0;1;0;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;678;384,2560;Inherit;False;3;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ColorSpaceDouble, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1175;1920,1616;Inherit;False;0;5;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1174;2432,1536;Inherit;False;4;4;0;FLOAT3;0,0,0;False;1;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1205;640,2560;Inherit;False;3;0;FLOAT;1;False;1;FLOAT;0;False;2;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;359;832,2560;Half;False;FOG_MASK;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;222;2624,1536;Half;False;CUBEMAP;-1;True;1;0;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;228;-896,240;Inherit;False;222;CUBEMAP;1;0;OBJECT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.FogAndAmbientColorsNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;312;-896,128;Inherit;False;unity_FogColor;0;1;COLOR;0 +Node;AmplifyShaderEditor.GetLocalVarNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;436;-896,320;Inherit;False;359;FOG_MASK;1;0;OBJECT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;317;-512,128;Inherit;False;3;0;COLOR;0,0,0,0;False;1;COLOR;0,0,0,0;False;2;FLOAT;0;False;1;COLOR;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1197;-640,-384;Half;False;Property;_Cubemapp;[ Cubemapp ];1;0;Create;True;0;0;0;True;1;StyledCategory(Cubemap Settings, 5, 10);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1196;-896,-384;Half;False;Property;_SkyboxExtended;< SkyboxExtended >;0;0;Create;True;0;0;0;True;1;StyledBanner(Skybox Cubemap Extended);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1198;-448,-384;Half;False;Property;_Rotationn;[ Rotationn ];6;0;Create;True;0;0;0;True;1;StyledCategory(Rotation Settings);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1216;-896,3136;Half;False;Property;_FogMessage;# FogMessage;12;0;Create;True;0;0;0;True;1;StyledMessage(Info, The fog color is controlled by the fog color set in the Lighting panel., _EnableFog, 1, 10, 0);False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.StaticSwitch, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1179;-224,224;Float;False;Property;_EnableFog;Enable Fog;11;0;Create;True;0;0;0;False;0;False;0;0;0;True;;Toggle;2;Key0;Key1;Create;True;True;All;9;1;COLOR;0,0,0,0;False;0;COLOR;0,0,0,0;False;2;COLOR;0,0,0,0;False;3;COLOR;0,0,0,0;False;4;COLOR;0,0,0,0;False;5;COLOR;0,0,0,0;False;6;COLOR;0,0,0,0;False;7;COLOR;0,0,0,0;False;8;COLOR;0,0,0,0;False;1;COLOR;0 +Node;AmplifyShaderEditor.Vector4Node, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1190;1536,1792;Half;False;Property;_Tex_HDR;DecodeInstructions;17;1;[HideInInspector];Create;False;0;0;0;True;0;False;0,0,0,0;1,1,0,0;0;5;FLOAT4;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.RangedFloatNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1199;-272,-384;Half;False;Property;_Fogg;[ Fogg ];10;0;Create;True;0;0;0;True;1;StyledCategory(Fog Settings);False;1;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1194;128,128;Float;False;True;-1;2;SkyboxExtended.MaterialGUI;0;5;Skybox/Cubemap Extended;0770190933193b94aaa3065e307002fa;True;Unlit;0;0;Unlit;2;False;True;0;1;False;;0;False;;0;1;False;;0;False;;True;0;False;;0;False;;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;2;False;;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;255;False;;255;False;;255;False;;7;False;;1;False;;1;False;;1;False;;7;False;;1;False;;1;False;;1;False;;False;True;2;False;;True;0;False;;True;False;0;False;;0;False;;True;3;RenderType=Background=RenderType;Queue=Background=Queue=0;PreviewType=Skybox;True;0;False;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;0;Skybox/Cubemap;0;0;Standard;1;Vertex Position,InvertActionOnDeselection;1;0;0;1;True;False;;False;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;700;-896,2432;Inherit;False;1920.275;100;Fog Coords on Screen;0;;0,0.4980392,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1180;-896,1408;Inherit;False;2179.583;100;Cubemap Coordinates;0;;0,0.4980392,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1195;-896,-512;Inherit;False;1203;100;Drawers;0;;1,0.6827586,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1191;1536,1408;Inherit;False;1280.6;100;Base;0;;0,0.4980392,1,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;1167;-896,0;Inherit;False;1236;100;Final Color;0;;0.4980392,1,0,1;0;0 +Node;AmplifyShaderEditor.CommentaryNode, AmplifyShaderEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null;431;-896,768;Inherit;False;1094;100;Switch between Perspective / Orthographic camera;0;;1,0,1,1;0;0 +WireConnection;309;0;267;2 +WireConnection;309;1;267;1 +WireConnection;268;0;1007;0 +WireConnection;268;1;309;0 +WireConnection;268;2;267;4 +WireConnection;300;0;268;0 +WireConnection;255;0;701;0 +WireConnection;255;1;260;0 +WireConnection;276;0;48;0 +WireConnection;276;1;255;0 +WireConnection;47;0;276;0 +WireConnection;1219;0;1221;2 +WireConnection;1219;1;1218;0 +WireConnection;1214;0;1207;0 +WireConnection;1220;0;1221;1 +WireConnection;1220;1;1219;0 +WireConnection;1220;2;1221;3 +WireConnection;1215;0;1211;0 +WireConnection;1222;0;47;0 +WireConnection;1208;1;1215;0 +WireConnection;1217;38;1220;0 +WireConnection;1217;43;1222;0 +WireConnection;1210;0;1193;2 +WireConnection;1210;1;1214;0 +WireConnection;314;0;1210;0 +WireConnection;1206;0;1220;0 +WireConnection;1206;1;1208;0 +WireConnection;1212;0;1217;19 +WireConnection;1212;1;1208;0 +WireConnection;329;0;325;0 +WireConnection;315;0;314;0 +WireConnection;315;1;1108;0 +WireConnection;315;2;313;0 +WireConnection;315;3;1108;0 +WireConnection;315;4;1109;0 +WireConnection;1164;1;1206;0 +WireConnection;1164;0;1212;0 +WireConnection;774;0;1164;0 +WireConnection;677;0;315;0 +WireConnection;677;1;329;0 +WireConnection;41;1;774;0 +WireConnection;316;0;677;0 +WireConnection;1189;0;41;0 +WireConnection;678;0;316;0 +WireConnection;678;1;1110;0 +WireConnection;678;2;679;0 +WireConnection;1174;0;1189;0 +WireConnection;1174;1;1175;0 +WireConnection;1174;2;1173;0 +WireConnection;1174;3;1177;0 +WireConnection;1205;1;678;0 +WireConnection;1205;2;1204;0 +WireConnection;359;0;1205;0 +WireConnection;222;0;1174;0 +WireConnection;317;0;312;0 +WireConnection;317;1;228;0 +WireConnection;317;2;436;0 +WireConnection;1179;1;228;0 +WireConnection;1179;0;317;0 +WireConnection;1194;0;1179;0 +ASEEND*/ +//CHKSM=2BDDD37A47470231311D0203CEDE72EBD0AADA1B \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader.meta new file mode 100644 index 0000000..90ed1ee --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 82881a2d011b0964696411c822cdd00b +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap + Extended.shader + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo.meta new file mode 100644 index 0000000..95457e6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 435b63c1211896b46abc41840218444b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity new file mode 100644 index 0000000..d8976cb --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity @@ -0,0 +1,2382 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.4762816, g: 0.6578769, b: 0.7264151, a: 1} + m_FogMode: 1 + m_FogDensity: 0.04 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 1cf6f4c6e6e0518419839d3f5448dd99, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.080264784, g: 0.099658206, b: 0.30106363, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 0 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 0 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &4114578 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_Name + value: LowPoly - Rock A (1) + objectReference: {fileID: 0} + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -2.2707756 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.882077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: -4.190982 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &4114579 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 4114578} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &36479349 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (5) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -7.15 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 2.62 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: 16.37 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70414966 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: 0.06460169 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: 0.064601675 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.70414954 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 10.484 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 0.94271064 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 0.9427107 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 0.9427108 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &36479350 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 36479349} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &45879393 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (1) + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -0.03286171 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9953594 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: 1.4895756 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 1.500001 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 1.500001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &45879394 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 45879393} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &131336117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (3) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -0.17991543 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.2819602 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -7.2957726 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 0.71628875 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 0.7495092 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 0.80139613 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &131336118 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 131336117} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &164520525 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.42 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.y + value: 2.48 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.68 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} +--- !u!4 &164520526 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, + type: 3} + m_PrefabInstance: {fileID: 164520525} + m_PrefabAsset: {fileID: 0} +--- !u!1 &190659019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 190659020} + m_Layer: 0 + m_Name: ENVIRONMENT + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 4294967295 + m_IsActive: 1 +--- !u!4 &190659020 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 190659019} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 5.7351627, y: -2.952077, z: -4.415718} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 474238226} + - {fileID: 1493008576} + - {fileID: 350596173} + - {fileID: 680975386} + - {fileID: 1534577184} + - {fileID: 1768519241} + - {fileID: 45879394} + - {fileID: 164520526} + - {fileID: 1463404879} + - {fileID: 821686574} + - {fileID: 4114579} + - {fileID: 1849434206} + - {fileID: 36479350} + - {fileID: 2038063333} + - {fileID: 131336118} + - {fileID: 628412522} + - {fileID: 1190695448} + - {fileID: 309155769} + - {fileID: 899880727} + - {fileID: 805072177} + - {fileID: 407210558} + - {fileID: 670807903} + - {fileID: 964280452} + - {fileID: 1200616502} + - {fileID: 359641103} + - {fileID: 1274041936} + - {fileID: 1076026797} + - {fileID: 1481245358} + - {fileID: 1028935023} + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &309155768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (8) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 5.020545 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8991811 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 15.191633 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 17 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.3872777 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.4516172 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.5521092 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &309155769 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 309155768} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &350596172 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: 0.08621216 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 3.219789 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: 13.386169 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 1.500001 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 1.500001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &350596173 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 350596172} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &359641102 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (14) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -18.34 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.11 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 11.5 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.42529565 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.57680905 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.5772529 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.39140007 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 24 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 53.963997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.763031 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.72921395 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.81585807 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &359641103 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 359641102} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &407210557 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (2) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -11.698242 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8418422 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -3.8187504 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.59049016 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.40608677 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.41758683 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.558602 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 20 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.801987 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.93525463 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.8938016 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &407210558 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 407210557} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &474238225 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.x + value: -0.8251629 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8220768 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.z + value: -0.5742817 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.x + value: -0.66287565 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.24616241 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.z + value: -0.24616237 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.w + value: 0.66287565 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -40.746002 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} +--- !u!4 &474238226 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, + type: 3} + m_PrefabInstance: {fileID: 474238225} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &628412521 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (1) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -16.36 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.1664653 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -5.92 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5959703 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0.38055158 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0.38055146 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.5959703 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -65.12 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 1.2266186 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 1.1329207 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 1.3723607 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &628412522 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 628412521} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &670807902 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (1) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -9.667221 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0440962 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -7.436466 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 21 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.1777081 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.2323283 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.3176392 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &670807903 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 670807902} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &680975385 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (2) + objectReference: {fileID: 0} + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -14.86991 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9826412 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: -0.57774734 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &680975386 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 680975385} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &805072176 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (5) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -12.350149 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9547312 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 16.468685 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5387579 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.4725727 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.4388362 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.54206806 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 19 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -135.743 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.9352546 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.89380175 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &805072177 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 805072176} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &821686573 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1828138642645558, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_Name + value: LowPoly - Rock B (1) + objectReference: {fileID: 0} + - target: {fileID: 1828138642645558, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.x + value: -2.352697 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0080888 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.z + value: -3.4706235 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} +--- !u!4 &821686574 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, + type: 3} + m_PrefabInstance: {fileID: 821686573} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &899880726 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (7) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 1.7249174 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.286547 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 11.545718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.7418554 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.77626115 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.83 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &899880727 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 899880726} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &964280451 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (11) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 5.1 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.04 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -0.78 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5919493 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.40395686 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.41557178 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.5601027 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 22 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.388992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.9352501 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.8938002 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.0000002 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &964280452 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 964280451} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1028935022 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_Name + value: LowPoly - Fence A (1) + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.x + value: -12.083 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.y + value: 2.797 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.z + value: 6.024 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.x + value: 0.6283024 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.3943238 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.z + value: -0.38242626 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.w + value: -0.5509039 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_RootOrder + value: 28 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -96.348 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -317.888 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.y + value: 1.0000005 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.z + value: 1.0000005 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 24.633987 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} +--- !u!4 &1028935023 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, + type: 3} + m_PrefabInstance: {fileID: 1028935022} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1076026796 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 3.2448368 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.852077 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 3.215718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.6282305 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.34483552 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.31118172 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.62416416 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 26 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -110.756 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.1097645 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.1612334 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.2416229 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1076026797 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1076026796} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1190695447 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (9) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -0.8951626 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.122077 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 15.505718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.0226362 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.0700641 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.1441422 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1190695448 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1190695447} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1200616501 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (13) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 6.29 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.79 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 10.01 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70868117 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.12932624 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.14448112 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6783591 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 23 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.388992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -37.722992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.76754314 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.7335325 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.82069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1200616502 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1200616501} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1274041935 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (15) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -4.35 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.73 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 10.16 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 25 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.74186 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.77625996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.83 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1274041936 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1274041935} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1349242039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1349242041} + - component: {fileID: 1349242040} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1349242040 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1349242039} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.7654179, b: 0.5990566, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1349242041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1349242039} + m_LocalRotation: {x: 0.2410041, y: 0.14294438, z: 0.012907092, w: 0.9598528} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 27.320002, y: 18.413, z: 6.0520005} +--- !u!1001 &1463404878 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_Name + value: LowPoly - Rock A (2) + objectReference: {fileID: 0} + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -13.917766 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.892077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: -0.39782476 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &1463404879 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 1463404878} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1480377163 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1480377168} + - component: {fileID: 1480377167} + - component: {fileID: 1480377165} + - component: {fileID: 1480377164} + m_Layer: 1 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1480377164 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} + m_Name: + m_EditorClassIdentifier: + sharedProfile: {fileID: 11400000, guid: 2c9ebc5b5de64494eb66e1f3eb755731, type: 2} + isGlobal: 1 + blendDistance: 0 + weight: 1 + priority: 0 +--- !u!114 &1480377165 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} + m_Name: + m_EditorClassIdentifier: + volumeTrigger: {fileID: 1480377168} + volumeLayer: + serializedVersion: 2 + m_Bits: 2 + stopNaNPropagation: 1 + finalBlitToCameraTarget: 0 + antialiasingMode: 2 + temporalAntialiasing: + jitterSpread: 0.75 + sharpness: 0.25 + stationaryBlending: 0.95 + motionBlending: 0.85 + subpixelMorphologicalAntialiasing: + quality: 2 + fastApproximateAntialiasing: + fastMode: 0 + keepAlpha: 0 + fog: + enabled: 1 + excludeSkybox: 1 + debugLayer: + lightMeter: + width: 512 + height: 256 + showCurves: 1 + histogram: + width: 512 + height: 256 + channel: 3 + waveform: + exposure: 0.12 + height: 256 + vectorscope: + size: 256 + exposure: 0.12 + overlaySettings: + linearDepth: 0 + motionColorIntensity: 4 + motionGridSize: 64 + colorBlindnessType: 0 + colorBlindnessStrength: 1 + m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} + m_ShowToolkit: 0 + m_ShowCustomSorter: 0 + breakBeforeColorGrading: 0 + m_BeforeTransparentBundles: [] + m_BeforeStackBundles: [] + m_AfterStackBundles: [] +--- !u!20 &1480377167 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 1 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1480377168 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_LocalRotation: {x: -0.014324265, y: 0.9792869, z: 0.0747568, w: 0.18762589} + m_LocalPosition: {x: -5.54, y: 0.49, z: 10.32} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -14.344001, y: 183.62099, z: 2.6130002} +--- !u!1001 &1481245355 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 100000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.x + value: -5.7351627 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.y + value: 2.952077 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.z + value: 4.415718 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_RootOrder + value: 27 + objectReference: {fileID: 0} + - target: {fileID: 2300000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 2557d3f1d341fdb4e9d53179c053ffd5, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} +--- !u!1 &1481245356 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 100000, guid: f3dd2dace832efa4fa391170674edcc1, + type: 3} + m_PrefabInstance: {fileID: 1481245355} + m_PrefabAsset: {fileID: 0} +--- !u!64 &1481245357 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1481245356} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 4300000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} +--- !u!4 &1481245358 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, + type: 3} + m_PrefabInstance: {fileID: 1481245355} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1493008575 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1772052688877022, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.x + value: 0.6948371 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8540769 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.z + value: 2.9857183 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.520312 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.y + value: -0.4788272 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.z + value: -0.47882715 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.52031195 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -85.245 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} +--- !u!4 &1493008576 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, + type: 3} + m_PrefabInstance: {fileID: 1493008575} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1534577183 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_Name + value: LowPoly - Grass B (1) + objectReference: {fileID: 0} + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.x + value: -1.6383076 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0712392 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.7474499 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} +--- !u!4 &1534577184 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, + type: 3} + m_PrefabInstance: {fileID: 1534577183} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1768519240 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (1) + objectReference: {fileID: 0} + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -2.9290283 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.989862 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: -4.795927 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &1768519241 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 1768519240} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1849434205 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -8.194936 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.402077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: 12.280445 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &1849434206 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 1849434205} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2038063332 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (4) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: 6.6548376 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0120769 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -8.034282 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 1.1957207 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 1.2511766 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 1.3377925 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &2038063333 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 2038063332} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity.meta new file mode 100644 index 0000000..d96df24 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a66e5f1bb7e0e90469c3bcd8ae5c4b2d +timeCreated: 1517938592 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Blend.unity + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity new file mode 100644 index 0000000..dac0fe7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity @@ -0,0 +1,2349 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 1 + m_FogColor: {r: 1, g: 0.43005908, b: 0.24313724, a: 1} + m_FogMode: 1 + m_FogDensity: 0.04 + m_LinearFogStart: 0 + m_LinearFogEnd: 70 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 0.95 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 2bd8959f5fbd3644aa33af1a155fc147, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.38825965, g: 0.2609049, b: 0.6510314, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 10 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 0 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringMode: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ShowResolutionOverlay: 1 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 0 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &4114578 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_Name + value: LowPoly - Rock A (1) + objectReference: {fileID: 0} + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -2.2707756 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.882077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: -4.190982 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &4114579 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 4114578} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &36479349 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (5) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -7.15 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 2.62 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: 16.37 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70414966 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: 0.06460169 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: 0.064601675 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.70414954 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 10.484 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 0.94271064 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 0.9427107 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 0.9427108 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &36479350 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 36479349} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &45879393 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (1) + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -0.03286171 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9953594 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: 1.4895756 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 1.500001 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 1.500001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &45879394 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 45879393} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &131336117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (3) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -0.17991543 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.2819602 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -7.2957726 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 0.71628875 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 0.7495092 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 0.80139613 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &131336118 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 131336117} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &164520525 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.42 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.y + value: 2.48 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.68 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} +--- !u!4 &164520526 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, + type: 3} + m_PrefabInstance: {fileID: 164520525} + m_PrefabAsset: {fileID: 0} +--- !u!1 &190659019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 190659020} + m_Layer: 0 + m_Name: ENVIRONMENT + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 4294967295 + m_IsActive: 1 +--- !u!4 &190659020 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 190659019} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 5.7351627, y: -2.952077, z: -4.415718} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 474238226} + - {fileID: 1493008576} + - {fileID: 350596173} + - {fileID: 680975386} + - {fileID: 1534577184} + - {fileID: 1768519241} + - {fileID: 45879394} + - {fileID: 164520526} + - {fileID: 1463404879} + - {fileID: 821686574} + - {fileID: 4114579} + - {fileID: 1849434206} + - {fileID: 36479350} + - {fileID: 2038063333} + - {fileID: 131336118} + - {fileID: 628412522} + - {fileID: 1190695448} + - {fileID: 309155769} + - {fileID: 899880727} + - {fileID: 805072177} + - {fileID: 407210558} + - {fileID: 670807903} + - {fileID: 964280452} + - {fileID: 1200616502} + - {fileID: 359641103} + - {fileID: 1274041936} + - {fileID: 1076026797} + - {fileID: 1481245358} + - {fileID: 1028935023} + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &309155768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (8) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 5.020545 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8991811 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 15.191633 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 17 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.3872777 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.4516172 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.5521092 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &309155769 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 309155768} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &350596172 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: 0.08621216 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 3.219789 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: 13.386169 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 1.500001 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 1.500001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &350596173 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 350596172} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &359641102 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (14) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -18.34 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.11 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 11.5 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.42529565 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.57680905 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.5772529 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.39140007 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 24 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 53.963997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.763031 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.72921395 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.81585807 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &359641103 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 359641102} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &407210557 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (2) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -11.698242 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8418422 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -3.8187504 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.59049016 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.40608677 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.41758683 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.558602 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 20 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.801987 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.93525463 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.8938016 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &407210558 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 407210557} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &474238225 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.x + value: -0.8251629 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8220768 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.z + value: -0.5742817 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.x + value: -0.66287565 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.24616241 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.z + value: -0.24616237 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.w + value: 0.66287565 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -40.746002 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} +--- !u!4 &474238226 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, + type: 3} + m_PrefabInstance: {fileID: 474238225} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &628412521 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (1) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -16.36 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.1664653 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -5.92 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5959703 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0.38055158 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0.38055146 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.5959703 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -65.12 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 1.2266186 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 1.1329207 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 1.3723607 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &628412522 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 628412521} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &670807902 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (1) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -9.667221 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0440962 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -7.436466 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 21 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.1777081 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.2323283 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.3176392 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &670807903 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 670807902} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &680975385 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (2) + objectReference: {fileID: 0} + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -14.86991 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9826412 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: -0.57774734 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &680975386 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 680975385} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &805072176 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (5) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -12.350149 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9547312 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 16.468685 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5387579 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.4725727 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.4388362 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.54206806 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 19 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -135.743 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.9352546 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.89380175 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &805072177 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 805072176} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &821686573 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1828138642645558, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_Name + value: LowPoly - Rock B (1) + objectReference: {fileID: 0} + - target: {fileID: 1828138642645558, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.x + value: -2.352697 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0080888 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.z + value: -3.4706235 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} +--- !u!4 &821686574 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, + type: 3} + m_PrefabInstance: {fileID: 821686573} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &899880726 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (7) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 1.7249174 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.286547 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 11.545718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.7418554 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.77626115 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.83 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &899880727 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 899880726} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &964280451 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (11) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 5.1 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.04 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -0.78 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5919493 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.40395686 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.41557178 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.5601027 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 22 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.388992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.9352501 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.8938002 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.0000002 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &964280452 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 964280451} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1028935022 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_Name + value: LowPoly - Fence A (1) + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.x + value: -12.083 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.y + value: 2.797 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.z + value: 6.024 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.x + value: 0.6283024 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.3943238 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.z + value: -0.38242626 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.w + value: -0.5509039 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_RootOrder + value: 28 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -96.348 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -317.888 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.y + value: 1.0000005 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.z + value: 1.0000005 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 24.633987 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} +--- !u!4 &1028935023 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, + type: 3} + m_PrefabInstance: {fileID: 1028935022} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1076026796 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 3.2448368 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.852077 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 3.215718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.6282305 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.34483552 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.31118172 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.62416416 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 26 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -110.756 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.1097645 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.1612334 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.2416229 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1076026797 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1076026796} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1190695447 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (9) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -0.8951626 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.122077 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 15.505718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.0226362 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.0700641 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.1441422 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1190695448 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1190695447} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1200616501 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (13) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 6.29 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.79 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 10.01 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70868117 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.12932624 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.14448112 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6783591 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 23 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.388992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -37.722992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.76754314 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.7335325 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.82069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1200616502 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1200616501} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1274041935 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (15) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -4.35 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.73 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 10.16 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 25 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.74186 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.77625996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.83 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1274041936 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1274041935} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1349242039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1349242041} + - component: {fileID: 1349242040} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1349242040 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1349242039} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 1 + m_Color: {r: 1, g: 0.5917582, b: 0.21226418, a: 1} + m_Intensity: 1.5 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1349242041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1349242039} + m_LocalRotation: {x: 0.2410041, y: 0.14294438, z: 0.012907092, w: 0.9598528} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 27.320002, y: 18.413, z: 6.0520005} +--- !u!1001 &1463404878 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_Name + value: LowPoly - Rock A (2) + objectReference: {fileID: 0} + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -13.917766 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.892077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: -0.39782476 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &1463404879 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 1463404878} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1480377163 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1480377168} + - component: {fileID: 1480377167} + - component: {fileID: 1480377165} + - component: {fileID: 1480377164} + m_Layer: 1 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1480377164 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} + m_Name: + m_EditorClassIdentifier: + sharedProfile: {fileID: 11400000, guid: 2c9ebc5b5de64494eb66e1f3eb755731, type: 2} + isGlobal: 1 + blendDistance: 0 + weight: 1 + priority: 0 +--- !u!114 &1480377165 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} + m_Name: + m_EditorClassIdentifier: + volumeTrigger: {fileID: 1480377168} + volumeLayer: + serializedVersion: 2 + m_Bits: 2 + stopNaNPropagation: 1 + finalBlitToCameraTarget: 0 + antialiasingMode: 2 + temporalAntialiasing: + jitterSpread: 0.75 + sharpness: 0.25 + stationaryBlending: 0.95 + motionBlending: 0.85 + subpixelMorphologicalAntialiasing: + quality: 2 + fastApproximateAntialiasing: + fastMode: 0 + keepAlpha: 0 + fog: + enabled: 1 + excludeSkybox: 1 + debugLayer: + lightMeter: + width: 512 + height: 256 + showCurves: 1 + histogram: + width: 512 + height: 256 + channel: 3 + waveform: + exposure: 0.12 + height: 256 + vectorscope: + size: 256 + exposure: 0.12 + overlaySettings: + linearDepth: 0 + motionColorIntensity: 4 + motionGridSize: 64 + colorBlindnessType: 0 + colorBlindnessStrength: 1 + m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} + m_ShowToolkit: 0 + m_ShowCustomSorter: 0 + breakBeforeColorGrading: 0 + m_BeforeTransparentBundles: [] + m_BeforeStackBundles: [] + m_AfterStackBundles: [] +--- !u!20 &1480377167 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_GateFitMode: 2 + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 1 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1480377168 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_LocalRotation: {x: -0.014324265, y: 0.9792869, z: 0.0747568, w: 0.18762589} + m_LocalPosition: {x: -5.54, y: 0.49, z: 10.32} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -14.344001, y: 183.62099, z: 2.6130002} +--- !u!1001 &1481245355 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 100000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.x + value: -5.7351627 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.y + value: 2.952077 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.z + value: 4.415718 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_RootOrder + value: 27 + objectReference: {fileID: 0} + - target: {fileID: 2300000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 2557d3f1d341fdb4e9d53179c053ffd5, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} +--- !u!1 &1481245356 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 100000, guid: f3dd2dace832efa4fa391170674edcc1, + type: 3} + m_PrefabInstance: {fileID: 1481245355} + m_PrefabAsset: {fileID: 0} +--- !u!64 &1481245357 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1481245356} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Convex: 0 + m_CookingOptions: 14 + m_Mesh: {fileID: 4300000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} +--- !u!4 &1481245358 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, + type: 3} + m_PrefabInstance: {fileID: 1481245355} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1493008575 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1772052688877022, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.x + value: 0.6948371 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8540769 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.z + value: 2.9857183 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.520312 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.y + value: -0.4788272 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.z + value: -0.47882715 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.52031195 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -85.245 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} +--- !u!4 &1493008576 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, + type: 3} + m_PrefabInstance: {fileID: 1493008575} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1534577183 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_Name + value: LowPoly - Grass B (1) + objectReference: {fileID: 0} + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.x + value: -1.6383076 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0712392 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.7474499 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} +--- !u!4 &1534577184 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, + type: 3} + m_PrefabInstance: {fileID: 1534577183} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1768519240 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (1) + objectReference: {fileID: 0} + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -2.9290283 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.989862 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: -4.795927 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &1768519241 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 1768519240} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1849434205 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -8.194936 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.402077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: 12.280445 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &1849434206 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 1849434205} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2038063332 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (4) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: 6.6548376 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0120769 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -8.034282 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 1.1957207 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 1.2511766 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 1.3377925 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &2038063333 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 2038063332} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity.meta new file mode 100644 index 0000000..2b1db21 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 67adac43bcf286444be612074ab04f75 +timeCreated: 1517938592 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity new file mode 100644 index 0000000..7d5aef0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity @@ -0,0 +1,2349 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 1 + m_FogColor: {r: 0.7830189, g: 0.21052866, b: 0.5883721, a: 1} + m_FogMode: 1 + m_FogDensity: 0.04 + m_LinearFogStart: -10 + m_LinearFogEnd: 100 + m_AmbientSkyColor: {r: 0.26099145, g: 0.3909755, b: 0.6509434, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: cc421da483ed06c49933077a621bff25, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.14778975, g: 0.035643507, b: 0.15822804, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 10 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 0 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringMode: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ShowResolutionOverlay: 1 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 0 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &4114578 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_Name + value: LowPoly - Rock A (1) + objectReference: {fileID: 0} + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -2.2707756 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.882077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: -4.190982 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &4114579 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 4114578} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &36479349 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (5) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -7.15 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 2.62 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: 16.37 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70414966 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: 0.06460169 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: 0.064601675 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.70414954 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 10.484 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 0.94271064 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 0.9427107 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 0.9427108 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &36479350 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 36479349} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &45879393 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (1) + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -0.03286171 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9953594 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: 1.4895756 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 1.500001 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 1.500001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &45879394 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 45879393} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &131336117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (3) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -0.17991543 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.2819602 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -7.2957726 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 0.71628875 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 0.7495092 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 0.80139613 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &131336118 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 131336117} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &164520525 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.x + value: -7.42 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.y + value: 2.48 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.z + value: 11.68 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} +--- !u!4 &164520526 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, + type: 3} + m_PrefabInstance: {fileID: 164520525} + m_PrefabAsset: {fileID: 0} +--- !u!1 &190659019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 190659020} + m_Layer: 0 + m_Name: ENVIRONMENT + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 4294967295 + m_IsActive: 1 +--- !u!4 &190659020 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 190659019} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 5.7351627, y: -2.952077, z: -4.415718} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 474238226} + - {fileID: 1493008576} + - {fileID: 350596173} + - {fileID: 680975386} + - {fileID: 1534577184} + - {fileID: 1768519241} + - {fileID: 45879394} + - {fileID: 164520526} + - {fileID: 1463404879} + - {fileID: 821686574} + - {fileID: 4114579} + - {fileID: 1849434206} + - {fileID: 36479350} + - {fileID: 2038063333} + - {fileID: 131336118} + - {fileID: 628412522} + - {fileID: 1190695448} + - {fileID: 309155769} + - {fileID: 899880727} + - {fileID: 805072177} + - {fileID: 407210558} + - {fileID: 670807903} + - {fileID: 964280452} + - {fileID: 1200616502} + - {fileID: 359641103} + - {fileID: 1274041936} + - {fileID: 1076026797} + - {fileID: 1481245358} + - {fileID: 1028935023} + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &309155768 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (8) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 5.020545 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8991811 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 15.191633 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 17 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.3872777 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.4516172 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.5521092 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &309155769 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 309155768} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &350596172 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: 0.08621216 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 3.219789 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: 13.386169 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 1.500001 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 1.500001 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &350596173 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 350596172} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &359641102 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (14) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -18.34 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.11 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 11.5 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.42529565 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.57680905 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.5772529 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.39140007 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 24 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 53.963997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.763031 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.72921395 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.81585807 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &359641103 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 359641102} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &407210557 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (2) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -11.698242 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8418422 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -3.8187504 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.59049016 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.40608677 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.41758683 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.558602 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 20 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.801987 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.93525463 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.8938016 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &407210558 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 407210557} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &474238225 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.x + value: -0.8251629 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8220768 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.z + value: -0.5742817 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.x + value: -0.66287565 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.24616241 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.z + value: -0.24616237 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.w + value: 0.66287565 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -40.746002 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} +--- !u!4 &474238226 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, + type: 3} + m_PrefabInstance: {fileID: 474238225} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &628412521 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (1) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: -16.36 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.1664653 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -5.92 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5959703 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0.38055158 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0.38055146 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.5959703 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -65.12 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 1.2266186 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 1.1329207 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 1.3723607 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &628412522 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 628412521} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &670807902 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (1) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -9.667221 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0440962 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -7.436466 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 21 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.1777081 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.2323283 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.3176392 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &670807903 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 670807902} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &680975385 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (2) + objectReference: {fileID: 0} + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -14.86991 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9826412 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: -0.57774734 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &680975386 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 680975385} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &805072176 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (5) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -12.350149 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.9547312 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 16.468685 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5387579 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.4725727 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.4388362 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.54206806 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 19 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -135.743 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.9352546 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.89380175 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &805072177 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 805072176} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &821686573 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1828138642645558, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_Name + value: LowPoly - Rock B (1) + objectReference: {fileID: 0} + - target: {fileID: 1828138642645558, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.x + value: -2.352697 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0080888 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalPosition.z + value: -3.4706235 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b0622c7c0ff092b46a37f31c718c5eba, type: 3} +--- !u!4 &821686574 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4739574486837986, guid: b0622c7c0ff092b46a37f31c718c5eba, + type: 3} + m_PrefabInstance: {fileID: 821686573} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &899880726 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (7) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 1.7249174 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.286547 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 11.545718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 18 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.7418554 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.77626115 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.83 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &899880727 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 899880726} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &964280451 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (11) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 5.1 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.04 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: -0.78 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.5919493 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: 0.40395686 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: 0.41557178 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.5601027 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 22 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.388992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 55.463997 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.9352501 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.8938002 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.0000002 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &964280452 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 964280451} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1028935022 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 1051545866392792, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_Name + value: LowPoly - Fence A (1) + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.x + value: -12.083 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.y + value: 2.797 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalPosition.z + value: 6.024 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.x + value: 0.6283024 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.y + value: -0.3943238 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.z + value: -0.38242626 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalRotation.w + value: -0.5509039 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_RootOrder + value: 28 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -96.348 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -317.888 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.y + value: 1.0000005 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalScale.z + value: 1.0000005 + objectReference: {fileID: 0} + - target: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 24.633987 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dd3ee0c97aab8a7498c9292f3482f60b, type: 3} +--- !u!4 &1028935023 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4622981333497442, guid: dd3ee0c97aab8a7498c9292f3482f60b, + type: 3} + m_PrefabInstance: {fileID: 1028935022} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1076026796 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 3.2448368 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.852077 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 3.215718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.6282305 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.34483552 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.31118172 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.62416416 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 26 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -110.756 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.1097645 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.1612334 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.2416229 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1076026797 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1076026796} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1190695447 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (9) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -0.8951626 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 3.122077 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 15.505718 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 1.0226362 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 1.0700641 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 1.1441422 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1190695448 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1190695447} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1200616501 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (13) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: 6.29 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.79 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 10.01 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70868117 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.12932624 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.14448112 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6783591 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 23 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 15.388992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -37.722992 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.76754314 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.7335325 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.82069 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1200616502 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1200616501} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1274041935 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree B (15) + objectReference: {fileID: 0} + - target: {fileID: 1593950697155818, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.x + value: -4.35 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.y + value: 2.73 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalPosition.z + value: 10.16 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.x + value: -0.70394385 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.y + value: -0.13434333 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.z + value: -0.10358276 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalRotation.w + value: 0.6896996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_RootOrder + value: 25 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.x + value: 0.74186 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.y + value: 0.77625996 + objectReference: {fileID: 0} + - target: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} + propertyPath: m_LocalScale.z + value: 0.83 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d2cd02263a1e8084abf81f1324b929be, type: 3} +--- !u!4 &1274041936 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4870204933709518, guid: d2cd02263a1e8084abf81f1324b929be, + type: 3} + m_PrefabInstance: {fileID: 1274041935} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1349242039 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1349242041} + - component: {fileID: 1349242040} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1349242040 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1349242039} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 1 + m_Color: {r: 0.26379493, g: 0.40115762, b: 0.9811321, a: 1} + m_Intensity: 1.2 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1349242041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1349242039} + m_LocalRotation: {x: 0.17250393, y: -0.5262795, z: 0.16878895, w: 0.81534195} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 27.320002, y: -64.21, z: 6.0520005} +--- !u!1001 &1463404878 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_Name + value: LowPoly - Rock A (2) + objectReference: {fileID: 0} + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -13.917766 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.892077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: -0.39782476 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &1463404879 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 1463404878} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1480377163 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1480377168} + - component: {fileID: 1480377167} + - component: {fileID: 1480377165} + - component: {fileID: 1480377164} + m_Layer: 1 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1480377164 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} + m_Name: + m_EditorClassIdentifier: + sharedProfile: {fileID: 11400000, guid: 2c9ebc5b5de64494eb66e1f3eb755731, type: 2} + isGlobal: 1 + blendDistance: 0 + weight: 1 + priority: 0 +--- !u!114 &1480377165 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} + m_Name: + m_EditorClassIdentifier: + volumeTrigger: {fileID: 1480377168} + volumeLayer: + serializedVersion: 2 + m_Bits: 2 + stopNaNPropagation: 1 + finalBlitToCameraTarget: 0 + antialiasingMode: 2 + temporalAntialiasing: + jitterSpread: 0.75 + sharpness: 0.25 + stationaryBlending: 0.95 + motionBlending: 0.85 + subpixelMorphologicalAntialiasing: + quality: 2 + fastApproximateAntialiasing: + fastMode: 0 + keepAlpha: 0 + fog: + enabled: 1 + excludeSkybox: 1 + debugLayer: + lightMeter: + width: 512 + height: 256 + showCurves: 1 + histogram: + width: 512 + height: 256 + channel: 3 + waveform: + exposure: 0.12 + height: 256 + vectorscope: + size: 256 + exposure: 0.12 + overlaySettings: + linearDepth: 0 + motionColorIntensity: 4 + motionGridSize: 64 + colorBlindnessType: 0 + colorBlindnessStrength: 1 + m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} + m_ShowToolkit: 0 + m_ShowCustomSorter: 0 + breakBeforeColorGrading: 0 + m_BeforeTransparentBundles: [] + m_BeforeStackBundles: [] + m_AfterStackBundles: [] +--- !u!20 &1480377167 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_GateFitMode: 2 + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 1 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1480377168 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1480377163} + m_LocalRotation: {x: -0.014324265, y: 0.9792869, z: 0.0747568, w: 0.18762589} + m_LocalPosition: {x: -5.54, y: 0.49, z: 10.32} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -14.344001, y: 183.62099, z: 2.6130002} +--- !u!1001 &1481245355 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 100000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.x + value: -5.7351627 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.y + value: 2.952077 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalPosition.z + value: 4.415718 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.x + value: 0.000000021855694 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_RootOrder + value: 28 + objectReference: {fileID: 0} + - target: {fileID: 2300000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} + propertyPath: m_Materials.Array.data[0] + value: + objectReference: {fileID: 2100000, guid: 2557d3f1d341fdb4e9d53179c053ffd5, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} +--- !u!1 &1481245356 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 100000, guid: f3dd2dace832efa4fa391170674edcc1, + type: 3} + m_PrefabInstance: {fileID: 1481245355} + m_PrefabAsset: {fileID: 0} +--- !u!64 &1481245357 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1481245356} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Convex: 0 + m_CookingOptions: 14 + m_Mesh: {fileID: 4300000, guid: f3dd2dace832efa4fa391170674edcc1, type: 3} +--- !u!4 &1481245358 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 400000, guid: f3dd2dace832efa4fa391170674edcc1, + type: 3} + m_PrefabInstance: {fileID: 1481245355} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1493008575 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1772052688877022, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.x + value: 0.6948371 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.8540769 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalPosition.z + value: 2.9857183 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.520312 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.y + value: -0.4788272 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.z + value: -0.47882715 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.52031195 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -90.00001 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -85.245 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b4974e3ae06d3d245a8353b888faed9d, type: 3} +--- !u!4 &1493008576 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4026302497858488, guid: b4974e3ae06d3d245a8353b888faed9d, + type: 3} + m_PrefabInstance: {fileID: 1493008575} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1534577183 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_Name + value: LowPoly - Grass B (1) + objectReference: {fileID: 0} + - target: {fileID: 1081485305171292, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.x + value: -1.6383076 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0712392 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalPosition.z + value: -3.7474499 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c23a5db78ca1a5b4f921e0109f33128c, type: 3} +--- !u!4 &1534577184 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4526791939225540, guid: c23a5db78ca1a5b4f921e0109f33128c, + type: 3} + m_PrefabInstance: {fileID: 1534577183} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1768519240 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_Name + value: LowPoly - Grass A (1) + objectReference: {fileID: 0} + - target: {fileID: 1435467742513656, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.x + value: -2.9290283 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.y + value: 2.989862 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalPosition.z + value: -4.795927 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} + propertyPath: m_LocalScale.z + value: 2 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, type: 3} +--- !u!4 &1768519241 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4945391837379990, guid: 9b6eba5dea9e77a4abd8f45df1ffffb6, + type: 3} + m_PrefabInstance: {fileID: 1768519240} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1849434205 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1927372005322154, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.x + value: -8.194936 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.y + value: 2.402077 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalPosition.z + value: 12.280445 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} + propertyPath: m_LocalScale.z + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 39de80c7e7a1a2942820576875608e5d, type: 3} +--- !u!4 &1849434206 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4838067341564878, guid: 39de80c7e7a1a2942820576875608e5d, + type: 3} + m_PrefabInstance: {fileID: 1849434205} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2038063332 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 190659020} + m_Modifications: + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_Name + value: LowPoly - FirTree A (4) + objectReference: {fileID: 0} + - target: {fileID: 1069289201138886, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_StaticEditorFlags + value: 4294967295 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.x + value: 6.6548376 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.y + value: 3.0120769 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalPosition.z + value: -8.034282 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.x + value: -0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.x + value: 1.1957207 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.y + value: 1.2511766 + objectReference: {fileID: 0} + - target: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, type: 3} + propertyPath: m_LocalScale.z + value: 1.3377925 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b444276162548b4e9107350b71e775a, type: 3} +--- !u!4 &2038063333 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4775219554002278, guid: 6b444276162548b4e9107350b71e775a, + type: 3} + m_PrefabInstance: {fileID: 2038063332} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity.meta new file mode 100644 index 0000000..4d63ec0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a5df9867bdacd604dbe1d73079151448 +timeCreated: 1517938592 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials.meta new file mode 100644 index 0000000..6435157 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4726c810cee029845b78b928fb592f00 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat new file mode 100644 index 0000000..bd42c26 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - FirTree + 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: + - _BottomColorPos: 1 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Float1: 0 + - _Float3: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.2 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 0.2 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _TopColorPos: 8 + - _UVSec: 0 + - _WindAmplitude: 2 + - _WindSpeed: 100 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _BottomColor: {r: 0, g: 0.53676474, b: 0.07033476, a: 1} + - _Color: {r: 0.22352943, g: 0.56078434, b: 0.20784315, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _TopColor: {r: 0.31417936, g: 0.7205882, b: 0.28081742, a: 1} + - _Vector1: {r: 0, g: 0, b: 0, a: 0} + - _WindCycles: {r: 0, g: 0, b: 0.5, a: 0} + - _WindMagnitude: {r: 0, g: 0, b: 0.1, a: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat.meta new file mode 100644 index 0000000..6571648 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 138b35dd321622a4d93635b532ae8b8e +timeCreated: 1491914283 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat new file mode 100644 index 0000000..7d2b5e6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - FirTreeVariation + 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: + - _BottomColorPos: 1 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Float1: 10 + - _Float3: 0.2 + - _GlossMapScale: 1 + - _Glossiness: 0.2 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 0.2 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _TopColorPos: 5 + - _UVSec: 0 + - _WindAmplitude: 2 + - _WindSpeed: 100 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _BottomColor: {r: 0.14855024, g: 0.36764702, b: 0.062175572, a: 1} + - _Color: {r: 0.027627591, g: 0.53676474, b: 0.2628841, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _TopColor: {r: 0.33912262, g: 0.7867647, b: 0.19669113, a: 1} + - _Vector1: {r: 0, g: 0, b: 0, a: 0} + - _WindCycles: {r: 0, g: 0, b: 0.5, a: 0} + - _WindMagnitude: {r: 0, g: 0, b: 0.1, a: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat.meta new file mode 100644 index 0000000..a8d33a3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 0f74119e82d3b3a4d9b2842dbaa2a6ee +timeCreated: 1491914283 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat new file mode 100644 index 0000000..fe240f3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - Grass + 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: + - _BottomColorPos: 0 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Float1: 10 + - _Float3: 0.2 + - _GlossMapScale: 1 + - _Glossiness: 0.2 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 0.2 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _TopColorPos: 1 + - _UVSec: 0 + - _WindAmplitude: 0.5 + - _WindSpeed: 100 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _BottomColor: {r: 0.6544117, g: 0.6453854, b: 0.32720587, a: 1} + - _Color: {r: 0.63509494, g: 0.64705884, b: 0.076124564, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _TopColor: {r: 0.6356229, g: 0.8602941, b: 0.2087478, a: 1} + - _Vector1: {r: 0, g: 0, b: 0, a: 0} + - _WindCycles: {r: 1, g: 0, b: 1, a: 0} + - _WindMagnitude: {r: 0, g: 0, b: 2, a: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat.meta new file mode 100644 index 0000000..8ce7a4f --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 6fc6652ed834922468cdd63bb95f7fe2 +timeCreated: 1492252307 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat new file mode 100644 index 0000000..6a63eee --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - Rock + 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: + - _BottomColorPos: 0 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0.2 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 0.3 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _TopColorPos: 10 + - _UVSec: 0 + - _WindAmplitude: 0.2 + - _WindSpeed: 10 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _BottomColor: {r: 0.63235295, g: 0.63235295, b: 0.63235295, a: 1} + - _Color: {r: 0.74509805, g: 0.854902, b: 0.8941177, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _TopColor: {r: 0.46929064, g: 0.7286724, b: 0.9117647, a: 1} + - _WindCycles: {r: 0, g: 0, b: 0, a: 0} + - _WindMagnitude: {r: 0, g: 0, b: 0, a: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat.meta new file mode 100644 index 0000000..11263d3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 37524ae4594222f4f8acd7b76234f79a +timeCreated: 1491914283 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat new file mode 100644 index 0000000..3030c4f --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - Terrain + 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.2 + - _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.5441177, g: 0.5441177, b: 0.5441177, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat.meta new file mode 100644 index 0000000..25033fd --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2557d3f1d341fdb4e9d53179c053ffd5 +timeCreated: 1517938388 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat new file mode 100644 index 0000000..f602867 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat @@ -0,0 +1,103 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - TreeTrunk + 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: + - _Bottom: 0 + - _BottomColorPos: 0 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Float0: 0.18 + - _Float1: 1 + - _Float3: 0.2 + - _GlossMapScale: 1 + - _Glossiness: 0.2 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _MotionSpeed: 10 + - _ObjectHeight: 20 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Smoothness: 0.2 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Top: 10 + - _TopColorPos: 10 + - _UVSec: 0 + - _WaveDirectionZX: 0 + - _WaveHeight: 0.5 + - _WaveMagnitude: 1 + - _WaveSpeed: 400 + - _WindAmplitude: 2 + - _WindSpeed: 100 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _BottomColor: {r: 0.43382335, g: 0.2423427, b: 0, a: 1} + - _Color: {r: 0.41911763, g: 0.29521018, b: 0.24962153, a: 1} + - _Color1: {r: 1, g: 0, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 1, g: 1, b: 1, a: 1} + - _TopColor: {r: 0.8088235, g: 0.70054287, b: 0.41630623, a: 1} + - _Vector0: {r: 0, g: 0, b: 0.2, a: 0} + - _Vector1: {r: 0, g: 0, b: 0, a: 0} + - _WindCycles: {r: 0, g: 0, b: 0.5, a: 0} + - _WindDirection: {r: 0, g: 0, b: 0, a: 0} + - _WindDirectionandMagnitude: {r: 0, g: 0, b: 0, a: 0} + - _WindMagnitude: {r: 0, g: 0, b: 0.1, a: 0} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat.meta new file mode 100644 index 0000000..a7908d5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 2a8f9a878cb7cff45b00339938d945ce +timeCreated: 1491898618 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat new file mode 100644 index 0000000..48a10df --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat @@ -0,0 +1,76 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_Name: LowPoly - Wood + 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.2 + - _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.81617653, g: 0.4767926, b: 0.21604669, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat.meta new file mode 100644 index 0000000..8711118 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: ff059fc016fcf8d4a88162b27e334cba +timeCreated: 1491914283 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Blend.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Blend.mat new file mode 100644 index 0000000..94b7c73 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Blend.mat @@ -0,0 +1,126 @@ +%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: Skybox Cubemap Extended Blend + m_Shader: {fileID: 4800000, guid: 7705790d9e8e16344ad5d7960c568904, type: 3} + m_ShaderKeywords: _ENABLEROTATION_ON + m_LightmapFlags: 0 + 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} + - _Cube: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CubemapHDR: + m_Texture: {fileID: 8900000, guid: beb1457d375110e468b8d8e1f29fccea, type: 3} + 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} + - _Tex: + m_Texture: {fileID: 8900000, guid: beb1457d375110e468b8d8e1f29fccea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex_Blend: + m_Texture: {fileID: 8900000, guid: fa41734a337674542975482c8fe96ea1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture0: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Advancedd: 1 + - _BumpScale: 1 + - _CUBEMAPP: 1 + - _CubemapPosition: 0 + - _CubemapTransition: 0.8 + - _Cubemapp: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnableFog: 0 + - _EnableRotation: 1 + - _Exposure: 1 + - _Float0: -0.21 + - _FogFill: 0 + - _FogHeight: 1 + - _FogIntensity: 1 + - _FogMessage: 0 + - _FogPosition: 0 + - _FogSmoothness: 0.01 + - _Fogg: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _IsStandardPipeline: 1 + - _IsStandardRP: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _RotationSpeed: 2 + - _Rotationn: 1 + - _SkyboxExtended: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tex_HDR: {r: 1, g: 1, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Blend.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Blend.mat.meta new file mode 100644 index 0000000..e234dea --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Blend.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 1cf6f4c6e6e0518419839d3f5448dd99 +timeCreated: 1513355756 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap + Extended Blend.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat new file mode 100644 index 0000000..aff09f8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat @@ -0,0 +1,121 @@ +%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: Skybox Cubemap Extended Day + m_Shader: {fileID: 4800000, guid: 82881a2d011b0964696411c822cdd00b, type: 3} + m_ShaderKeywords: _ENABLEFOG_ON _ENABLEROTATION_ON + m_LightmapFlags: 0 + 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} + - _Cube: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CubemapHDR: + m_Texture: {fileID: 8900000, guid: beb1457d375110e468b8d8e1f29fccea, type: 3} + 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} + - _Tex: + m_Texture: {fileID: 8900000, guid: beb1457d375110e468b8d8e1f29fccea, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture0: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Advancedd: 1 + - _BumpScale: 1 + - _CUBEMAPP: 1 + - _CubemapPosition: 0 + - _Cubemapp: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnableFog: 1 + - _EnableRotation: 1 + - _Exposure: 1 + - _Float0: 0 + - _FogFill: 0 + - _FogHeight: 0.7 + - _FogIntensity: 1 + - _FogMessage: 0 + - _FogPosition: 0 + - _FogSmoothness: 0.01 + - _Fogg: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _IsStandardPipeline: 1 + - _IsStandardRP: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _RotationSpeed: 2 + - _Rotationn: 1 + - _SkyboxExtended: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tex_HDR: {r: 1, g: 1, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat.meta new file mode 100644 index 0000000..23480b6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Day.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 2bd8959f5fbd3644aa33af1a155fc147 +timeCreated: 1513355756 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap + Extended Day.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat new file mode 100644 index 0000000..d52510d --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat @@ -0,0 +1,120 @@ +%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: Skybox Cubemap Extended Night + m_Shader: {fileID: 4800000, guid: 82881a2d011b0964696411c822cdd00b, type: 3} + m_ShaderKeywords: _ENABLEFOG_ON _ENABLEROTATION_ON + m_LightmapFlags: 0 + 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} + - _Cube: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _CubemapHDR: + m_Texture: {fileID: 8900000, guid: beb1457d375110e468b8d8e1f29fccea, type: 3} + 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} + - _Tex: + m_Texture: {fileID: 8900000, guid: fa41734a337674542975482c8fe96ea1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Texture0: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _tex: + m_Texture: {fileID: 8900000, guid: 3ce67fee0f260ee47b4d820421fe6ff9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Advancedd: 1 + - _BumpScale: 1 + - _CUBEMAPP: 1 + - _CubemapPosition: 0 + - _Cubemapp: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnableFog: 1 + - _EnableRotation: 1 + - _Exposure: 1 + - _Float0: -0.21 + - _FogFill: 0 + - _FogHeight: 0.625 + - _FogIntensity: 1 + - _FogPosition: 0 + - _FogSmoothness: 0.5 + - _Fogg: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _IsStandardPipeline: 1 + - _IsStandardRP: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _RotationSpeed: 2 + - _Rotationn: 1 + - _SkyboxExtended: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + - __dirty: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _Tex_HDR: {r: 1, g: 1, b: 0, a: 0} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat.meta new file mode 100644 index 0000000..7dfe492 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: cc421da483ed06c49933077a621bff25 +timeCreated: 1513355756 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap + Extended Night.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes.meta new file mode 100644 index 0000000..e7834bb --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 818cbe737e9966342b15d162df891d13 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX new file mode 100644 index 0000000..7657037 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a475a5677d9aaa2870bfd252ad3cfcc9a4559b3e7bd0c54f614894213faf8ba +size 86656 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX.meta new file mode 100644 index 0000000..078c5e4 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 719d923d0fff4604dad00bd968b563b2 +timeCreated: 1491914283 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyFence_01 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence + A.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX new file mode 100644 index 0000000..731aea0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128d7bde496d635328fe26216134f2e23af6eb8947192daec7cda26097f6416c +size 49824 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX.meta new file mode 100644 index 0000000..4b7baca --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 6c41d268699e27248a4354335b2a76ee +timeCreated: 1491914283 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyFence_02 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence + B.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX new file mode 100644 index 0000000..9754069 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be866d434077c9d44a58bb08f29cfc516b6f93b917cd5f406d179cfad8ad5d75 +size 129264 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX.meta new file mode 100644 index 0000000..7a462f3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 7f9b57a02a16e55429c68854f45a8801 +timeCreated: 1491914283 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyFirTree_01 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree + A.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX new file mode 100644 index 0000000..35130c5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d6f728180bca88fb941bcfa064421ed70c0edafce48b2fc2e473b360abd203 +size 111168 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX.meta new file mode 100644 index 0000000..118e63f --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 769d335a9d1fc3948bfb71adea34202c +timeCreated: 1491914283 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyFirTree_02 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree + B.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX new file mode 100644 index 0000000..6669b08 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ddeb3411004ec73a085586c80eb3f637bac8518d076a7b5473d718d7883e88 +size 67744 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX.meta new file mode 100644 index 0000000..1b30a6b --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX.meta @@ -0,0 +1,126 @@ +fileFormatVersion: 2 +guid: 8af3079b5c79b6b4c825cc71e71ef97d +timeCreated: 1492253362 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: Box010 + 100002: Box011 + 100004: Box012 + 100006: Box013 + 100008: Box014 + 100010: Box015 + 100012: Box016 + 100014: //RootNode + 400000: Box010 + 400002: Box011 + 400004: Box012 + 400006: Box013 + 400008: Box014 + 400010: Box015 + 400012: Box016 + 400014: //RootNode + 2300000: Box010 + 2300002: Box011 + 2300004: Box012 + 2300006: Box013 + 2300008: Box014 + 2300010: Box015 + 2300012: Box016 + 2300014: //RootNode + 3300000: Box010 + 3300002: Box011 + 3300004: Box012 + 3300006: Box013 + 3300008: Box014 + 3300010: Box015 + 3300012: Box016 + 3300014: //RootNode + 4300000: Box010 + 4300002: Box011 + 4300004: Box012 + 4300006: Box013 + 4300008: Box014 + 4300010: Box015 + 4300012: Box016 + 4300014: LowPolyGrass_01 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass + A.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX new file mode 100644 index 0000000..6bcbb18 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f9602526d9f0dbe2edfda14126fd8ba68775731f2d9b8dbd96ddde66be6e56 +size 68304 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX.meta new file mode 100644 index 0000000..791a3b5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX.meta @@ -0,0 +1,116 @@ +fileFormatVersion: 2 +guid: 0860e6fc68e57ae48b5ae6e854f8f6b1 +timeCreated: 1492253641 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: Box017 + 100002: Box018 + 100004: Box019 + 100006: Box020 + 100008: Box021 + 100010: //RootNode + 400000: Box017 + 400002: Box018 + 400004: Box019 + 400006: Box020 + 400008: Box021 + 400010: //RootNode + 2300000: Box017 + 2300002: Box018 + 2300004: Box019 + 2300006: Box020 + 2300008: Box021 + 2300010: //RootNode + 3300000: Box017 + 3300002: Box018 + 3300004: Box019 + 3300006: Box020 + 3300008: Box021 + 3300010: //RootNode + 4300000: Box017 + 4300002: Box018 + 4300004: Box019 + 4300006: Box020 + 4300008: Box021 + 4300010: LowPolyGrass_02 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass + B.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX new file mode 100644 index 0000000..e564fd6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb7d05af05c285f56a822345456328c84bdc3d52849dc07ac8f69d76cc7fbf1 +size 34880 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX.meta new file mode 100644 index 0000000..e6bd604 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 26fb55e8ae34728499f6f45cd0527c73 +timeCreated: 1491914283 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyRock_05 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock + A.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX new file mode 100644 index 0000000..531800e --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519291f802b5be9cf02970f2069bfee7bcb6fd4a3200c88d00b014bcfd4e033f +size 22272 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX.meta new file mode 100644 index 0000000..2a0d72c --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX.meta @@ -0,0 +1,91 @@ +fileFormatVersion: 2 +guid: 3ecc1e70424b33546b2dc73bb30a5163 +timeCreated: 1491914283 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyRock_06 + 9500000: //RootNode + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 2 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock + B.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX new file mode 100644 index 0000000..7579c0b --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33ad81eeb7d7f1635897e99ddcbbbc36aaea16ab28694a23b64a9dbac8ff5b8 +size 311584 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX.meta new file mode 100644 index 0000000..d13635f --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX.meta @@ -0,0 +1,89 @@ +fileFormatVersion: 2 +guid: f3dd2dace832efa4fa391170674edcc1 +timeCreated: 1517938388 +licenseType: Store +ModelImporter: + serializedVersion: 19 + fileIDToRecycleName: + 100000: //RootNode + 400000: //RootNode + 2300000: //RootNode + 3300000: //RootNode + 4300000: LowPolyTerrain + materials: + importMaterials: 0 + materialName: 0 + materialSearch: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + animationCompression: 1 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + clipAnimations: [] + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + importBlendShapes: 1 + swapUVChannels: 0 + generateSecondaryUV: 1 + useFileUnits: 1 + optimizeMeshForGPU: 1 + keepQuads: 0 + weldVertices: 1 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + importAnimation: 1 + copyAvatar: 0 + humanDescription: + serializedVersion: 2 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + rootMotionBoneName: + rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1} + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + animationType: 0 + humanoidOversampling: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs.meta new file mode 100644 index 0000000..878091c --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7f957e03e3a98594c9b39d06400e386f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab new file mode 100644 index 0000000..3b9a2a7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1051545866392792 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4622981333497442} + - component: {fileID: 33764989204799150} + - component: {fileID: 23903698892329218} + m_Layer: 0 + m_Name: LowPoly - Fence A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4622981333497442 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1051545866392792} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33764989204799150 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1051545866392792} + m_Mesh: {fileID: 4300000, guid: 719d923d0fff4604dad00bd968b563b2, type: 3} +--- !u!23 &23903698892329218 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1051545866392792} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: ff059fc016fcf8d4a88162b27e334cba, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab.meta new file mode 100644 index 0000000..bd98e17 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: dd3ee0c97aab8a7498c9292f3482f60b +timeCreated: 1492248782 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence + A.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab new file mode 100644 index 0000000..93393fb --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1772052688877022 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4026302497858488} + - component: {fileID: 33668776250296818} + - component: {fileID: 23705309985758732} + m_Layer: 0 + m_Name: LowPoly - Fence B + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4026302497858488 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1772052688877022} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33668776250296818 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1772052688877022} + m_Mesh: {fileID: 4300000, guid: 6c41d268699e27248a4354335b2a76ee, type: 3} +--- !u!23 &23705309985758732 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1772052688877022} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: ff059fc016fcf8d4a88162b27e334cba, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab.meta new file mode 100644 index 0000000..3dc53ad --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: b4974e3ae06d3d245a8353b888faed9d +timeCreated: 1492248817 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence + B.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab new file mode 100644 index 0000000..da5c113 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1069289201138886 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4775219554002278} + - component: {fileID: 33326053453097746} + - component: {fileID: 23347498147556770} + m_Layer: 0 + m_Name: LowPoly - FirTree A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4775219554002278 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1069289201138886} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33326053453097746 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1069289201138886} + m_Mesh: {fileID: 4300000, guid: 7f9b57a02a16e55429c68854f45a8801, type: 3} +--- !u!23 &23347498147556770 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1069289201138886} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 2a8f9a878cb7cff45b00339938d945ce, type: 2} + - {fileID: 2100000, guid: 138b35dd321622a4d93635b532ae8b8e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab.meta new file mode 100644 index 0000000..ec83a6d --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 6b444276162548b4e9107350b71e775a +timeCreated: 1492248886 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree + A.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab new file mode 100644 index 0000000..c1cddcb --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab @@ -0,0 +1,80 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1593950697155818 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4870204933709518} + - component: {fileID: 33933261752202624} + - component: {fileID: 23109063448187470} + m_Layer: 0 + m_Name: LowPoly - FirTree B + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 64 + m_IsActive: 1 +--- !u!4 &4870204933709518 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1593950697155818} + m_LocalRotation: {x: -0.70394385, y: -0.13434333, z: -0.10358276, w: 0.6896996} + m_LocalPosition: {x: 12.681194, y: -0.0320303, z: -3.0757337} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -92.746994, y: 55.463997, z: -74.841} +--- !u!33 &33933261752202624 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1593950697155818} + m_Mesh: {fileID: 4300000, guid: 769d335a9d1fc3948bfb71adea34202c, type: 3} +--- !u!23 &23109063448187470 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1593950697155818} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 2a8f9a878cb7cff45b00339938d945ce, type: 2} + - {fileID: 2100000, guid: 0f74119e82d3b3a4d9b2842dbaa2a6ee, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab.meta new file mode 100644 index 0000000..37ce2ff --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: d2cd02263a1e8084abf81f1324b929be +timeCreated: 1492248959 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree + B.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab new file mode 100644 index 0000000..87298c8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1435467742513656 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4945391837379990} + - component: {fileID: 33663724485089272} + - component: {fileID: 23638501506627024} + m_Layer: 0 + m_Name: LowPoly - Grass A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4945391837379990 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1435467742513656} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: -3.011242, y: -0.48745683, z: 7.707407} + m_LocalScale: {x: 1.5, y: 1.5, z: 1.5} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33663724485089272 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1435467742513656} + m_Mesh: {fileID: 4300014, guid: 8af3079b5c79b6b4c825cc71e71ef97d, type: 3} +--- !u!23 &23638501506627024 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1435467742513656} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 6fc6652ed834922468cdd63bb95f7fe2, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab.meta new file mode 100644 index 0000000..3194f77 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 9b6eba5dea9e77a4abd8f45df1ffffb6 +timeCreated: 1492255353 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass + A.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab new file mode 100644 index 0000000..2c8f5b2 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1081485305171292 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4526791939225540} + - component: {fileID: 33255213177223184} + - component: {fileID: 23035406928957794} + m_Layer: 0 + m_Name: LowPoly - Grass B + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4526791939225540 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1081485305171292} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: -2.2596135, y: -0.45810187, z: 7.24199} + m_LocalScale: {x: 1.5, y: 1.5, z: 1.5} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33255213177223184 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1081485305171292} + m_Mesh: {fileID: 4300010, guid: 0860e6fc68e57ae48b5ae6e854f8f6b1, type: 3} +--- !u!23 &23035406928957794 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1081485305171292} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 6fc6652ed834922468cdd63bb95f7fe2, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab.meta new file mode 100644 index 0000000..20187d8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: c23a5db78ca1a5b4f921e0109f33128c +timeCreated: 1492255355 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass + B.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab new file mode 100644 index 0000000..54a8f81 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1927372005322154 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4838067341564878} + - component: {fileID: 33092966369005018} + - component: {fileID: 23445742227598232} + m_Layer: 0 + m_Name: LowPoly - Rock A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4838067341564878 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1927372005322154} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33092966369005018 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1927372005322154} + m_Mesh: {fileID: 4300000, guid: 26fb55e8ae34728499f6f45cd0527c73, type: 3} +--- !u!23 &23445742227598232 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1927372005322154} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 37524ae4594222f4f8acd7b76234f79a, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab.meta new file mode 100644 index 0000000..ccac88b --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 39de80c7e7a1a2942820576875608e5d +timeCreated: 1492249124 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock + A.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab new file mode 100644 index 0000000..6ceef72 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1828138642645558 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4739574486837986} + - component: {fileID: 33887624806533098} + - component: {fileID: 23855685082151098} + m_Layer: 0 + m_Name: LowPoly - Rock B + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4739574486837986 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828138642645558} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!33 &33887624806533098 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828138642645558} + m_Mesh: {fileID: 4300000, guid: 3ecc1e70424b33546b2dc73bb30a5163, type: 3} +--- !u!23 &23855685082151098 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1828138642645558} + m_Enabled: 1 + m_CastShadows: 2 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 37524ae4594222f4f8acd7b76234f79a, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab.meta new file mode 100644 index 0000000..8936d0d --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: b0622c7c0ff092b46a37f31c718c5eba +timeCreated: 1492249128 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 100100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock + B.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings.meta new file mode 100644 index 0000000..d237b40 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b9f754f0bcb4ac4e88a2327b786a1ba +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset new file mode 100644 index 0000000..9563fc8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset @@ -0,0 +1,1698 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5996071343239400065 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 109baf2d045f7334ba5e9f43cd290303, type: 3} + m_Name: HeightFogPPPPSSettings + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + _Banner: + overrideState: 1 + value: 0 + _FogCat: + overrideState: 1 + value: 1 + _FogIntensity: + overrideState: 1 + value: 1 + _FogAxisMode: + overrideState: 1 + value: 1 + _FogLayersMode: + overrideState: 1 + value: 0 + _FogColorStart: + overrideState: 1 + value: {r: 0.4411765, g: 0.722515, b: 1, a: 0} + _FogColorEnd: + overrideState: 1 + value: {r: 0.4411765, g: 0.722515, b: 1, a: 0} + _FogColorDuo: + overrideState: 1 + value: 1 + _FogDistanceStart: + overrideState: 1 + value: 0 + _FogDistanceEnd: + overrideState: 1 + value: 100 + _FogDistanceFalloff: + overrideState: 1 + value: 2 + _FogHeightStart: + overrideState: 1 + value: 0 + _FogHeightEnd: + overrideState: 1 + value: 100 + _FogHeightFalloff: + overrideState: 1 + value: 2 + _FarDistanceHeight: + overrideState: 1 + value: 0 + _FarDistanceOffset: + overrideState: 1 + value: 0 + _SkyboxCat: + overrideState: 1 + value: 1 + _SkyboxFogIntensity: + overrideState: 1 + value: 0 + _SkyboxFogHeight: + overrideState: 1 + value: 1 + _SkyboxFogFalloff: + overrideState: 1 + value: 2 + _SkyboxFogOffset: + overrideState: 1 + value: 0 + _SkyboxFogBottom: + overrideState: 1 + value: 0 + _SkyboxFogFill: + overrideState: 1 + value: 0 + _DirectionalCat: + overrideState: 1 + value: 1 + _DirectionalColor: + overrideState: 1 + value: {r: 1, g: 0.8280286, b: 0.6084906, a: 0} + _DirectionalIntensity: + overrideState: 1 + value: 1 + _DirectionalFalloff: + overrideState: 1 + value: 2 + _DirectionalDir: + overrideState: 1 + value: {x: 1, y: 1, z: 1, w: 0} + _NoiseCat: + overrideState: 1 + value: 1 + _NoiseIntensity: + overrideState: 1 + value: 1 + _NoiseMin: + overrideState: 1 + value: 0 + _NoiseMax: + overrideState: 1 + value: 1 + _NoiseScale: + overrideState: 1 + value: 30 + _NoiseSpeed: + overrideState: 1 + value: {x: 0.5, y: 0.5, z: 0, w: 0} + _NoiseDistanceEnd: + overrideState: 1 + value: 200 + _AdvancedCat: + overrideState: 1 + value: 1 + _JitterIntensity: + overrideState: 1 + value: 0 + _FogAxisOption: + overrideState: 1 + value: {x: 0, y: 0, z: 0, w: 0} + _HeightFogStandalone: + overrideState: 1 + value: 1 + _IsHeightFogShader: + overrideState: 1 + value: 1 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} + m_Name: Demo + m_EditorClassIdentifier: + settings: + - {fileID: 114094930955229750} + - {fileID: 114753784628472484} + - {fileID: 114905349723521868} + - {fileID: 114059884413532516} + - {fileID: 114232185289346146} + - {fileID: 114288678441462590} + - {fileID: 114964227162046496} + - {fileID: -5996071343239400065} +--- !u!114 &114059884413532516 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: adb84e30e02715445aeb9959894e3b4d, type: 3} + m_Name: ColorGrading + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + gradingMode: + overrideState: 1 + value: 1 + externalLut: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + tonemapper: + overrideState: 1 + value: 2 + toneCurveToeStrength: + overrideState: 1 + value: 0 + toneCurveToeLength: + overrideState: 1 + value: 0.5 + toneCurveShoulderStrength: + overrideState: 1 + value: 0 + toneCurveShoulderLength: + overrideState: 1 + value: 0.5 + toneCurveShoulderAngle: + overrideState: 1 + value: 0 + toneCurveGamma: + overrideState: 1 + value: 1 + ldrLut: + overrideState: 1 + value: {fileID: 0} + defaultState: 4 + ldrLutContribution: + overrideState: 1 + value: 1 + temperature: + overrideState: 1 + value: 0 + tint: + overrideState: 1 + value: 0 + colorFilter: + overrideState: 1 + value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + overrideState: 1 + value: 0 + saturation: + overrideState: 1 + value: 0 + brightness: + overrideState: 1 + value: 0 + postExposure: + overrideState: 1 + value: 1 + contrast: + overrideState: 1 + value: 0 + mixerRedOutRedIn: + overrideState: 1 + value: 100 + mixerRedOutGreenIn: + overrideState: 1 + value: 0 + mixerRedOutBlueIn: + overrideState: 1 + value: 0 + mixerGreenOutRedIn: + overrideState: 1 + value: 0 + mixerGreenOutGreenIn: + overrideState: 1 + value: 100 + mixerGreenOutBlueIn: + overrideState: 1 + value: 0 + mixerBlueOutRedIn: + overrideState: 1 + value: 0 + mixerBlueOutGreenIn: + overrideState: 1 + value: 0 + mixerBlueOutBlueIn: + overrideState: 1 + value: 100 + lift: + overrideState: 1 + value: {x: 1, y: 1, z: 1, w: 0} + gamma: + overrideState: 1 + value: {x: 1, y: 1, z: 1, w: 0} + gain: + overrideState: 1 + value: {x: 1, y: 1, z: 1, w: 0} + masterCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + redCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + greenCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + blueCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + hueVsHueCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 1 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + hueVsSatCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 1 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + satVsSatCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + lumVsSatCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 +--- !u!114 &114094930955229750 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: c1cb7e9e120078f43bce4f0b1be547a7, type: 3} + m_Name: AmbientOcclusion + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + mode: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 1 + color: + overrideState: 1 + value: {r: 0.56350124, g: 0.5991023, b: 0.6320754, a: 1} + ambientOnly: + overrideState: 1 + value: 1 + noiseFilterTolerance: + overrideState: 1 + value: 0 + blurTolerance: + overrideState: 1 + value: -4.6 + upsampleTolerance: + overrideState: 1 + value: -12 + thicknessModifier: + overrideState: 1 + value: 1 + directLightingStrength: + overrideState: 1 + value: 0 + radius: + overrideState: 1 + value: 0.25 + quality: + overrideState: 1 + value: 2 +--- !u!114 &114232185289346146 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 9b77c5407dc277943b591ade9e6b18c5, type: 3} + m_Name: LensDistortion + m_EditorClassIdentifier: + active: 0 + enabled: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 30 + intensityX: + overrideState: 1 + value: 1 + intensityY: + overrideState: 1 + value: 1 + centerX: + overrideState: 1 + value: 0 + centerY: + overrideState: 1 + value: 0 + scale: + overrideState: 1 + value: 1 +--- !u!114 &114288678441462590 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 40b924e2dad56384a8df2a1e111bb675, type: 3} + m_Name: Vignette + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + mode: + overrideState: 1 + value: 0 + color: + overrideState: 1 + value: {r: 0, g: 0, b: 0, a: 1} + center: + overrideState: 1 + value: {x: 0.5, y: 0.5} + intensity: + overrideState: 1 + value: 0.25 + smoothness: + overrideState: 1 + value: 0.5 + roundness: + overrideState: 1 + value: 1 + rounded: + overrideState: 1 + value: 0 + mask: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + opacity: + overrideState: 1 + value: 1 +--- !u!114 &114753784628472484 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 48a79b01ea5641d4aa6daa2e23605641, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 0 + enabled: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 2 + threshold: + overrideState: 1 + value: 1 + softKnee: + overrideState: 1 + value: 0.5 + clamp: + overrideState: 1 + value: 65472 + diffusion: + overrideState: 1 + value: 10 + anamorphicRatio: + overrideState: 1 + value: 0 + color: + overrideState: 1 + value: {r: 1, g: 1, b: 1, a: 1} + fastMode: + overrideState: 1 + value: 1 + dirtTexture: + overrideState: 1 + value: {fileID: 2800000, guid: a2960ffde020f27409e070d92fb2e00b, type: 3} + defaultState: 1 + dirtIntensity: + overrideState: 1 + value: 1000 +--- !u!114 &114905349723521868 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: d65e486e4de6e5448a8fbb43dc8756a0, type: 3} + m_Name: Grain + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + colored: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 0.1 + size: + overrideState: 1 + value: 0.5 + lumContrib: + overrideState: 1 + value: 0.8 +--- !u!114 &114964227162046496 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 6050e2d5de785ce4d931e4dbdbf2d755, type: 3} + m_Name: ChromaticAberration + m_EditorClassIdentifier: + active: 0 + enabled: + overrideState: 1 + value: 1 + spectralLut: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + intensity: + overrideState: 1 + value: 0 + fastMode: + overrideState: 1 + value: 1 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset.meta new file mode 100644 index 0000000..b8ffcf0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2c9ebc5b5de64494eb66e1f3eb755731 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures.meta new file mode 100644 index 0000000..924cf54 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 54dae29de3d609944b6eb782e1af6df4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png new file mode 100644 index 0000000..b77794e --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37390d43ea01433de003f6e3d5b0e3254ce17aaa6aad3c99473f69d68ebf9962 +size 2052168 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png.meta new file mode 100644 index 0000000..804eec9 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png.meta @@ -0,0 +1,117 @@ +fileFormatVersion: 2 +guid: beb1457d375110e468b8d8e1f29fccea +timeCreated: 1513355663 +licenseType: Store +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 4 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: -1 + mipBias: -1 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + spritePackingTag: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies + - Blue Sky.png + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr new file mode 100644 index 0000000..9aa6ed5 Binary files /dev/null and b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr differ diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr.meta new file mode 100644 index 0000000..f23c5d8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr.meta @@ -0,0 +1,119 @@ +fileFormatVersion: 2 +guid: fa41734a337674542975482c8fe96ea1 +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 7 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies + - Night Sky.exr + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf new file mode 100644 index 0000000..bd30540 Binary files /dev/null and b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf differ diff --git a/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf.meta b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf.meta new file mode 100644 index 0000000..dfb64d9 --- /dev/null +++ b/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5cbce0d58b9d6d147bde7b2601194b85 +timeCreated: 1513541083 +licenseType: Store +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils.meta b/Assets/BOXOPHOBIC/Utils.meta new file mode 100644 index 0000000..1e939f1 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b1dc3108e1dc89842b794a2ec2b31f14 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor.meta b/Assets/BOXOPHOBIC/Utils/Editor.meta new file mode 100644 index 0000000..5695f34 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d64ac4ca7af549046a8a5165f16701ae +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef b/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef new file mode 100644 index 0000000..5ef1e75 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef @@ -0,0 +1,17 @@ +{ + "name": "Boxophobic.Utils.Editor", + "references": [ + "GUID:825ad574da7360d4e8aea558f272972e" + ], + "optionalUnityReferences": [], + "includePlatforms": [ + "Editor" + ], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [] +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef.meta b/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef.meta new file mode 100644 index 0000000..675dea3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 10f1dd4cfd6afb54da274d7d818bd8f6 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Constant.meta b/Assets/BOXOPHOBIC/Utils/Editor/Constant.meta new file mode 100644 index 0000000..2a19b7a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Constant.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b310754962f8bd4091b3a78bc29efbf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs b/Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs new file mode 100644 index 0000000..a30d081 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs @@ -0,0 +1,86 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.Constants +{ + public static class Constant + { + public static Color CategoryColor + { + get + { + if (EditorGUIUtility.isProSkin) + { + return Constant.ColorDarkGray; + } + else + { + return Constant.ColorLightGray; + } + } + } + + public static Color LineColor + { + get + { + if (EditorGUIUtility.isProSkin) + { + return new Color(0.15f, 0.15f, 0.15f, 1.0f); + } + else + { + return new Color(0.65f, 0.65f, 0.65f, 1.0f); + } + } + } + + public static Color ColorDarkGray + { + get + { + return new Color(0.2f, 0.2f, 0.2f, 1.0f); + } + } + + public static Color ColorLightGray + { + get + { + return new Color(0.82f, 0.82f, 0.82f, 1.0f); + } + } + + public static GUIStyle TitleStyle + { + get + { + GUIStyle guiStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleCenter + }; + + return guiStyle; + } + } + + public static GUIStyle HeaderStyle + { + get + { + GUIStyle guiStyle = new GUIStyle("label") + { + richText = true, + fontStyle = FontStyle.Bold, + alignment = TextAnchor.MiddleLeft + }; + + return guiStyle; + } + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs.meta new file mode 100644 index 0000000..974c63c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: e0cf8ff3bbc97374f88272f686fb80e5 +timeCreated: 1541442079 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/Constant/Constant.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Notebox.meta b/Assets/BOXOPHOBIC/Utils/Editor/Notebox.meta new file mode 100644 index 0000000..b2f9090 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Notebox.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1dc492ca73b0c404f9835bcf42ee39db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs b/Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs new file mode 100644 index 0000000..98861dc --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs @@ -0,0 +1,49 @@ +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.Utility +{ + [CustomEditor(typeof(Notebox))] + [CanEditMultipleObjects] + public class NoteBoxInspector : Editor + { + const int MIN_SIZE = 11; + const int MAX_SIZE = 25; + + SerializedProperty size; + SerializedProperty color; + SerializedProperty text; + + void OnEnable() + { + size = serializedObject.FindProperty("noteSize"); + color = serializedObject.FindProperty("noteColor"); + text = serializedObject.FindProperty("noteText"); + } + + public override void OnInspectorGUI() + { + serializedObject.Update(); + + GUIStyle textStyle = new GUIStyle(); + textStyle.normal.textColor = color.colorValue; + textStyle.fontSize = size.intValue; + textStyle.wordWrap = true; + + GUILayout.BeginHorizontal(); + GUILayout.Label(""); + color.colorValue = EditorGUILayout.ColorField("", color.colorValue, GUILayout.Width(35)); + GUILayout.EndHorizontal(); + + text.stringValue = EditorGUILayout.TextArea(text.stringValue, textStyle); + + GUILayout.BeginHorizontal(); + GUILayout.Label(""); + size.intValue = Mathf.RoundToInt(GUILayout.HorizontalSlider(Mathf.RoundToInt(size.intValue), MIN_SIZE, MAX_SIZE, GUILayout.Width(35))); + GUILayout.EndHorizontal(); + + serializedObject.ApplyModifiedProperties(); + + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs.meta new file mode 100644 index 0000000..01db839 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0e001eb24a06011408df25d4fcad5120 +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/Notebox/NoteboxInspector.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils.meta b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils.meta new file mode 100644 index 0000000..21ba6ef --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc9c654bc995ada498d7c0d3be137db7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs new file mode 100644 index 0000000..5a73ffc --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs @@ -0,0 +1,71 @@ +// Cristian Pop - https://boxophobic.com/ + +using System.Globalization; +using UnityEditor; + +namespace Boxophobic.Utility +{ + public partial class SettingsUtils + { + public static string LoadSettingsData(string settingsPath, string defaultData) + { + var settings = AssetDatabase.LoadAssetAtPath(settingsPath); + + if (settings != null) + { + return settings.data; + } + else + { + return defaultData; + } + } + + public static int LoadSettingsData(string settingsPath, int defaultData) + { + var settings = AssetDatabase.LoadAssetAtPath(settingsPath); + + if (settings != null) + { + int value; + + if (int.TryParse(settings.data, out value)) + { + return value; + } + else + { + return defaultData; + } + } + else + { + return defaultData; + } + } + + public static float LoadSettingsData(string settingsPath, float defaultData) + { + var settings = AssetDatabase.LoadAssetAtPath(settingsPath); + + if (settings != null) + { + float value; + + if (float.TryParse(settings.data, out value)) + { + return float.Parse(settings.data, CultureInfo.InvariantCulture); + } + else + { + return defaultData; + } + } + else + { + return defaultData; + } + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs.meta new file mode 100644 index 0000000..1f13660 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 90057ce590a8bd148ab59e018f35d9cb +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs new file mode 100644 index 0000000..124768c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs @@ -0,0 +1,71 @@ +// Cristian Pop - https://boxophobic.com/ + +using System.IO; +using UnityEditor; +using UnityEngine; + +namespace Boxophobic.Utility +{ + public partial class SettingsUtils + { + public static void SaveSettingsData(string settingsPath, string data) + { + CreateFileIfMissing(settingsPath); + + var settings = AssetDatabase.LoadAssetAtPath(settingsPath); + + settings.data = data; + + SaveFile(settingsPath); + } + + public static void SaveSettingsData(string settingsPath, int data) + { + CreateFileIfMissing(settingsPath); + + var settings = AssetDatabase.LoadAssetAtPath(settingsPath); + + settings.data = data.ToString(); + + SaveFile(settingsPath); + } + + public static void SaveSettingsData(string settingsPath, float data) + { + CreateFileIfMissing(settingsPath); + + var settings = AssetDatabase.LoadAssetAtPath(settingsPath); + + settings.data = data.ToString(); + + SaveFile(settingsPath); + } + + private static void CreateFileIfMissing(string settingsPath) + { + if (File.Exists(settingsPath) == false) + { + var directory = Path.GetDirectoryName(settingsPath); + + if (Directory.Exists(directory) == false) + { + Directory.CreateDirectory(directory); + AssetDatabase.Refresh(); + } + + AssetDatabase.CreateAsset(ScriptableObject.CreateInstance(), settingsPath); + AssetDatabase.Refresh(); + } + } + + private static void SaveFile(string settingsPath) + { + var file = AssetDatabase.LoadAssetAtPath(settingsPath); + + EditorUtility.SetDirty(file); + AssetDatabase.SaveAssets(); + AssetDatabase.Refresh(); + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs.meta new file mode 100644 index 0000000..3cea04e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 7afe5a6ac49829c408df7e64761e822d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI.meta new file mode 100644 index 0000000..c581312 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b4c25d5009b30ee4fb8e571bec9756c4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs new file mode 100644 index 0000000..bec33b7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs @@ -0,0 +1,154 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Constants; + +namespace Boxophobic.StyledGUI +{ + public partial class StyledGUI + { + public static void DrawInspectorBanner(Color color, string title) + { + GUILayout.Space(10); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 36); + var lineRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 1); + + if (EditorGUIUtility.isProSkin) + { + color = new Color(color.r, color.g, color.b, 1f); + } + else + { + color = Constant.ColorLightGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + Color guiColor = Constant.ColorDarkGray; + + GUI.Label(fullRect, "" + title + "", Constant.TitleStyle); + + GUILayout.Space(10); + } + + public static void DrawInspectorBanner(string title) + { + GUILayout.Space(10); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 36); + var lineRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 1); + + Color color; + Color guiColor; + + if (EditorGUIUtility.isProSkin) + { + color = Constant.ColorDarkGray; + guiColor = Constant.ColorLightGray; + } + else + { + color = Constant.ColorLightGray; + guiColor = Constant.ColorDarkGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + GUI.Label(fullRect, "" + title + "", Constant.TitleStyle); + + GUILayout.Space(10); + } + + public static void DrawInspectorBanner(Color color, string title, string subtitle) + { + GUIStyle titleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleCenter + }; + + GUIStyle subTitleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleRight + }; + + GUILayout.Space(10); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 36); + var subRect = new Rect(0, fullRect.position.y, fullRect.xMax - 5, 36); + var lineRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 1); + + if (EditorGUIUtility.isProSkin) + { + color = new Color(color.r, color.g, color.b, 1f); + } + else + { + color = Constant.ColorLightGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + Color guiColor = Constant.ColorDarkGray; + + GUI.Label(fullRect, "" + title + "", titleStyle); + GUI.Label(subRect, "" + subtitle + "", subTitleStyle); + + GUILayout.Space(10); + } + + public static void DrawInspectorBanner(string title, string subtitle) + { + GUIStyle titleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleCenter + }; + + GUIStyle subTitleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleRight + }; + + GUILayout.Space(10); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 36); + var subRect = new Rect(0, fullRect.position.y, fullRect.xMax - 5, 36); + var lineRect = new Rect(0, fullRect.position.y, fullRect.xMax + 3, 1); + + Color color; + Color guiColor; + + if (EditorGUIUtility.isProSkin) + { + color = Constant.ColorDarkGray; + guiColor = Constant.ColorLightGray; + } + else + { + color = Constant.ColorLightGray; + guiColor = Constant.ColorDarkGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + GUI.Label(fullRect, "" + title + "", titleStyle); + GUI.Label(subRect, "" + subtitle + "", subTitleStyle); + + GUILayout.Space(10); + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs.meta new file mode 100644 index 0000000..6a0362c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 1525d4228f26951498e86e425363f3f0 +timeCreated: 1542661236 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs new file mode 100644 index 0000000..f4e04f4 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs @@ -0,0 +1,299 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Constants; +using Boxophobic.Utility; + +namespace Boxophobic.StyledGUI +{ + public partial class StyledGUI + { + public static void DrawInspectorCategory(string bannerText) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + bannerText = FormatBannerText(bannerText); + + GUI.Label(titleRect, bannerText, Constant.HeaderStyle); + + GUI.color = Color.white; + } + + public static void DrawInspectorCategory(string bannerText, string message) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + bannerText = FormatBannerText(bannerText); + message = BoxoUtils.FormatMessage(message); + + var bannerContext = new GUIContent(bannerText, message); + GUI.Label(titleRect, bannerContext, Constant.HeaderStyle); + + GUI.color = Color.white; + } + + public static bool DrawInspectorCategory(string bannerText, bool enabled, bool colapsable, float top, float down) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(top); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(top); + } + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y - 1, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + var arrowRect = new Rect(fullRect.position.x - 15, fullRect.position.y - 1, fullRect.width, 18); + + if (colapsable) + { + if (GUI.Button(arrowRect, "", GUIStyle.none)) + { + enabled = !enabled; + } + } + else + { + enabled = true; + } + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + bannerText = FormatBannerText(bannerText); + + GUI.Label(titleRect, bannerText, Constant.HeaderStyle); + + GUI.color = new Color(1, 1, 1, 0.39f); + + if (colapsable) + { + if (enabled) + { + GUI.Label(arrowRect, "▼", Constant.HeaderStyle); + GUILayout.Space(down); + } + else + { + GUI.Label(arrowRect, "►", Constant.HeaderStyle); + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(down); + } + + GUI.color = Color.white; + return enabled; + } + + public static bool DrawInspectorCategory(string bannerText, bool enabled, bool colapsable, string message, float top, float down) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(top); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(top); + } + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y - 1, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + var arrowRect = new Rect(fullRect.position.x - 15, fullRect.position.y - 1, fullRect.width, 18); + + if (colapsable) + { + if (GUI.Button(arrowRect, "", GUIStyle.none)) + { + enabled = !enabled; + } + } + else + { + enabled = true; + } + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + bannerText = FormatBannerText(bannerText); + message = BoxoUtils.FormatMessage(message); + + var bannerContext = new GUIContent(bannerText, message); + GUI.Label(titleRect, bannerContext, Constant.HeaderStyle); + + GUI.color = new Color(1, 1, 1, 0.39f); + + if (colapsable) + { + if (enabled) + { + GUI.Label(arrowRect, "▼", Constant.HeaderStyle); + GUILayout.Space(down); + } + else + { + GUI.Label(arrowRect, "►", Constant.HeaderStyle); + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(down); + } + + GUI.color = Color.white; + return enabled; + } + + public static bool DrawInspectorCategory(string bannerText, bool enabled, bool colapsable, string dotColor, string message, float top, float down) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(top); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(top); + } + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y - 1, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + var arrowRect = new Rect(fullRect.position.x - 15, fullRect.position.y - 1, fullRect.width, 18); + var dotRect = new Rect(fullRect.xMax - 18, fullRect.y - 1, 18, 18); + + if (colapsable) + { + if (GUI.Button(arrowRect, "", GUIStyle.none)) + { + enabled = !enabled; + } + } + else + { + enabled = true; + } + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + bannerText = FormatBannerText(bannerText); + message = BoxoUtils.FormatMessage(message); + + var bannerContext = new GUIContent(bannerText, message); + GUI.Label(titleRect, bannerContext, Constant.HeaderStyle); + + GUI.color = new Color(1, 1, 1, 0.39f); + + if (colapsable) + { + if (enabled) + { + GUI.Label(arrowRect, "▼", Constant.HeaderStyle); + GUILayout.Space(down); + } + else + { + GUI.Label(arrowRect, "►", Constant.HeaderStyle); + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(down); + } + + GUI.color = Color.white; + + if (dotColor != "NONE") + { + string subtitle; + + if (EditorGUIUtility.isProSkin) + { + subtitle = "●"; + } + else + { + subtitle = "●"; + } + + GUI.Label(dotRect, "" + subtitle + "", Constant.TitleStyle); + } + + return enabled; + } + + static string FormatBannerText(string bannerText) + { + if (bannerText.Contains("_")) + { + var splitBanner = bannerText.Split("_"); + + bannerText = splitBanner[0] + " (" + splitBanner[1] + ")"; + } + + return bannerText; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs.meta new file mode 100644 index 0000000..b3ce105 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 87b94a9c1333f074e8c24cd5a2fe1d73 +timeCreated: 1542661236 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs new file mode 100644 index 0000000..6d7a4fc --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs @@ -0,0 +1,169 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using Boxophobic.Constants; + +namespace Boxophobic.StyledGUI +{ + public partial class StyledGUI + { + public static void DrawInspectorHeader(string bannerText) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + + bannerText = DrawHeaderText(bannerText); + + GUI.Label(titleRect, bannerText, Constant.HeaderStyle); + + GUI.color = Color.white; + } + + public static bool DrawInspectorHeader(string bannerText, bool enabled, bool colapsable, float top, float down) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(top); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(top); + } + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + var arrowRect = new Rect(fullRect.position.x - 15, fullRect.position.y - 1, fullRect.width, 18); + + if (colapsable) + { + if (GUI.Button(arrowRect, "", GUIStyle.none)) + { + enabled = !enabled; + } + } + else + { + enabled = true; + } + + bannerText = DrawHeaderText(bannerText); + + GUI.Label(titleRect, bannerText, Constant.HeaderStyle); + + GUI.color = new Color(1, 1, 1, 0.39f); + + if (colapsable) + { + if (enabled) + { + GUI.Label(arrowRect, "▼", Constant.HeaderStyle); + GUILayout.Space(down); + } + else + { + GUI.Label(arrowRect, "►", Constant.HeaderStyle); + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(down); + } + + GUI.color = Color.white; + return enabled; + } + + public static bool DrawInspectorHeader(string bannerText, bool enabled, bool colapsable, string infoText, float top, float down) + { + GUI.contentColor = Color.white; + GUI.color = new Color(1, 1, 1, 0.9f); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(top); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(top); + } + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var titleRect = new Rect(fullRect.position.x - 1, fullRect.position.y, fullRect.width, 18); + var arrowRect = new Rect(fullRect.position.x - 15, fullRect.position.y - 1, fullRect.width, 18); + + if (colapsable) + { + if (GUI.Button(arrowRect, "", GUIStyle.none)) + { + enabled = !enabled; + } + } + else + { + enabled = true; + } + + bannerText = DrawHeaderText(bannerText); + + var bannerContext = new GUIContent(bannerText, infoText); + GUI.Label(titleRect, bannerContext, Constant.HeaderStyle); + + GUI.color = new Color(1, 1, 1, 0.39f); + + if (colapsable) + { + if (enabled) + { + GUI.Label(arrowRect, "▼", Constant.HeaderStyle); + GUILayout.Space(down); + } + else + { + GUI.Label(arrowRect, "►", Constant.HeaderStyle); + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(down); + } + + GUI.color = Color.white; + return enabled; + } + + static string DrawHeaderText(string bannerText) + { + if (bannerText.Contains("_")) + { + var splitBanner = bannerText.Split("_"); + + bannerText = splitBanner[0] + " (" + splitBanner[1] + ")"; + } + + return bannerText; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs.meta new file mode 100644 index 0000000..f705c83 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: bef1390ad3d0330479ab886ebf22bce5 +timeCreated: 1542661236 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorHeader.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs new file mode 100644 index 0000000..5cc73a5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs @@ -0,0 +1,80 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using UnityEngine.Rendering; + +namespace Boxophobic.StyledGUI +{ + public partial class StyledGUI + { + public static int DrawTexturePreview(Texture texture, Material previewMaterial, int previewChannel) + { + GUILayout.Space(10); + + var styledText = new GUIStyle(EditorStyles.toolbarButton) + { + alignment = TextAnchor.MiddleCenter, + fontStyle = FontStyle.Normal, + fontSize = 10, + }; + + var styledPopup = new GUIStyle(EditorStyles.toolbarPopup) + { + alignment = TextAnchor.MiddleCenter, + fontSize = 10, + }; + + previewMaterial.SetTexture("_PreviewTex", texture); + previewMaterial.SetInt("_PreviewChannel", previewChannel); + +#if UNITY_2022_3_OR_NEWER + if (texture.isDataSRGB) + { + previewMaterial.SetInt("_PreviewLinear", 0); + } + else + { + previewMaterial.SetInt("_PreviewLinear", 1); + } +#endif + + var rect = GUILayoutUtility.GetRect(0, 0, Screen.width, 0); + + EditorGUI.DrawPreviewTexture(rect, texture, previewMaterial, ScaleMode.ScaleAndCrop, 1, 0); + + GUILayout.Space(2); + + GUILayout.BeginHorizontal(); + + GUILayout.Label((UnityEngine.Profiling.Profiler.GetRuntimeMemorySizeLong(texture) / 1024f / 1024f).ToString("F2") + " mb", styledText); + GUILayout.Space(-1); + GUILayout.Label(texture.width.ToString() + " px", styledText); + GUILayout.Space(-1); + GUILayout.Label(texture.graphicsFormat.ToString(), styledText); + GUILayout.Space(-1); + +#if UNITY_2022_3_OR_NEWER + if (texture.isDataSRGB) + { + GUILayout.Label("sRGB", styledText); + } + else + { + GUILayout.Label("Linear", styledText); + } +#endif + + GUILayout.Space(-1); + + previewChannel = EditorGUILayout.Popup(previewChannel, new string[] { "RGB", "R", "G", "B", "A", "Split" }, styledPopup, GUILayout.MaxWidth(60)); + + GUILayout.EndHorizontal(); + + GUILayout.Space(10); + + return previewChannel; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs.meta new file mode 100644 index 0000000..bb33945 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 3f10ca89b5b74e04d97daa49dad86981 +timeCreated: 1542661236 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawTexturePreview.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs new file mode 100644 index 0000000..a46a0e6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs @@ -0,0 +1,151 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Constants; + +namespace Boxophobic.StyledGUI +{ + public partial class StyledGUI + { + public static void DrawWindowBanner(Color color, string title) + { + GUILayout.Space(15); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 36); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + + if (EditorGUIUtility.isProSkin) + { + color = new Color(color.r, color.g, color.b, 1f); + } + else + { + color = Constant.ColorLightGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + Color guiColor = Constant.ColorDarkGray; + + GUI.Label(fullRect, "" + title + "", Constant.TitleStyle); + + GUILayout.Space(15); + } + + public static void DrawWindowBanner(string title) + { + GUILayout.Space(15); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 36); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + + Color color; + Color guiColor; + + if (EditorGUIUtility.isProSkin) + { + color = Constant.ColorDarkGray; + guiColor = Constant.ColorLightGray; + } + else + { + color = Constant.ColorLightGray; + guiColor = Constant.ColorDarkGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + GUI.Label(fullRect, "" + title + "", Constant.TitleStyle); + + GUILayout.Space(15); + } + + public static void DrawWindowBanner(Color color, string title, string subtitle) + { + GUIStyle titleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleCenter + }; + + GUIStyle subTitleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleRight + }; + + GUILayout.Space(15); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 36); + var subRect = new Rect(0, fullRect.y, fullRect.xMax - 14, 36); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + + if (EditorGUIUtility.isProSkin) + { + color = new Color(color.r, color.g, color.b, 1f); + } + else + { + color = Constant.ColorLightGray; + } + + EditorGUI.DrawRect(fillRect, color); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + Color guiColor = Constant.ColorDarkGray; + + GUI.Label(fullRect, "" + title + "", titleStyle); + GUI.Label(subRect, "" + subtitle + "", subTitleStyle); + + GUILayout.Space(15); + } + + public static void DrawWindowBanner(string title, string subtitle) + { + GUIStyle titleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleCenter + }; + + GUIStyle subTitleStyle = new GUIStyle("label") + { + richText = true, + alignment = TextAnchor.MiddleRight + }; + + GUILayout.Space(15); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 36, 0); + var subRect = new Rect(0, fullRect.y, fullRect.xMax - 18, 36); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 36); + + Color color; + Color guiColor; + + if (EditorGUIUtility.isProSkin) + { + color = Constant.ColorDarkGray; + guiColor = Constant.ColorLightGray; + } + else + { + color = Constant.ColorLightGray; + guiColor = Constant.ColorDarkGray; + } + EditorGUI.DrawRect(fillRect, color); + + GUI.Label(fullRect, "" + title + "", titleStyle); + GUI.Label(subRect, "" + subtitle + "", subTitleStyle); + + GUILayout.Space(15); + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs.meta new file mode 100644 index 0000000..5ca4eef --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: dd0ddca94871d9a4586a143a83184806 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs new file mode 100644 index 0000000..3f15f25 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs @@ -0,0 +1,119 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Constants; +using Boxophobic.Utility; + +namespace Boxophobic.StyledGUI +{ + public partial class StyledGUI + { + public static void DrawWindowCategory(string bannerText) + { + GUI.color = new Color(1, 1, 1, 0.9f); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x + 4, fullRect.position.y, fullRect.width, 18); + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + GUI.Label(titleRect, bannerText, Constant.HeaderStyle); + + GUI.color = Color.white; + } + + public static void DrawWindowCategory(string bannerText, string message) + { + GUI.color = new Color(1, 1, 1, 0.9f); + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x + 4, fullRect.position.y, fullRect.width, 18); + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + bannerText = FormatBannerText(bannerText); + message = BoxoUtils.FormatMessage(message); + + var bannerContext = new GUIContent(bannerText, message); + GUI.Label(titleRect, bannerContext, Constant.HeaderStyle); + + GUI.color = Color.white; + } + + public static bool DrawWindowCategory(string bannerText, bool enabled, float top, float down, bool colapsable) + { + GUI.color = new Color(1, 1, 1, 0.9f); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(top); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(top); + } + + var fullRect = GUILayoutUtility.GetRect(0, 0, 18, 0); + var fillRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 18); + var lineRect = new Rect(0, fullRect.y, fullRect.xMax + 10, 1); + var titleRect = new Rect(fullRect.position.x + 4, fullRect.position.y, fullRect.width, 18); + + if (EditorGUIUtility.isProSkin) + { + GUI.color = Constant.ColorDarkGray; + } + else + { + GUI.color = Constant.ColorLightGray; + } + + if (colapsable) + { + if (GUI.Button(fullRect, "", GUIStyle.none)) + { + enabled = !enabled; + } + } + + EditorGUI.DrawRect(fillRect, Constant.CategoryColor); + EditorGUI.DrawRect(lineRect, Constant.LineColor); + + GUI.Label(titleRect, bannerText, Constant.HeaderStyle); + + if (colapsable) + { + if (enabled) + { + GUILayout.Space(down); + } + else + { + GUILayout.Space(0); + } + } + else + { + GUILayout.Space(down); + } + + GUI.color = Color.white; + + return enabled; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs.meta new file mode 100644 index 0000000..f0b00a0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: aac99d6d81f90e54cabd822770c11875 +timeCreated: 1542661236 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector.meta new file mode 100644 index 0000000..cda5eae --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7f096d3dc030792438c1112e2ee18738 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs new file mode 100644 index 0000000..33ac49b --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs @@ -0,0 +1,34 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledBanner))] + public class StyledBannerAttributeDrawer : PropertyDrawer + { + StyledBanner a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledBanner)attribute; + + var bannerColor = new Color(a.colorR, a.colorG, a.colorB); + + if (a.colorR < 0) + { + StyledGUI.DrawInspectorBanner(a.title); + } + else + { + StyledGUI.DrawInspectorBanner(bannerColor, a.title); + } + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs.meta new file mode 100644 index 0000000..4e24116 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: a832b9f47ccef214e81c89efe6bf31dd +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs new file mode 100644 index 0000000..37f9bc3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs @@ -0,0 +1,33 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledButton))] + public class StyledButtonAttributeDrawer : PropertyDrawer + { + StyledButton a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledButton)attribute; + + GUILayout.Space(a.top); + + if (GUILayout.Button(a.text)) + { + property.boolValue = true; + } + + GUILayout.Space(a.down); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs.meta new file mode 100644 index 0000000..a423bfc --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: b1d35dbbb9b6c214aa892d7b240de3df +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs new file mode 100644 index 0000000..86813d3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs @@ -0,0 +1,25 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledCategory))] + public class StyledCategoryAttributeDrawer : PropertyDrawer + { + StyledCategory a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledCategory)attribute; + + property.boolValue = StyledGUI.DrawInspectorCategory(a.category, property.boolValue, a.colapsable, a.message, a.top, a.down); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs.meta new file mode 100644 index 0000000..e7b5e58 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: fb59d41716ab6114cb7cf03a5695083b +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs new file mode 100644 index 0000000..91d3496 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs @@ -0,0 +1,29 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledDisplay))] + public class StyledDisplayAttributeDrawer : PropertyDrawer + { + StyledDisplay a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledDisplay)attribute; + + // Override the default label + label.text = a.displayName; + + EditorGUI.PropertyField(position, property, label, true); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return EditorGUI.GetPropertyHeight(property, label, true); + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs.meta new file mode 100644 index 0000000..01501d0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 9be3bcc691857cb488c5b42b2b83f840 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledDisplayDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs new file mode 100644 index 0000000..b2caf59 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs @@ -0,0 +1,86 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System.IO; +using System.Collections.Generic; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledEnum))] + public class StyledEnumAttributeDrawer : PropertyDrawer + { + StyledEnum a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledEnum)attribute; + + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + alignment = TextAnchor.MiddleCenter, + wordWrap = true + }; + + if (Resources.Load(a.file) != null) + { + var layersPath = AssetDatabase.GetAssetPath(Resources.Load(a.file)); + + StreamReader reader = new StreamReader(layersPath); + + a.options = reader.ReadLine(); + + reader.Close(); + } + + string[] enumSplit = a.options.Split(char.Parse(" ")); + List enumOptions = new List(enumSplit.Length / 2); + List enumIndices = new List(enumSplit.Length / 2); + + for (int i = 0; i < enumSplit.Length; i++) + { + if (i % 2 == 0) + { + enumOptions.Add(enumSplit[i].Replace("_", " ")); + } + else + { + enumIndices.Add(int.Parse(enumSplit[i])); + } + } + + GUILayout.Space(a.top); + + int index = property.intValue; + int realIndex = enumIndices[0]; + + for (int i = 0; i < enumIndices.Count; i++) + { + if (enumIndices[i] == index) + { + realIndex = i; + } + } + + if (a.display == "") + { + a.display = property.displayName; + } + + realIndex = EditorGUILayout.Popup(a.display, realIndex, enumOptions.ToArray()); + + //Debug Value + //EditorGUILayout.LabelField(enumIndices[realIndex].ToString()); + + property.intValue = enumIndices[realIndex]; + + GUILayout.Space(a.down); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs.meta new file mode 100644 index 0000000..2406f51 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 7c3935e6d6b91844d8053d3fa7faff1b +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledEnumDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs new file mode 100644 index 0000000..111e0b6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs @@ -0,0 +1,25 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledIndent))] + public class StyledIndentAttributeDrawer : PropertyDrawer + { + StyledIndent a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledIndent)attribute; + + EditorGUI.indentLevel = a.indent; + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs.meta new file mode 100644 index 0000000..ea60f3f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: ea3f7407f69f900468d4b60de570e49d +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs new file mode 100644 index 0000000..6875844 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs @@ -0,0 +1,28 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledInteractive))] + public class StyledInteractiveAttributeDrawer : PropertyDrawer + { + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + if (property.boolValue == true) + { + GUI.enabled = true; + } + else + { + GUI.enabled = false; + } + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs.meta new file mode 100644 index 0000000..c00b7bb --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 80229de18cd73624b8181a9db49a304f +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs new file mode 100644 index 0000000..8f5b6db --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs @@ -0,0 +1,49 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledLayers))] + public class StyledLayersAttributeDrawer : PropertyDrawer + { + StyledLayers a; + private int index; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledLayers)attribute; + + index = property.intValue; + + string[] allLayers = new string[32]; + + for (int i = 0; i < 32; i++) + { + if (LayerMask.LayerToName(i).Length < 1) + { + allLayers[i] = "Missing"; + } + else + { + allLayers[i] = LayerMask.LayerToName(i); + } + } + + if (a.display == "") + { + a.display = property.displayName; + } + + index = EditorGUILayout.Popup(a.display, index, allLayers); + + property.intValue = index; + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs.meta new file mode 100644 index 0000000..965651b --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: b351b243374f2d948a9e9943abe174bf +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledLayersDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs new file mode 100644 index 0000000..86190a2 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs @@ -0,0 +1,77 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System.IO; +using System.Collections.Generic; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledMask))] + public class StyledMaskAttributeDrawer : PropertyDrawer + { + StyledMask a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledMask)attribute; + + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + alignment = TextAnchor.MiddleCenter, + wordWrap = true + }; + + if (Resources.Load(a.file) != null) + { + var layersPath = AssetDatabase.GetAssetPath(Resources.Load(a.file)); + + StreamReader reader = new StreamReader(layersPath); + + a.options = reader.ReadLine(); + + reader.Close(); + } + + string[] enumSplit = a.options.Split(char.Parse(" ")); + List enumOptions = new List(enumSplit.Length / 2); + + for (int i = 0; i < enumSplit.Length; i++) + { + if (i % 2 == 0) + { + enumOptions.Add(enumSplit[i].Replace("_", " ")); + } + } + + GUILayout.Space(a.top); + + int index = property.intValue; + + if (a.display == "") + { + a.display = property.displayName; + } + + index = EditorGUILayout.MaskField(a.display, index, enumOptions.ToArray()); + + if (Mathf.Abs(index) > 32000) + { + index = -1; + } + + //Debug Value + EditorGUILayout.LabelField(index.ToString()); + + property.intValue = index; + + GUILayout.Space(a.down); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs.meta new file mode 100644 index 0000000..722178d --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 3ceb6b7bf0fb6a8449797ccd85dea11c +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMaskDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs new file mode 100644 index 0000000..676b688 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs @@ -0,0 +1,52 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledMessage))] + public class StyledMessageAttributeDrawer : PropertyDrawer + { + StyledMessage a; + + bool show; + MessageType messageType; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + show = property.boolValue; + + if (show) + { + a = (StyledMessage)attribute; + + if (a.type == "None") + { + messageType = MessageType.None; + } + else if (a.type == "Info") + { + messageType = MessageType.Info; + } + else if (a.type == "Warning") + { + messageType = MessageType.Warning; + } + else if (a.type == "Error") + { + messageType = MessageType.Error; + } + + GUILayout.Space(a.top); + EditorGUILayout.HelpBox(a.message, messageType); + GUILayout.Space(a.down); + } + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs.meta new file mode 100644 index 0000000..b92f648 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 2734a300c1fbfb8499fe8a71e9b109e7 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs new file mode 100644 index 0000000..03e34bb --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs @@ -0,0 +1,71 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledRangeOptions))] + public class StyledRangeOptionsAttributeDrawer : PropertyDrawer + { + StyledRangeOptions a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledRangeOptions)attribute; + + GUIStyle styleMid = new GUIStyle(); + styleMid.alignment = TextAnchor.MiddleCenter; + styleMid.normal.textColor = Color.gray; + styleMid.fontSize = 7; + + if (a.display.Length > 0) + { + EditorGUI.PropertyField(position, property, label, true); + GUILayout.Space(5); + } + + GUILayout.BeginHorizontal(); + GUILayout.Space(8); + property.floatValue = GUILayout.HorizontalSlider(property.floatValue, a.min, a.max); + property.floatValue = Mathf.Clamp(property.floatValue, a.min, a.max); + property.floatValue = Mathf.Round(property.floatValue * 1000f) / 1000f; + GUILayout.Space(8); + GUILayout.EndHorizontal(); + +#if UNITY_2019_3_OR_NEWER + GUILayout.Space(15); +#endif + GUILayout.BeginHorizontal(); + + int maxWidth = 20; + +#if UNITY_2019_3_OR_NEWER + maxWidth = 28; +#endif + for (int i = 0; i < a.options.Length - 1; i++) + { + GUILayout.Label(a.options[i], styleMid, GUILayout.Width(maxWidth)); + GUILayout.Label("", styleMid); + } + + GUILayout.Label(a.options[a.options.Length - 1], styleMid, GUILayout.Width(maxWidth)); + GUILayout.EndHorizontal(); + + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + a = (StyledRangeOptions)attribute; + + if (a.display.Length > 0) + { + return 18; + } + else + { + return -2; + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs.meta new file mode 100644 index 0000000..ab51779 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: a5681c6e5862ae545ba9b00a5b813250 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs new file mode 100644 index 0000000..3401b2f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs @@ -0,0 +1,25 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledSpace))] + public class StyledSpaceAttributeDrawer : PropertyDrawer + { + StyledSpace a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledSpace)attribute; + + GUILayout.Space(a.space); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs.meta new file mode 100644 index 0000000..e3921db --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: db0457065a494f34aa3b619f240d8bda +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs new file mode 100644 index 0000000..c6395c1 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs @@ -0,0 +1,38 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledText))] + public class StyledTextAttributeDrawer : PropertyDrawer + { + StyledText a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledText)attribute; + + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + wordWrap = true + }; + + styleLabel.alignment = a.alignment; + + GUILayout.Space(a.top); + + GUILayout.Label(property.stringValue, styleLabel); + + GUILayout.Space(a.down); + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs.meta new file mode 100644 index 0000000..1e70762 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: aeec2ac650d2d8f40aa3b9e0cb807db5 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs new file mode 100644 index 0000000..e512196 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs @@ -0,0 +1,100 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using UnityEngine.Rendering; + +namespace Boxophobic.StyledGUI +{ + [CustomPropertyDrawer(typeof(StyledTexturePreview))] + public class StyledTexturePreviewAttributeDrawer : PropertyDrawer + { + int channel = 0; + ColorWriteMask channelMask = ColorWriteMask.All; + + StyledTexturePreview a; + + public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) + { + a = (StyledTexturePreview)attribute; + + var tex = (Texture)property.objectReferenceValue; + + if (a.displayName != "") + { + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(a.displayName, GUILayout.Width(EditorGUIUtility.labelWidth - 1)); + tex = (Texture)EditorGUILayout.ObjectField(tex, typeof(Texture), false); + GUILayout.EndHorizontal(); + + GUILayout.Space(10); + + property.objectReferenceValue = tex; + } + + if (tex == null) + { + return; + } + + var styledText = new GUIStyle(EditorStyles.toolbarButton) + { + alignment = TextAnchor.MiddleCenter, + fontStyle = FontStyle.Normal, + fontSize = 10, + }; + + var styledPopup = new GUIStyle(EditorStyles.toolbarPopup) + { + alignment = TextAnchor.MiddleCenter, + fontSize = 10, + }; + + var rect = GUILayoutUtility.GetRect(0, 0, Screen.width, 0); + + EditorGUI.DrawPreviewTexture(rect, tex, null, ScaleMode.ScaleAndCrop, 1, 0, channelMask); + + GUILayout.Space(2); + + GUILayout.BeginHorizontal(); + + GUILayout.Label((UnityEngine.Profiling.Profiler.GetRuntimeMemorySizeLong(tex) / 1024f / 1024f).ToString("F2") + " mb", styledText); + GUILayout.Space(-1); + GUILayout.Label(tex.width.ToString(), styledText); + GUILayout.Space(-1); + GUILayout.Label(tex.graphicsFormat.ToString(), styledText); + GUILayout.Space(-1); + + channel = EditorGUILayout.Popup(channel, new string[] { "RGB", "R", "G", "B", "A" }, styledPopup, GUILayout.MaxWidth(60)); + + GUILayout.EndHorizontal(); + + if (channel == 0) + { + channelMask = ColorWriteMask.All; + } + else if (channel == 1) + { + channelMask = ColorWriteMask.Red; + } + else if (channel == 2) + { + channelMask = ColorWriteMask.Green; + } + else if (channel == 3) + { + channelMask = ColorWriteMask.Blue; + } + else if (channel == 4) + { + channelMask = ColorWriteMask.Alpha; + } + } + + public override float GetPropertyHeight(SerializedProperty property, GUIContent label) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs.meta new file mode 100644 index 0000000..90ae4b3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: c8daad1bc4051084ca6204e12dc0890d +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial.meta new file mode 100644 index 0000000..5a25894 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8ba29106a593d64428c709565468fc0d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs new file mode 100644 index 0000000..64fcf53 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs @@ -0,0 +1,28 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Utility; + +namespace Boxophobic.StyledGUI +{ + public class StyledBannerDrawer : MaterialPropertyDrawer + { + public string title; + + public StyledBannerDrawer(string title) + { + this.title = title; + } + + public override void OnGUI(Rect position, MaterialProperty prop, string label, MaterialEditor materialEditor) + { + StyledGUI.DrawInspectorBanner(title); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -4; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs.meta new file mode 100644 index 0000000..9464cd5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 864d8c89c5d2ef240b0c51f15c5211e2 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs new file mode 100644 index 0000000..abe7d93 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs @@ -0,0 +1,71 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledButtonDrawer : MaterialPropertyDrawer + { + public string text; + public string target = ""; + public float value = 1; + public float top; + public float down; + + public StyledButtonDrawer(string text) + { + this.text = text; + this.value = 1; + this.top = 0; + this.down = 0; + } + + public StyledButtonDrawer(string text, float value, float top, float down) + { + this.text = text; + this.value = value; + this.top = top; + this.down = down; + } + + public StyledButtonDrawer(string text, string target, float value, float top, float down) + { + this.text = text; + this.target = target; + this.value = value; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + Material material = materialEditor.target as Material; + + GUILayout.Space(top); + + if (GUILayout.Button(text)) + { + if (target == "") + { + prop.floatValue = value; + } + else + { + if (material.HasProperty(target)) + { + material.SetFloat(target, value); + } + } + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs.meta new file mode 100644 index 0000000..80f36c5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: b40d7a397aa055b46a1651ee9f9bdd03 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs new file mode 100644 index 0000000..379a5ed --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs @@ -0,0 +1,183 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledCategoryDrawer : MaterialPropertyDrawer + { + public bool isEnabled = true; + public bool showDot = false; + + public string category; + public string colapsable; + public string conditions = ""; + public string dotColor = ""; + public string message = ""; + public float top; + public float down; + + public StyledCategoryDrawer(string category) + { + this.category = category; + this.colapsable = "false"; + this.conditions = ""; + this.dotColor = ""; + this.top = 10; + this.down = 10; + } + + public StyledCategoryDrawer(string category, string colapsable) + { + this.category = category; + this.colapsable = colapsable; + this.conditions = ""; + this.dotColor = ""; + this.top = 10; + this.down = 10; + } + + public StyledCategoryDrawer(string category, float top, float down) + { + this.category = category; + this.colapsable = "false"; + this.conditions = ""; + this.dotColor = ""; + this.top = top; + this.down = down; + } + + public StyledCategoryDrawer(string category, string colapsable, float top, float down) + { + this.category = category; + this.colapsable = colapsable; + this.conditions = ""; + this.dotColor = ""; + this.top = top; + this.down = down; + } + public StyledCategoryDrawer(string category, string colapsable, string message, float top, float down) + { + this.category = category; + this.colapsable = colapsable; + this.conditions = ""; + this.dotColor = ""; + this.message = message; + this.top = top; + this.down = down; + } + + public StyledCategoryDrawer(string category, string colapsable, string conditions, string dotColor, float top, float down) + { + this.category = category; + this.colapsable = colapsable; + this.conditions = conditions; + this.dotColor = dotColor; + this.message = ""; + this.top = top; + this.down = down; + } + + public StyledCategoryDrawer(string category, string colapsable, string message, string conditions, string dotColor, float top, float down) + { + this.category = category; + this.colapsable = colapsable; + this.message = message; + this.conditions = conditions; + this.dotColor = dotColor; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUI.enabled = true; + //GUI.color = Color.white; + //GUI.contentColor = Color.white; + EditorGUI.indentLevel = 0; + + if (conditions != "") + { + showDot = false; + + Material material = materialEditor.target as Material; + + string[] split = conditions.Split(char.Parse(" ")); + + for (int i = 0; i < split.Length; i++) + { + var property = split[i]; + + if (material.HasProperty(property)) + { + if (material.GetFloat(property) > 0) + { + showDot = true; + break; + } + } + } + + DrawInspector(prop); + } + else + { + DrawInspector(prop); + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void DrawInspector(MaterialProperty prop) + { + bool isColapsable = false; + + if (colapsable == "true") + { + isColapsable = true; + } + + //bool isEnabled = true; + + if (prop.floatValue < 0.5f) + { + isEnabled = false; + } + else + { + isEnabled = true; + } + + if (showDot) + { + isEnabled = StyledGUI.DrawInspectorCategory(category, isEnabled, isColapsable, dotColor, message, top, down); + } + else + { + if (message != "") + { + isEnabled = StyledGUI.DrawInspectorCategory(category, isEnabled, isColapsable, message, top, down); + } + else + { + isEnabled = StyledGUI.DrawInspectorCategory(category, isEnabled, isColapsable, top, down); + } + + } + + if (isEnabled) + { + prop.floatValue = 1; + } + else + { + prop.floatValue = 0; + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs.meta new file mode 100644 index 0000000..76bb878 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 1b5715cd99e4a2e4c91d69653d31dad9 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs new file mode 100644 index 0000000..fadee47 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs @@ -0,0 +1,26 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledColoringDrawer : MaterialPropertyDrawer + { + public StyledColoringDrawer() + { + + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUI.contentColor = prop.colorValue; + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs.meta new file mode 100644 index 0000000..3a74e5a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 30afcd86dad75504ebd5516adf73ad08 +timeCreated: 1544039105 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledColoringDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs new file mode 100644 index 0000000..29d19f3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs @@ -0,0 +1,93 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledDiffusionMaterialDrawer : MaterialPropertyDrawer + { + public string propName; + //GUIStyle styleCenteredHelpBox; + + public StyledDiffusionMaterialDrawer(string propName) + { + this.propName = propName; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + //SetGUIStyles(); + + Material material = materialEditor.target as Material; + + UnityEngine.Object materialAsset = null; + + GUILayout.Space(5); + + if (material.GetInt(propName) == 0) + { + EditorGUILayout.HelpBox("Diffusion profile values not set! Due to the current HDRP architecture the diffusion profiles are not directly supported. You will need to create an HDRP Lit material and assign a Diffusion Profile to it, drag this HDRP material to the " + label + " slot to allow the profile values to be copied to the material. The HDRP material will not be saved to the property field! Please refer to the documentation for more information.", MessageType.Warning); + } + else + { + EditorGUILayout.HelpBox("Diffusion profile values set! Due to the current HDRP architecture the diffusion profiles are not directly supported. You will need to create an HDRP Lit material and assign a Diffusion Profile to it, drag this HDRP material to the " + label + " slot to allow the profile values to be copied to the material. The HDRP material will not be saved to the property field! Please refer to the documentation for more information.", MessageType.Info); + } + + GUILayout.Space(10); + + materialAsset = (Material)EditorGUILayout.ObjectField(label, materialAsset, typeof(Material), false); + + Material materialObject = AssetDatabase.LoadAssetAtPath(AssetDatabase.GetAssetPath(materialAsset)); + + if (materialAsset != null) + { + if (materialObject.HasProperty("_DiffusionProfileAsset") && materialObject.HasProperty("_DiffusionProfileHash")) + { + var diffusionProfileAsset = materialObject.GetVector("_DiffusionProfileAsset"); + var diffusionProfileHash = materialObject.GetFloat("_DiffusionProfileHash"); + + if (diffusionProfileAsset.x != 0 && diffusionProfileHash != 0) + { + material.SetVector(propName + "_asset", diffusionProfileAsset); + material.SetFloat(propName, diffusionProfileHash); + + Debug.Log("Diffusion Profile settings copied from " + materialObject.name + "!"); + + materialAsset = null; + } + else + { + material.SetVector(propName + "_asset", Vector4.zero); + material.SetFloat(propName, 0.0f); + + Debug.Log("Diffusion Profile settings set to None because " + materialObject.name + " has no Diffusion Profile asset!"); + + materialAsset = null; + } + } + else + { + Debug.Log("The Material used to copy the Diffusion Profile does not a valid Diffusion Profile!"); + } + } + + //EditorGUI.HelpBox(new Rect(position.x, position.y + top, position.width, position.height), message, mType); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + //void SetGUIStyles() + //{ + // styleCenteredHelpBox = new GUIStyle(GUI.skin.GetStyle("HelpBox")) + // { + // alignment = TextAnchor.MiddleCenter, + // }; + + //} + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs.meta new file mode 100644 index 0000000..6154683 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: f13faeb510c3cb54ba5d051ecaad26e3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs new file mode 100644 index 0000000..b7fe363 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs @@ -0,0 +1,122 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledEmissiveIntensityDrawer : MaterialPropertyDrawer + { + public string reference = ""; + public float top = 0; + public float down = 0; + + public StyledEmissiveIntensityDrawer() + { + this.top = 0; + this.down = 0; + } + + public StyledEmissiveIntensityDrawer(string reference) + { + this.reference = reference; + this.top = 0; + this.down = 0; + } + + public StyledEmissiveIntensityDrawer(float top, float down) + { + this.top = top; + this.down = down; + } + + public StyledEmissiveIntensityDrawer(string reference, float top, float down) + { + this.reference = reference; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor editor) + { + var stylePopup = new GUIStyle(EditorStyles.popup) + { + fontSize = 9, + alignment = TextAnchor.MiddleCenter, + }; + + var internalReference = MaterialEditor.GetMaterialProperty(editor.targets, reference); + + Vector4 propVector = prop.vectorValue; + + GUILayout.Space(top); + + EditorGUI.BeginChangeCheck(); + + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth - 1)); + + GUILayout.BeginVertical(); + GUILayout.Space(3); + + if (propVector.w == 0) + { + propVector.y = EditorGUILayout.FloatField(propVector.y, GUILayout.Height(17)); + } + else if (propVector.w == 1) + { + propVector.z = EditorGUILayout.FloatField(propVector.z, GUILayout.Height(17)); + } + + GUILayout.EndVertical(); + + GUILayout.Space(2); + + propVector.w = (float)EditorGUILayout.Popup((int)propVector.w, new string[] { "Nits", "EV100" }, stylePopup, GUILayout.Width(50)); + + GUILayout.EndHorizontal(); + + EditorGUI.showMixedValue = false; + + if (EditorGUI.EndChangeCheck()) + { + if (propVector.w == 0) + { + propVector.x = propVector.y; + } + else if (propVector.w == 1) + { + propVector.x = ConvertEvToLuminance(propVector.z); + } + + if (internalReference.displayName != null) + { + internalReference.floatValue = propVector.x; + } + + prop.vectorValue = propVector; + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + //public float ConvertLuminanceToEv(float luminance) + //{ + // return (float)Math.Log((luminance * 100f) / 12.5f, 2); + //} + + public float ConvertEvToLuminance(float ev) + { + return (12.5f / 100.0f) * Mathf.Pow(2f, ev); + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs.meta new file mode 100644 index 0000000..a3ff8d1 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: b1d76466e8080c147b2fa9e3b42e8850 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEmissiveIntensityDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs new file mode 100644 index 0000000..dcf4110 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs @@ -0,0 +1,92 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; +using System.IO; +using System.Collections.Generic; + +namespace Boxophobic.StyledGUI +{ + public class StyledEnumDrawer : MaterialPropertyDrawer + { + public string file = ""; + public string options = ""; + + public float top = 0; + public float down = 0; + + public StyledEnumDrawer(string file, string options, float top, float down) + { + this.file = file; + this.options = options; + + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + alignment = TextAnchor.MiddleCenter, + wordWrap = true + }; + + if (Resources.Load(file) != null) + { + var layersPath = AssetDatabase.GetAssetPath(Resources.Load(file)); + + StreamReader reader = new StreamReader(layersPath); + + options = reader.ReadLine(); + + reader.Close(); + } + + string[] enumSplit = options.Split(char.Parse(" ")); + List enumOptions = new List(enumSplit.Length / 2); + List enumIndices = new List(enumSplit.Length / 2); + + for (int i = 0; i < enumSplit.Length; i++) + { + if (i % 2 == 0) + { + enumOptions.Add(enumSplit[i].Replace("_", " ")); + } + else + { + enumIndices.Add(int.Parse(enumSplit[i])); + } + } + + GUILayout.Space(top); + + int index = (int)prop.floatValue; + int realIndex = enumIndices[0]; + + for (int i = 0; i < enumIndices.Count; i++) + { + if (enumIndices[i] == index) + { + realIndex = i; + } + } + + realIndex = EditorGUILayout.Popup(prop.displayName, realIndex, enumOptions.ToArray()); + + //Debug Value + //EditorGUILayout.LabelField(enumIndices[realIndex].ToString()); + + prop.floatValue = enumIndices[realIndex]; + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs.meta new file mode 100644 index 0000000..2926e3c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: a5dbd5cf6c68f1d4ebd1369f8795ee3a +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledEnumDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs new file mode 100644 index 0000000..1c4fe51 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs @@ -0,0 +1,111 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledHeaderDrawer : MaterialPropertyDrawer + { + public bool isEnabled = true; + + public string category; + public string colapsable; + public string infoText = ""; + public float top; + public float down; + + public StyledHeaderDrawer(string category) + { + this.category = category; + this.colapsable = "false"; + this.top = 10; + this.down = 10; + } + + public StyledHeaderDrawer(string category, string colapsable) + { + this.category = category; + this.colapsable = colapsable; + this.top = 10; + this.down = 10; + } + + public StyledHeaderDrawer(string category, float top, float down) + { + this.category = category; + this.colapsable = "false"; + this.top = top; + this.down = down; + } + + public StyledHeaderDrawer(string category, string colapsable, float top, float down) + { + this.category = category; + this.colapsable = colapsable; + this.top = top; + this.down = down; + } + public StyledHeaderDrawer(string category, string colapsable, string infoText, float top, float down) + { + this.category = category; + this.colapsable = colapsable; + this.infoText = infoText; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUI.enabled = true; + EditorGUI.indentLevel = 0; + + DrawInspector(prop); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void DrawInspector(MaterialProperty prop) + { + bool isColapsable = false; + + if (colapsable == "true") + { + isColapsable = true; + } + + //bool isEnabled = true; + + if (prop.floatValue < 0.5f) + { + isEnabled = false; + } + else + { + isEnabled = true; + } + + if (infoText != "") + { + isEnabled = StyledGUI.DrawInspectorHeader(category, isEnabled, isColapsable, infoText, top, down); + } + else + { + isEnabled = StyledGUI.DrawInspectorHeader(category, isEnabled, isColapsable, top, down); + } + + if (isEnabled) + { + prop.floatValue = 1; + } + else + { + prop.floatValue = 0; + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs.meta new file mode 100644 index 0000000..22f07b8 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 61e9c4e504463ae49bb18338bbf4841d +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledHeaderDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs new file mode 100644 index 0000000..5ccb5d5 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs @@ -0,0 +1,30 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledIndentDrawer : MaterialPropertyDrawer + { + public float indent; + + public StyledIndentDrawer(float indent) + { + this.indent = indent; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + //Material material = materialEditor.target as Material; + + EditorGUI.indentLevel = (int)indent; + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs.meta new file mode 100644 index 0000000..a3d5fbe --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: ae4fb3d8081065c47860724ea515c97c +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs new file mode 100644 index 0000000..0214dd7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs @@ -0,0 +1,33 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledInteractiveDrawer : MaterialPropertyDrawer + { + public StyledInteractiveDrawer() + { + + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + //if (prop.floatValue > 0.5f) + //{ + //GUI.enabled = true; + //} + //else + { + GUI.enabled = false; + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs.meta new file mode 100644 index 0000000..bf2cc6e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 7cc33d297d20daa40a9b09fbb8e59502 +timeCreated: 1544039105 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs new file mode 100644 index 0000000..47d1403 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs @@ -0,0 +1,390 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledKeywordDrawer : MaterialPropertyDrawer + { + public string allParentOnStr = "false"; + public string parentsStr = ""; + public string propertiesStr = ""; + public string keywordsStr = ""; + + public StyledKeywordDrawer(string allParentOnStr, string propertiesStr, string keywordsStr) + { + this.allParentOnStr = allParentOnStr; + this.propertiesStr = propertiesStr; + this.keywordsStr = keywordsStr; + } + + public StyledKeywordDrawer(string allParentOnStr, string parentsStr, string propertiesStr, string keywordsStr) + { + this.allParentOnStr = allParentOnStr; + this.propertiesStr = propertiesStr; + this.keywordsStr = keywordsStr; + this.parentsStr = parentsStr; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + Material material = materialEditor.target as Material; + + var parents = parentsStr.Split(" "); + var properties = propertiesStr.Split(" "); + var keywords = keywordsStr.Split(" "); + + var parentCount = parents.Length; + var propertiesCount = properties.Length; + var keywordsCount = keywords.Length; + + bool allParentsOn = false; + + if (allParentOnStr == "true") + { + allParentsOn = true; + } + + if (parentCount == 0) + { + if (propertiesCount == 0) + { + if (keywordsCount == 0) + { + SetMaterialKeyword(material, properties[0], keywords[0]); + } + else + { + SetMaterialKeyword(material, properties[0], keywords); + } + } + else + { + SetMaterialKeyword(material, allParentsOn, properties, keywords[0]); + } + } + else if (parentCount == 1) + { + if (propertiesCount == 0) + { + if (keywordsCount == 0) + { + SetMaterialKeyword(material, parents[0], properties[0], keywords[0]); + } + else + { + SetMaterialKeyword(material, parents[0], properties[0], keywords); + } + } + } + else + { + if (propertiesCount == 0) + { + if (keywordsCount == 0) + { + SetMaterialKeyword(material, allParentsOn, parents, properties[0], keywords[0]); + } + else + { + SetMaterialKeyword(material, allParentsOn, parents, properties[0], keywords); + } + } + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void SetMaterialKeyword(Material material, string property, string keyword) + { + if (material.HasFloat(property)) + { + var mode = material.GetFloat(property); + + if (mode == 0) + { + material.DisableKeyword(keyword); + } + else + { + material.EnableKeyword(keyword); + } + } + } + + void SetMaterialKeyword(Material material, string property, string[] keywords) + { + if (material.HasFloat(property)) + { + var mode = material.GetFloat(property); + + for (int i = 0; i < keywords.Length; i++) + { + if (i == mode) + { + material.EnableKeyword(keywords[i]); + } + else + { + material.DisableKeyword(keywords[i]); + } + } + } + } + + void SetMaterialKeyword(Material material, string parent, string property, string keyword) + { + if (material.HasFloat(parent) && material.HasFloat(property)) + { + var parentMode = material.GetFloat(parent); + + if (parentMode > 0) + { + var propertyMode = material.GetFloat(property); + + if (propertyMode == 0) + { + material.DisableKeyword(keyword); + } + else + { + material.EnableKeyword(keyword); + } + } + else + { + material.DisableKeyword(keyword); + } + } + } + + void SetMaterialKeyword(Material material, string parent, string property, string[] keywords) + { + if (material.HasFloat(parent) && material.HasFloat(property)) + { + var parentMode = material.GetFloat(parent); + + if (parentMode > 0) + { + var propertyMode = material.GetFloat(property); + + for (int i = 0; i < keywords.Length; i++) + { + if (i == propertyMode) + { + material.EnableKeyword(keywords[i]); + } + else + { + material.DisableKeyword(keywords[i]); + } + } + } + else + { + for (int i = 0; i < keywords.Length; i++) + { + material.DisableKeyword(keywords[i]); + } + } + } + } + + void SetMaterialKeyword(Material material, bool allParentsOn, string[] parents, string property, string keyword) + { + bool parentMode = false; + float propertyMode = 0; + + if (allParentsOn) + { + int enableCount = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + if (material.GetFloat(parent) > 0) + { + enableCount++; + } + } + } + + if (parents.Length == enableCount) + { + parentMode = true; + } + } + else + { + float enableFloat = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + enableFloat += material.GetFloat(parent); + } + } + + if (enableFloat > 0) + { + parentMode = true; + } + } + + if (material.HasProperty(property)) + { + propertyMode = material.GetFloat(property); + } + + if (parentMode && propertyMode > 0) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + + void SetMaterialKeyword(Material material, bool allParentsOn, string[] parents, string property, string[] keywords) + { + bool parentsMode = false; + + if (allParentsOn) + { + int enableCount = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + if (material.GetFloat(parent) > 0) + { + enableCount++; + } + } + } + + if (parents.Length == enableCount) + { + parentsMode = true; + } + } + else + { + float enableFloat = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + enableFloat += material.GetFloat(parent); + } + } + + if (enableFloat > 0) + { + parentsMode = true; + } + } + + if (material.HasFloat(property)) + { + if (parentsMode) + { + var propertyMode = material.GetInt(property); + + for (int i = 0; i < keywords.Length; i++) + { + if (i == propertyMode) + { + material.EnableKeyword(keywords[i]); + } + else + { + material.DisableKeyword(keywords[i]); + } + } + } + else + { + for (int i = 0; i < keywords.Length; i++) + { + material.DisableKeyword(keywords[i]); + } + } + } + } + + void SetMaterialKeyword(Material material, bool allParentsOn, string[] properties, string keyword) + { + bool parentMode = false; + + if (allParentsOn) + { + int enableCount = 0; + + for (int i = 0; i < properties.Length; i++) + { + var property = properties[i]; + + if (material.HasProperty(property)) + { + if (material.GetFloat(property) > 0) + { + enableCount++; + } + } + } + + if (properties.Length == enableCount) + { + parentMode = true; + } + } + else + { + float enableFloat = 0; + + for (int i = 0; i < properties.Length; i++) + { + var property = properties[i]; + + if (material.HasProperty(property)) + { + enableFloat += material.GetFloat(property); + } + } + + if (enableFloat > 0) + { + parentMode = true; + } + } + + if (parentMode) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs.meta new file mode 100644 index 0000000..44c3c38 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 057520665db88c444ae3d275cb0923d2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs new file mode 100644 index 0000000..391acad --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs @@ -0,0 +1,75 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledKeywordInvertedDrawer : MaterialPropertyDrawer + { + public string parentsStr = ""; + public string propertiesStr = ""; + public string keywordsStr = ""; + + public StyledKeywordInvertedDrawer(string propertiesStr, string keywordsStr) + { + this.propertiesStr = propertiesStr; + this.keywordsStr = keywordsStr; + } + + public StyledKeywordInvertedDrawer(string parentsStr, string propertiesStr, string keywordsStr) + { + this.propertiesStr = propertiesStr; + this.keywordsStr = keywordsStr; + this.parentsStr = parentsStr; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + Material material = materialEditor.target as Material; + + var parents = keywordsStr.Split(" "); + var properties = propertiesStr.Split(" "); + var keywords = keywordsStr.Split(" "); + + var parentCount = parents.Length; + var propertiesCount = properties.Length; + var keywordsCount = keywords.Length; + + if (parentCount == 0) + { + if (propertiesCount == 0) + { + if (keywordsCount == 0) + { + SetMaterialKeywordInverted(material, properties[0], keywords[0]); + } + } + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void SetMaterialKeywordInverted(Material material, string property, string keyword) + { + if (material.HasFloat(property)) + { + var mode = material.GetFloat(property); + + if (mode == 0) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + } + + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs.meta new file mode 100644 index 0000000..32c745f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: dafdc63aa2865b04e924ffea07fde94e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledKeywordInvertedDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs new file mode 100644 index 0000000..6dc5eec --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs @@ -0,0 +1,74 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; +using System.IO; +using System.Collections.Generic; + +namespace Boxophobic.StyledGUI +{ + public class StyledLayersDrawer : MaterialPropertyDrawer + { + public float top = 0; + public float down = 0; + + public StyledLayersDrawer() + { + + } + + public StyledLayersDrawer(float top, float down) + { + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + alignment = TextAnchor.MiddleCenter, + wordWrap = true + }; + + int index = (int)prop.floatValue; + + string[] allLayers = new string[32]; + + for (int i = 0; i < 32; i++) + { + if (LayerMask.LayerToName(i).Length < 1) + { + allLayers[i] = "Missing"; + } + else + { + allLayers[i] = LayerMask.LayerToName(i); + } + } + + GUILayout.Space(top); + + index = EditorGUILayout.MaskField(prop.displayName, index, allLayers); + + //if (index < 0) + //{ + // index = -1; + //} + + //Debug Value + //EditorGUILayout.LabelField(index.ToString()); + + prop.floatValue = index; + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs.meta new file mode 100644 index 0000000..8cd6629 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: c837d89f6f4cd574595a810c5fcc15f8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledLayersDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs new file mode 100644 index 0000000..4a1b991 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs @@ -0,0 +1,83 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; +using System.IO; +using System.Collections.Generic; + +namespace Boxophobic.StyledGUI +{ + public class StyledMaskDrawer : MaterialPropertyDrawer + { + public string file = ""; + public string options = ""; + + public float top = 0; + public float down = 0; + + public StyledMaskDrawer(string file, string options, float top, float down) + { + this.file = file; + this.options = options; + + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + alignment = TextAnchor.MiddleCenter, + wordWrap = true + }; + + if (Resources.Load(file) != null) + { + var layersPath = AssetDatabase.GetAssetPath(Resources.Load(file)); + + StreamReader reader = new StreamReader(layersPath); + + options = reader.ReadLine(); + + reader.Close(); + } + + string[] enumSplit = options.Split(char.Parse(" ")); + List enumOptions = new List(enumSplit.Length / 2); + + for (int i = 0; i < enumSplit.Length; i++) + { + if (i % 2 == 0) + { + enumOptions.Add(enumSplit[i].Replace("_", " ")); + } + } + + GUILayout.Space(top); + + int index = (int)prop.floatValue; + + index = EditorGUILayout.MaskField(prop.displayName, index, enumOptions.ToArray()); + + if (index < 0) + { + index = -1; + } + + //Debug Value + //EditorGUILayout.LabelField(index.ToString()); + + prop.floatValue = index; + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs.meta new file mode 100644 index 0000000..69a94b2 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: fd2d7ee86763017438ae71ea6a9800f6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMaskDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs new file mode 100644 index 0000000..f353409 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs @@ -0,0 +1,170 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; +using Boxophobic.Utility; + +namespace Boxophobic.StyledGUI +{ + public class StyledMessageDrawer : MaterialPropertyDrawer + { + public string type; + public string message; + public string messageLong; + public string keyword; + public float value; + public float top; + public float down; + + public bool useMessageLong; + + MessageType messageType; + + public StyledMessageDrawer(string type, string message) + { + this.type = type; + this.message = message; + this.messageLong = ""; + keyword = null; + + this.top = 0; + this.down = 0; + } + + public StyledMessageDrawer(string type, string message, float top, float down) + { + this.type = type; + this.message = message; + this.messageLong = ""; + keyword = null; + + this.top = top; + this.down = down; + } + + public StyledMessageDrawer(string type, string message, string keyword, float value, float top, float down) + { + this.type = type; + this.message = message; + this.messageLong = ""; + this.keyword = keyword; + this.value = value; + + this.top = top; + this.down = down; + } + + public StyledMessageDrawer(string type, string message, string messageLong) + { + this.type = type; + this.message = message; + this.messageLong = messageLong; + keyword = null; + + this.top = 0; + this.down = 0; + } + + public StyledMessageDrawer(string type, string message, string messageLong, float top, float down) + { + this.type = type; + this.message = message; + this.messageLong = messageLong; + keyword = null; + + this.top = top; + this.down = down; + } + + public StyledMessageDrawer(string type, string message, string messageLong, string keyword, float value, float top, float down) + { + this.type = type; + this.message = message; + this.messageLong = messageLong; + this.keyword = keyword; + this.value = value; + + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + Material material = materialEditor.target as Material; + + if (type == "None") + { + messageType = MessageType.None; + } + else if (type == "Info") + { + messageType = MessageType.Info; + } + else if (type == "Warning") + { + messageType = MessageType.Warning; + } + else if (type == "Error") + { + messageType = MessageType.Error; + } + + if (keyword != null) + { + if (material.HasProperty(keyword)) + { + if (material.GetFloat(keyword) == value) + { + GUILayout.Space(top); + DrawMessage(position, prop); + GUILayout.Space(down); + } + } + } + else + { + GUILayout.Space(top); + DrawMessage(position, prop); + GUILayout.Space(down); + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void DrawMessage(Rect position, MaterialProperty prop) + { + if (messageLong == "") + { + message = BoxoUtils.FormatMessage(message); + + EditorGUILayout.HelpBox(message, messageType); + } + else + { + if (!useMessageLong) + { + message = BoxoUtils.FormatMessage(message); + + EditorGUILayout.HelpBox(message, messageType); + } + else + { + messageLong = BoxoUtils.FormatMessage(messageLong); + + EditorGUILayout.HelpBox(messageLong, messageType); + } + + var lastRect = GUILayoutUtility.GetLastRect(); + + if (GUI.Button(lastRect, GUIContent.none, GUIStyle.none)) + { + useMessageLong = !useMessageLong; + } + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs.meta new file mode 100644 index 0000000..ad6adef --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: d01ce91280120de49b931b40f9e16f6b +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs new file mode 100644 index 0000000..a0abd1c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs @@ -0,0 +1,187 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledOptionsSliderDrawer : MaterialPropertyDrawer + { + public string nameMin = ""; + public string nameMax = ""; + public string nameVal = ""; + public float min = 0; + public float max = 0; + public float val = 0; + public float top = 0; + public float down = 0; + + bool showAdvancedOptions = false; + + public StyledOptionsSliderDrawer(string nameMin, string nameMax, string nameVal, float min, float max, float val) + { + this.nameMin = nameMin; + this.nameMax = nameMax; + this.nameVal = nameVal; + this.min = min; + this.max = max; + this.val = val; + this.top = 0; + this.down = 0; + } + + public StyledOptionsSliderDrawer(string nameMin, string nameMax, string nameVal, float min, float max, float val, float top, float down) + { + this.nameMin = nameMin; + this.nameMax = nameMax; + this.nameVal = nameVal; + this.min = min; + this.max = max; + this.val = val; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor editor) + { + var internalPropMin = MaterialEditor.GetMaterialProperty(editor.targets, nameMin); + var internalPropMax = MaterialEditor.GetMaterialProperty(editor.targets, nameMax); + var internalPropVal = MaterialEditor.GetMaterialProperty(editor.targets, nameVal); + + if (internalPropMin.displayName != null && internalPropMax.displayName != null && internalPropVal.displayName != null) + { + var stylePopup = new GUIStyle(EditorStyles.popup) + { + fontSize = 9, + }; + + var styleButton = new GUIStyle(EditorStyles.label) + { + + }; + + var internalValueMin = internalPropMin.floatValue; + var internalValueMax = internalPropMax.floatValue; + var internalValueVal = internalPropVal.floatValue; + Vector4 propVector = prop.vectorValue; + + EditorGUI.BeginChangeCheck(); + + if (propVector.w == 2) + { + propVector.x = min; + propVector.y = max; + propVector.z = internalValueVal; + } + else + { + if (internalValueMin <= internalValueMax) + { + propVector.w = 0; + } + else if (internalValueMin > internalValueMax) + { + propVector.w = 1; + } + + if (propVector.w == 0) + { + propVector.x = internalValueMin; + propVector.y = internalValueMax; + } + else + { + propVector.x = internalValueMax; + propVector.y = internalValueMin; + } + + propVector.z = val; + } + + GUILayout.Space(top); + + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + + if (GUILayout.Button(label, styleButton, GUILayout.Width(EditorGUIUtility.labelWidth), GUILayout.Height(18))) + { + showAdvancedOptions = !showAdvancedOptions; + } + + if (propVector.w == 2) + { + propVector.z = GUILayout.HorizontalSlider(propVector.z, min, max); + } + else + { + EditorGUILayout.MinMaxSlider(ref propVector.x, ref propVector.y, min, max); + } + + GUILayout.Space(2); + + propVector.w = (float)EditorGUILayout.Popup((int)propVector.w, new string[] { "Remap", "Invert", "Simple" }, stylePopup, GUILayout.Width(50)); + + GUILayout.EndHorizontal(); + + if (showAdvancedOptions) + { + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(" Remap Min", GUILayout.Width(EditorGUIUtility.labelWidth)); + propVector.x = EditorGUILayout.Slider(propVector.x, min, max); + GUILayout.EndHorizontal(); + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(" Remap Max", GUILayout.Width(EditorGUIUtility.labelWidth)); + propVector.y = EditorGUILayout.Slider(propVector.y, min, max); + GUILayout.EndHorizontal(); + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(" Simple Value", GUILayout.Width(EditorGUIUtility.labelWidth)); + propVector.z = EditorGUILayout.Slider(propVector.z, min, max); + GUILayout.EndHorizontal(); + } + + if (propVector.w == 0f) + { + internalValueMin = propVector.x; + internalValueMax = propVector.y; + internalValueVal = val; + } + else if (propVector.w == 1f) + { + internalValueMin = propVector.y; + internalValueMax = propVector.x; + internalValueVal = val; + } + else if (propVector.w == 2f) + { + internalValueMin = min; + internalValueMax = max; + internalValueVal = propVector.z; + } + + EditorGUI.showMixedValue = false; + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = propVector; + internalPropMin.floatValue = internalValueMin; + internalPropMax.floatValue = internalValueMax; + internalPropVal.floatValue = internalValueVal; + } + + GUILayout.Space(down); + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs.meta new file mode 100644 index 0000000..09bd71a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: d4bc1ff93a8a28e42954d7469249a7a0 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs new file mode 100644 index 0000000..ad8392b --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs @@ -0,0 +1,171 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledRemapSliderDrawer : MaterialPropertyDrawer + { + public string nameMin = ""; + public string nameMax = ""; + public float min = 0; + public float max = 0; + public float top = 0; + public float down = 0; + + float internalValueMin; + float internalValueMax; + + bool showAdvancedSettings = false; + + public StyledRemapSliderDrawer(string nameMin, string nameMax, float min, float max) + { + this.nameMin = nameMin; + this.nameMax = nameMax; + this.min = min; + this.max = max; + this.top = 0; + this.down = 0; + } + + public StyledRemapSliderDrawer(string nameMin, string nameMax, float min, float max, float top, float down) + { + this.nameMin = nameMin; + this.nameMax = nameMax; + this.min = min; + this.max = max; + this.top = top; + this.down = down; + } + + public StyledRemapSliderDrawer() + { + this.nameMin = null; + this.nameMax = null; + this.min = 0; + this.max = 1; + this.top = 0; + this.down = 0; + } + + public StyledRemapSliderDrawer(float min, float max) + { + this.nameMin = null; + this.nameMax = null; + this.min = min; + this.max = max; + this.top = 0; + this.down = 0; + } + + public StyledRemapSliderDrawer(float min, float max, float top, float down) + { + this.nameMin = null; + this.nameMax = null; + this.min = min; + this.max = max; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor editor) + { + var internalPropMin = MaterialEditor.GetMaterialProperty(editor.targets, nameMin); + var internalPropMax = MaterialEditor.GetMaterialProperty(editor.targets, nameMax); + + var stylePopupMini = new GUIStyle(EditorStyles.popup) + { + fontSize = 9, + }; + + var styleButton = new GUIStyle(EditorStyles.label) + { + + }; + + Vector4 propVector = prop.vectorValue; + + EditorGUI.BeginChangeCheck(); + + if (propVector.w == 0) + { + internalValueMin = propVector.x; + internalValueMax = propVector.y; + } + else + { + internalValueMin = propVector.y; + internalValueMax = propVector.x; + } + + GUILayout.Space(top); + + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + + if (GUILayout.Button(label, styleButton, GUILayout.Width(EditorGUIUtility.labelWidth), GUILayout.Height(18))) + { + showAdvancedSettings = !showAdvancedSettings; + } + + EditorGUILayout.MinMaxSlider(ref internalValueMin, ref internalValueMax, min, max); + + GUILayout.Space(2); + + propVector.w = (float)EditorGUILayout.Popup((int)propVector.w, new string[] { "Remap", "Invert" }, stylePopupMini, GUILayout.Width(50)); + + GUILayout.EndHorizontal(); + + if (showAdvancedSettings) + { + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(" Remap Min", GUILayout.Width(EditorGUIUtility.labelWidth)); + internalValueMin = Mathf.Clamp(EditorGUILayout.Slider(internalValueMin, min, max), min, internalValueMax); + GUILayout.EndHorizontal(); + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(" Remap Max", GUILayout.Width(EditorGUIUtility.labelWidth)); + internalValueMax = Mathf.Clamp(EditorGUILayout.Slider(internalValueMax, min, max), internalValueMin, max); + GUILayout.EndHorizontal(); + } + + EditorGUI.showMixedValue = false; + + if (EditorGUI.EndChangeCheck()) + { + if (propVector.w == 0) + { + propVector.x = internalValueMin; + propVector.y = internalValueMax; + } + else + { + propVector.y = internalValueMin; + propVector.x = internalValueMax; + } + + propVector.z = 1 / (propVector.y - propVector.x); + + prop.vectorValue = propVector; + + if (internalPropMin.displayName != null && internalPropMax.displayName != null) + { + internalPropMin.floatValue = internalValueMin; + internalPropMax.floatValue = internalValueMax; + } + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs.meta new file mode 100644 index 0000000..5e49adf --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 364f1df7c922ba84fa6fc52fd3900332 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs new file mode 100644 index 0000000..e3c8dc9 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs @@ -0,0 +1,60 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + public class StyledSpaceDrawer : MaterialPropertyDrawer + { + public float space; + public string conditions = ""; + + public StyledSpaceDrawer(float space) + { + this.space = space; + } + + public StyledSpaceDrawer(float space, string conditions) + { + this.space = space; + this.conditions = conditions; + } + + public override void OnGUI(Rect position, MaterialProperty prop, string label, MaterialEditor materialEditor) + { + if (conditions == "") + { + GUILayout.Space(space); + } + else + { + Material material = materialEditor.target as Material; + + bool showInspector = false; + + string[] split = conditions.Split(char.Parse(" ")); + + for (int i = 0; i < split.Length; i++) + { + if (material.HasProperty(split[i])) + { + showInspector = true; + break; + } + } + + if (showInspector) + { + GUILayout.Space(space); + } + } + + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs.meta new file mode 100644 index 0000000..b362e41 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 1f2f57e67392e5b41af1a4cecc3a6c04 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs new file mode 100644 index 0000000..ed47a64 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs @@ -0,0 +1,97 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledTextDrawer : MaterialPropertyDrawer + { + public string text = ""; + public string alignment = "Center"; + public string font = "Normal"; + public float size = 11; + public float top = 0; + public float down = 0; + + public StyledTextDrawer(string text) + { + this.text = text; + } + + public StyledTextDrawer(string text, string alignment, string font, float size) + { + this.text = text; + this.alignment = alignment; + this.font = font; + this.size = size; + } + + public StyledTextDrawer(string text, string alignment, string font, float size, float top, float down) + { + this.text = text; + this.alignment = alignment; + this.font = font; + this.size = size; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + //Material material = materialEditor.target as Material; + + GUIStyle styleLabel = new GUIStyle(EditorStyles.label) + { + richText = true, + alignment = TextAnchor.MiddleCenter, + wordWrap = true + }; + + GUILayout.Space(top); + + if (alignment == "Center") + { + styleLabel.alignment = TextAnchor.MiddleCenter; + + } + else if (alignment == "Left") + { + styleLabel.alignment = TextAnchor.MiddleLeft; + } + else if (alignment == "Right") + { + styleLabel.alignment = TextAnchor.MiddleRight; + } + + if (font == "Normal") + { + styleLabel.fontStyle = FontStyle.Normal; + } + else if (font == "Bold") + { + styleLabel.fontStyle = FontStyle.Bold; + } + else if (font == "Italic") + { + styleLabel.fontStyle = FontStyle.Italic; + } + else if (font == "BoldAndItalic") + { + styleLabel.fontStyle = FontStyle.BoldAndItalic; + } + + styleLabel.fontSize = (int)size; + + GUILayout.Label(text, styleLabel); + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs.meta new file mode 100644 index 0000000..1bd9141 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: e137daebc2f7e0c4aa0ee5c5b140e8fd +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs new file mode 100644 index 0000000..cb2ba1a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs @@ -0,0 +1,87 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + public class StyledTextureDrawer : MaterialPropertyDrawer + { + public float size; + public float top; + public float down; + public string tooltip = ""; + + public StyledTextureDrawer() + { + this.size = 50; + this.top = 0; + this.down = 0; + } + + public StyledTextureDrawer(float size) + { + this.size = size; + this.top = 0; + this.down = 0; + } + + public StyledTextureDrawer(float size, string tooltip) + { + this.size = size; + this.top = 0; + this.down = 0; + this.tooltip = tooltip; + } + + public StyledTextureDrawer(float size, float top, float down) + { + this.size = size; + this.top = top; + this.down = down; + } + + public StyledTextureDrawer(float size, string tooltip, float top, float down) + { + this.size = size; + this.top = top; + this.down = down; + this.tooltip = tooltip; + } + + public override void OnGUI(Rect position, MaterialProperty prop, string label, MaterialEditor materialEditor) + { + GUILayout.Space(top); + + EditorGUI.BeginChangeCheck(); + + EditorGUI.showMixedValue = prop.hasMixedValue; + + Texture tex = null; + + if (prop.textureDimension == UnityEngine.Rendering.TextureDimension.Tex2D) + { + tex = (Texture2D)EditorGUILayout.ObjectField(new GUIContent(prop.displayName, tooltip), prop.textureValue, typeof(Texture2D), false, GUILayout.Height(50)); + } + + if (prop.textureDimension == UnityEngine.Rendering.TextureDimension.Cube) + { + tex = (Cubemap)EditorGUILayout.ObjectField(new GUIContent(prop.displayName, tooltip), prop.textureValue, typeof(Cubemap), false, GUILayout.Height(50)); + } + + EditorGUI.showMixedValue = false; + + if (EditorGUI.EndChangeCheck()) + { + prop.textureValue = tex; + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs.meta new file mode 100644 index 0000000..1daf284 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: ab83955dedb2aed428447d90cf62c81b +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs new file mode 100644 index 0000000..ab8e3a6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs @@ -0,0 +1,84 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using Boxophobic.Utility; + +namespace Boxophobic.StyledGUI +{ + public class StyledTextureSingleLineDrawer : MaterialPropertyDrawer + { + public float top; + public float down; + public string tooltip; + + int previewChannel = 0; + Material previewMaterial; + + bool showAdvancedSettings = false; + + public StyledTextureSingleLineDrawer() + { + this.top = 0; + this.down = 0; + this.tooltip = ""; + } + + public StyledTextureSingleLineDrawer(string tooltip) + { + this.top = 0; + this.down = 0; + this.tooltip = tooltip; + } + + public StyledTextureSingleLineDrawer(float top, float down) + { + this.top = top; + this.down = down; + this.tooltip = ""; + } + + public StyledTextureSingleLineDrawer(string tooltip, float top, float down) + { + this.top = top; + this.down = down; + this.tooltip = tooltip; + } + + public override void OnGUI(Rect position, MaterialProperty prop, string label, MaterialEditor materialEditor) + { + GUILayout.Space(top); + + tooltip = BoxoUtils.FormatMessage(tooltip); + + materialEditor.TexturePropertySingleLine(new GUIContent(prop.displayName, tooltip), prop); + + if (prop.textureValue != null && prop.textureValue.dimension == UnityEngine.Rendering.TextureDimension.Tex2D) + { + var lastRect = GUILayoutUtility.GetLastRect(); + + if (GUI.Button(lastRect, "", GUIStyle.none)) + { + showAdvancedSettings = !showAdvancedSettings; + } + + if (showAdvancedSettings) + { + if (previewMaterial == null) + { + previewMaterial = new Material(Shader.Find("Hidden/BOXOPHOBIC/Helpers/Channel Preview")); + } + + previewChannel = StyledGUI.DrawTexturePreview(prop.textureValue, previewMaterial, previewChannel); + } + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs.meta new file mode 100644 index 0000000..52511b9 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 561b67406eee81948baf13ee752ae801 +timeCreated: 1544998323 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureSingleLineDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs new file mode 100644 index 0000000..2fc860e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs @@ -0,0 +1,94 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledToggleDrawer : MaterialPropertyDrawer + { + public float width = 0; + + public StyledToggleDrawer() + { + + } + + public StyledToggleDrawer(float width) + { + this.width = width; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + //Material material = materialEditor.target as Material; + + EditorGUI.BeginChangeCheck(); + + EditorGUI.showMixedValue = prop.hasMixedValue; + + if (width == 0) + { + bool toggle = false; + + if (prop.floatValue > 0.5f) + { + toggle = true; + } + + toggle = EditorGUILayout.Toggle(label, toggle); + + EditorGUI.showMixedValue = false; + + if (EditorGUI.EndChangeCheck()) + { + if (toggle) + { + prop.floatValue = 1; + } + else + { + prop.floatValue = 0; + } + } + } + else + { + GUILayout.BeginHorizontal(); + + GUILayout.Label(label); + + bool toggle = false; + + if (prop.floatValue > 0.5f) + { + toggle = true; + } + + toggle = GUILayout.Toggle(toggle, "", GUILayout.Width(width)); + + EditorGUI.showMixedValue = false; + + if (EditorGUI.EndChangeCheck()) + { + if (toggle) + { + prop.floatValue = 1; + } + else + { + prop.floatValue = 0; + } + } + + GUILayout.EndHorizontal(); + } + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs.meta new file mode 100644 index 0000000..678915c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: d5699c954b5c9184199293b4ede31d57 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs new file mode 100644 index 0000000..c2a25c1 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs @@ -0,0 +1,90 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledVector2Drawer : MaterialPropertyDrawer + { + public float space = 0; + public float top = 0; + public float down = 0; + + public StyledVector2Drawer() + { + this.space = 0; + } + + public StyledVector2Drawer(float space) + { + this.space = space; + } + + public StyledVector2Drawer(float space, float top, float down) + { + this.space = space; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUILayout.Space(top); + + if (EditorGUIUtility.currentViewWidth > 330) + { + DrawVectorProperty(prop, label); + GUILayout.Space(-space); + } + else + { + DrawVectorPropertyNextLine(prop, label); + GUILayout.Space(2); + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void DrawVectorProperty(MaterialProperty prop, string label) + { + EditorGUI.BeginChangeCheck(); + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth - 1)); + Vector4 vec = EditorGUILayout.Vector2Field("", prop.vectorValue); + GUILayout.EndHorizontal(); + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = vec; + } + } + + void DrawVectorPropertyNextLine(MaterialProperty prop, string label) + { + EditorGUI.BeginChangeCheck(); + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth)); + GUILayout.EndHorizontal(); + + Vector4 vec = EditorGUILayout.Vector2Field("", prop.vectorValue); + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = vec; + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs.meta new file mode 100644 index 0000000..30e61ee --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 856f0b63ea2072047bbd2aaa41d2c72e +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector2Drawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs new file mode 100644 index 0000000..37544de --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs @@ -0,0 +1,90 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledVector3Drawer : MaterialPropertyDrawer + { + public float space = 0; + public float top = 0; + public float down = 0; + + public StyledVector3Drawer() + { + this.space = 0; + } + + public StyledVector3Drawer(float space) + { + this.space = space; + } + + public StyledVector3Drawer(float space, float top, float down) + { + this.space = space; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUILayout.Space(top); + + if (EditorGUIUtility.currentViewWidth > 330) + { + DrawVectorProperty(prop, label); + GUILayout.Space(-space); + } + else + { + DrawVectorPropertyNextLine(prop, label); + GUILayout.Space(2); + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void DrawVectorProperty(MaterialProperty prop, string label) + { + EditorGUI.BeginChangeCheck(); + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth - 1)); + Vector4 vec = EditorGUILayout.Vector3Field("", prop.vectorValue); + GUILayout.EndHorizontal(); + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = vec; + } + } + + void DrawVectorPropertyNextLine(MaterialProperty prop, string label) + { + EditorGUI.BeginChangeCheck(); + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth)); + GUILayout.EndHorizontal(); + + Vector4 vec = EditorGUILayout.Vector3Field("", prop.vectorValue); + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = vec; + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs.meta new file mode 100644 index 0000000..aa96f08 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 21a212bac1cb81f449faa837b54c1fca +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector3Drawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs new file mode 100644 index 0000000..4be7a58 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs @@ -0,0 +1,90 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledVector4Drawer : MaterialPropertyDrawer + { + public float space = 0; + public float top = 0; + public float down = 0; + + public StyledVector4Drawer() + { + this.space = 0; + } + + public StyledVector4Drawer(float space) + { + this.space = space; + } + + public StyledVector4Drawer(float space, float top, float down) + { + this.space = space; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUILayout.Space(top); + + if (EditorGUIUtility.currentViewWidth > 330) + { + DrawVectorProperty(prop, label); + GUILayout.Space(-space); + } + else + { + DrawVectorPropertyNextLine(prop, label); + GUILayout.Space(2); + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + + void DrawVectorProperty(MaterialProperty prop, string label) + { + EditorGUI.BeginChangeCheck(); + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth - 1)); + Vector4 vec = EditorGUILayout.Vector4Field("", prop.vectorValue); + GUILayout.EndHorizontal(); + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = vec; + } + } + + void DrawVectorPropertyNextLine(MaterialProperty prop, string label) + { + EditorGUI.BeginChangeCheck(); + EditorGUI.showMixedValue = prop.hasMixedValue; + + GUILayout.BeginHorizontal(); + GUILayout.Space(-1); + GUILayout.Label(label, GUILayout.Width(EditorGUIUtility.labelWidth)); + GUILayout.EndHorizontal(); + + Vector4 vec = EditorGUILayout.Vector4Field("", prop.vectorValue); + + if (EditorGUI.EndChangeCheck()) + { + prop.vectorValue = vec; + } + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs.meta new file mode 100644 index 0000000..3e6b384 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: bf20e876ed7bf344281b4cf5baca6ca8 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVector4Drawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs new file mode 100644 index 0000000..64376d3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs @@ -0,0 +1,50 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using UnityEditor; +using System; + +namespace Boxophobic.StyledGUI +{ + public class StyledVectorDrawer : MaterialPropertyDrawer + { + public float space = 0; + public float top = 0; + public float down = 0; + + public StyledVectorDrawer(float space) + { + this.space = space; + } + + public StyledVectorDrawer(float space, float top, float down) + { + this.space = space; + this.top = top; + this.down = down; + } + + public override void OnGUI(Rect position, MaterialProperty prop, String label, MaterialEditor materialEditor) + { + GUILayout.Space(top); + + if (EditorGUIUtility.currentViewWidth > 344) + { + materialEditor.VectorProperty(prop, label); + GUILayout.Space(-space); + } + else + { + materialEditor.VectorProperty(prop, label); + GUILayout.Space(2); + } + + GUILayout.Space(down); + } + + public override float GetPropertyHeight(MaterialProperty prop, string label, MaterialEditor editor) + { + return -2; + } + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs.meta new file mode 100644 index 0000000..befed5b --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: ebb397dcd33e7cb48a6c3c5b9d928c05 +timeCreated: 1542224092 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledVectorDrawer.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMono.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono.meta new file mode 100644 index 0000000..eeaf56d --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2668fb27366c93b44b951d5be706307f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs new file mode 100644 index 0000000..7120a21 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs @@ -0,0 +1,20 @@ +//#if UNITY_EDITOR +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomEditor(typeof(StyledMonoBehaviour), true)] + [CanEditMultipleObjects] + public class StyledMonoBehaviourEditor : Editor + { + public override void OnInspectorGUI() + { + serializedObject.Update(); + EditorGUI.BeginChangeCheck(); + DrawPropertiesExcluding(serializedObject, "m_Script"); + if (EditorGUI.EndChangeCheck()) + serializedObject.ApplyModifiedProperties(); + } + } +} +//#endif \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs.meta new file mode 100644 index 0000000..68552b3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 29c1ac24df072a744a4bdc6a209772bf +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs new file mode 100644 index 0000000..d417996 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs @@ -0,0 +1,20 @@ +//#if UNITY_EDITOR +using UnityEditor; + +namespace Boxophobic.StyledGUI +{ + [CustomEditor(typeof(StyledScriptableObject), true)] + [CanEditMultipleObjects] + public class StyledScriptableObjectEditor : Editor + { + public override void OnInspectorGUI() + { + serializedObject.Update(); + EditorGUI.BeginChangeCheck(); + DrawPropertiesExcluding(serializedObject, "m_Script"); + if (EditorGUI.EndChangeCheck()) + serializedObject.ApplyModifiedProperties(); + } + } +} +//#endif \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs.meta b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs.meta new file mode 100644 index 0000000..70ee708 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 7a0e1a0aaab33f341b20d7d940fe0a06 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Version.asset b/Assets/BOXOPHOBIC/Utils/Editor/Version.asset new file mode 100644 index 0000000..7823d92 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Version.asset @@ -0,0 +1,16 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 93308045fbb3c5e42ba5ccb66d848632, type: 3} + m_Name: Version + m_EditorClassIdentifier: + styledBanner: 0 + data: 2010 diff --git a/Assets/BOXOPHOBIC/Utils/Editor/Version.asset.meta b/Assets/BOXOPHOBIC/Utils/Editor/Version.asset.meta new file mode 100644 index 0000000..ff293e2 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Editor/Version.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a15c57a0379e088458f4b54715babf2b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Editor/Version.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Gizmos.meta b/Assets/BOXOPHOBIC/Utils/Gizmos.meta new file mode 100644 index 0000000..7061837 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Gizmos.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 34391bea92283a746b897bfc0e9965ca +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd b/Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd new file mode 100644 index 0000000..29ec417 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0586d2c22be086d67dbdc80479c20deba7d9727b5f211338982c2c20b2f6b1d4 +size 73762 diff --git a/Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd.meta b/Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd.meta new file mode 100644 index 0000000..a2e931a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 7a0d9f99b02cc8941a235c921fbe6266 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 13 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 1 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Gizmos/Notebox.psd + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd b/Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd new file mode 100644 index 0000000..f0da282 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753455e1e0b5543debc09446ed26daa9a73d5cc6ec9e0b7a4480bfb9f1c3bec0 +size 115032 diff --git a/Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd.meta b/Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd.meta new file mode 100644 index 0000000..8477744 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd.meta @@ -0,0 +1,134 @@ +fileFormatVersion: 2 +guid: 0f9def0f7e05709488f1ad256de55d9f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 128 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + mipmapLimitGroupName: + pSDRemoveMatte: 1 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Gizmos/SettingsData.psd + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene.meta b/Assets/BOXOPHOBIC/Utils/Scene.meta new file mode 100644 index 0000000..a0bcac6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7cac3135b60663847875f8997d05f753 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab new file mode 100644 index 0000000..74175ad --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab @@ -0,0 +1,240 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8022110280839227277 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3020779759281221680} + - component: {fileID: 9055268574497441021} + - component: {fileID: 6776030989760091017} + - component: {fileID: 7532061073034816034} + - component: {fileID: 998651627744490409} + m_Layer: 5 + m_Name: Camera HD + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3020779759281221680 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8022110280839227277} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!20 &9055268574497441021 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8022110280839227277} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 75 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 3 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 0 + m_AllowMSAA: 0 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 1 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!81 &6776030989760091017 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8022110280839227277} + m_Enabled: 1 +--- !u!114 &7532061073034816034 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8022110280839227277} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 23c1ce4fb46143f46bc5cb5224c934f6, type: 3} + m_Name: + m_EditorClassIdentifier: + clearColorMode: 0 + backgroundColorHDR: {r: 0.025, g: 0.07, b: 0.19, a: 0} + clearDepth: 1 + volumeLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + volumeAnchorOverride: {fileID: 0} + antialiasing: 3 + SMAAQuality: 2 + dithering: 0 + stopNaNs: 0 + taaSharpenStrength: 0.6 + TAAQuality: 1 + taaHistorySharpening: 0.35 + taaAntiFlicker: 0.5 + taaMotionVectorRejection: 0 + taaAntiHistoryRinging: 0 + taaBaseBlendFactor: 0.875 + taaJitterScale: 1 + physicalParameters: + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + flipYMode: 0 + xrRendering: 1 + fullscreenPassthrough: 0 + allowDynamicResolution: 0 + customRenderingSettings: 0 + invertFaceCulling: 0 + probeLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + hasPersistentHistory: 0 + screenSizeOverride: {x: 0, y: 0, z: 0, w: 0} + screenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} + allowDeepLearningSuperSampling: 1 + deepLearningSuperSamplingUseCustomQualitySettings: 0 + deepLearningSuperSamplingQuality: 0 + deepLearningSuperSamplingUseCustomAttributes: 0 + deepLearningSuperSamplingUseOptimalSettings: 1 + deepLearningSuperSamplingSharpening: 0 + fsrOverrideSharpness: 0 + fsrSharpness: 0.92 + exposureTarget: {fileID: 0} + materialMipBias: 0 + m_RenderingPathCustomFrameSettings: + bitDatas: + data1: 70297877217101 + data2: 4539628425463136256 + lodBias: 1 + lodBiasMode: 0 + lodBiasQualityLevel: 0 + maximumLODLevel: 0 + maximumLODLevelMode: 0 + maximumLODLevelQualityLevel: 0 + sssQualityMode: 0 + sssQualityLevel: 0 + sssCustomSampleBudget: 20 + msaaMode: 1 + materialQuality: 0 + renderingPathCustomFrameSettingsOverrideMask: + mask: + data1: 0 + data2: 0 + defaultFrameSettings: 0 + m_Version: 9 + m_ObsoleteRenderingPath: 0 + m_ObsoleteFrameSettings: + overrides: 0 + enableShadow: 0 + enableContactShadows: 0 + enableShadowMask: 0 + enableSSR: 0 + enableSSAO: 0 + enableSubsurfaceScattering: 0 + enableTransmission: 0 + enableAtmosphericScattering: 0 + enableVolumetrics: 0 + enableReprojectionForVolumetrics: 0 + enableLightLayers: 0 + enableExposureControl: 1 + diffuseGlobalDimmer: 0 + specularGlobalDimmer: 0 + shaderLitMode: 0 + enableDepthPrepassWithDeferredRendering: 0 + enableTransparentPrepass: 0 + enableMotionVectors: 0 + enableObjectMotionVectors: 0 + enableDecals: 0 + enableRoughRefraction: 0 + enableTransparentPostpass: 0 + enableDistortion: 0 + enablePostprocess: 0 + enableOpaqueObjects: 0 + enableTransparentObjects: 0 + enableRealtimePlanarReflection: 0 + enableMSAA: 0 + enableAsyncCompute: 0 + runLightListAsync: 0 + runSSRAsync: 0 + runSSAOAsync: 0 + runContactShadowsAsync: 0 + runVolumeVoxelizationAsync: 0 + lightLoopSettings: + overrides: 0 + enableDeferredTileAndCluster: 0 + enableComputeLightEvaluation: 0 + enableComputeLightVariants: 0 + enableComputeMaterialVariants: 0 + enableFptlForForwardOpaque: 0 + enableBigTilePrepass: 0 + isFptlEnabled: 0 +--- !u!114 &998651627744490409 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8022110280839227277} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 195d4c9b85f7ea146aac46a389a6f08f, type: 3} + m_Name: + m_EditorClassIdentifier: + movementSpeed: 10 + accelerationMultiplier: 10 + sensitivity: 2 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab.meta new file mode 100644 index 0000000..3f2f750 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3420996c453349c47b672ddcf35a6660 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Camera HD.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab new file mode 100644 index 0000000..6601848 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab @@ -0,0 +1,162 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &313475442153071594 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4627865653124479354} + - component: {fileID: 4083165337197807294} + - component: {fileID: 9172247259037886935} + - component: {fileID: 782017164160838417} + m_Layer: 5 + m_Name: Camera Standard + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4627865653124479354 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 313475442153071594} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!20 &4083165337197807294 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 313475442153071594} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.01 + far clip plane: 1000 + field of view: 66 + orthographic: 0 + orthographic size: 15.65 + m_Depth: 2.76 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 3 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 1 + m_OcclusionCulling: 0 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!114 &9172247259037886935 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 313475442153071594} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 948f4100a11a5c24981795d21301da5c, type: 3} + m_Name: + m_EditorClassIdentifier: + volumeTrigger: {fileID: 4627865653124479354} + volumeLayer: + serializedVersion: 2 + m_Bits: 32 + stopNaNPropagation: 1 + finalBlitToCameraTarget: 0 + antialiasingMode: 2 + temporalAntialiasing: + jitterSpread: 0.75 + sharpness: 0.25 + stationaryBlending: 0.95 + motionBlending: 0.85 + subpixelMorphologicalAntialiasing: + quality: 2 + fastApproximateAntialiasing: + fastMode: 0 + keepAlpha: 0 + fog: + enabled: 1 + excludeSkybox: 1 + debugLayer: + lightMeter: + width: 512 + height: 256 + showCurves: 1 + histogram: + width: 512 + height: 256 + channel: 3 + waveform: + exposure: 0.12 + height: 256 + vectorscope: + size: 256 + exposure: 0.12 + overlaySettings: + linearDepth: 0 + motionColorIntensity: 4 + motionGridSize: 64 + colorBlindnessType: 0 + colorBlindnessStrength: 1 + m_Resources: {fileID: 11400000, guid: d82512f9c8e5d4a4d938b575d47f88d4, type: 2} + m_ShowToolkit: 0 + m_ShowCustomSorter: 0 + breakBeforeColorGrading: 0 + m_BeforeTransparentBundles: [] + m_BeforeStackBundles: [] + m_AfterStackBundles: [] +--- !u!114 &782017164160838417 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 313475442153071594} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 195d4c9b85f7ea146aac46a389a6f08f, type: 3} + m_Name: + m_EditorClassIdentifier: + movementSpeed: 10 + accelerationMultiplier: 10 + sensitivity: 2 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab.meta new file mode 100644 index 0000000..0b8fad4 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 94a823ba9229d074ea2da6c82a0077d0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Camera Standard.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab new file mode 100644 index 0000000..ee5908c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab @@ -0,0 +1,146 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1521652485550831687 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4058346873718670932} + - component: {fileID: 5466010007302159495} + - component: {fileID: 7261821105606798921} + - component: {fileID: 3728011510212049523} + m_Layer: 0 + m_Name: Camera Universal + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4058346873718670932 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521652485550831687} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!20 &5466010007302159495 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521652485550831687} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!114 &7261821105606798921 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521652485550831687} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 2 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_AllowHDROutput: 1 + m_UseScreenCoordOverride: 0 + m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0} + m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 + m_TaaSettings: + m_Quality: 3 + m_FrameInfluence: 0.1 + m_JitterScale: 1 + m_MipBias: 0 + m_VarianceClampScale: 0.9 + m_ContrastAdaptiveSharpening: 0 +--- !u!114 &3728011510212049523 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1521652485550831687} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 195d4c9b85f7ea146aac46a389a6f08f, type: 3} + m_Name: + m_EditorClassIdentifier: + movementSpeed: 10 + accelerationMultiplier: 10 + sensitivity: 2 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab.meta new file mode 100644 index 0000000..efcf98f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0fecc0d7927445440acc3ee89ed9f4fc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Camera Universal.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab new file mode 100644 index 0000000..2ef9b43 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab @@ -0,0 +1,219 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3099378943279104834 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4901424728611973897} + - component: {fileID: 5777877598844832836} + - component: {fileID: 2621188474328977825} + m_Layer: 0 + m_Name: Light HD Day + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4901424728611973897 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099378943279104834} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &5777877598844832836 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099378943279104834} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.84849507, b: 0.6650944, a: 1} + m_Intensity: 4000 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 1 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.38 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 2 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6219 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &2621188474328977825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099378943279104834} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Intensity: 4000 + m_EnableSpotReflector: 0 + m_LuxAtDistance: 1 + m_InnerSpotPercent: 0 + m_SpotIESCutoffPercent: 100 + m_LightDimmer: 1 + m_VolumetricDimmer: 1 + m_LightUnit: 2 + m_FadeDistance: 10000 + m_VolumetricFadeDistance: 10000 + m_AffectDiffuse: 1 + m_AffectSpecular: 1 + m_NonLightmappedOnly: 0 + m_ShapeWidth: 0.5 + m_ShapeHeight: 0.5 + m_AspectRatio: 1 + m_ShapeRadius: 0.025 + m_SoftnessScale: 1 + m_UseCustomSpotLightShadowCone: 0 + m_CustomSpotLightShadowCone: 30 + m_MaxSmoothness: 0.99 + m_ApplyRangeAttenuation: 1 + m_DisplayAreaLightEmissiveMesh: 0 + m_AreaLightCookie: {fileID: 0} + m_IESPoint: {fileID: 0} + m_IESSpot: {fileID: 0} + m_IncludeForRayTracing: 1 + m_AreaLightShadowCone: 120 + m_UseScreenSpaceShadows: 0 + m_InteractsWithSky: 1 + m_AngularDiameter: 0.5 + m_FlareSize: 2 + m_FlareTint: {r: 1, g: 1, b: 1, a: 1} + m_FlareFalloff: 4 + m_SurfaceTexture: {fileID: 0} + m_SurfaceTint: {r: 1, g: 1, b: 1, a: 1} + m_Distance: 1.5e+11 + m_UseRayTracedShadows: 0 + m_NumRayTracingSamples: 4 + m_FilterTracedShadow: 1 + m_FilterSizeTraced: 16 + m_SunLightConeAngle: 0.5 + m_LightShadowRadius: 0.5 + m_SemiTransparentShadow: 0 + m_ColorShadow: 1 + m_DistanceBasedFiltering: 0 + m_EvsmExponent: 15 + m_EvsmLightLeakBias: 0 + m_EvsmVarianceBias: 0.00001 + m_EvsmBlurPasses: 0 + m_LightlayersMask: 1 + m_LinkShadowLayers: 1 + m_ShadowNearPlane: 0.1 + m_BlockerSampleCount: 24 + m_FilterSampleCount: 16 + m_MinFilterSize: 0.1 + m_KernelSize: 5 + m_LightAngle: 1 + m_MaxDepthBias: 0.001 + m_ShadowResolution: + m_Override: 512 + m_UseOverride: 0 + m_Level: 3 + m_ShadowDimmer: 1 + m_VolumetricShadowDimmer: 1 + m_ShadowFadeDistance: 10000 + m_UseContactShadow: + m_Override: 1 + m_UseOverride: 0 + m_Level: 2 + m_RayTracedContactShadow: 0 + m_ShadowTint: {r: 0, g: 0, b: 0, a: 1} + m_PenumbraTint: 0 + m_NormalBias: 0.75 + m_SlopeBias: 0.5 + m_ShadowUpdateMode: 0 + m_AlwaysDrawDynamicShadows: 0 + m_UpdateShadowOnLightMovement: 0 + m_CachedShadowTranslationThreshold: 0.01 + m_CachedShadowAngularThreshold: 0.5 + m_BarnDoorAngle: 90 + m_BarnDoorLength: 0.05 + m_preserveCachedShadow: 0 + m_OnDemandShadowRenderOnPlacement: 1 + m_ShadowCascadeRatios: + - 0.05 + - 0.2 + - 0.3 + m_ShadowCascadeBorders: + - 0.2 + - 0.2 + - 0.2 + - 0.2 + m_ShadowAlgorithm: 0 + m_ShadowVariant: 0 + m_ShadowPrecision: 0 + useOldInspector: 0 + useVolumetric: 1 + featuresFoldout: 1 + m_AreaLightEmissiveMeshShadowCastingMode: 0 + m_AreaLightEmissiveMeshMotionVectorGenerationMode: 0 + m_AreaLightEmissiveMeshLayer: -1 + m_Version: 11 + m_ObsoleteShadowResolutionTier: 1 + m_ObsoleteUseShadowQualitySettings: 0 + m_ObsoleteCustomShadowResolution: 512 + m_ObsoleteContactShadows: 0 + m_PointlightHDType: 0 + m_SpotLightShape: 0 + m_AreaLightShape: 0 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab.meta new file mode 100644 index 0000000..9ade102 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: aa80eb79e909c724aa794c3eab5beb3b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Light HD Day.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab new file mode 100644 index 0000000..8780a3e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab @@ -0,0 +1,219 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3099378943279104834 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4901424728611973897} + - component: {fileID: 5777877598844832836} + - component: {fileID: 2621188474328977825} + m_Layer: 0 + m_Name: Light HD Low + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4901424728611973897 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099378943279104834} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &5777877598844832836 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099378943279104834} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.84849507, b: 0.6650944, a: 1} + m_Intensity: 1000 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 1 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.38 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 2 + m_AreaSize: {x: 0.5, y: 0.5} + m_BounceIntensity: 1 + m_ColorTemperature: 7000 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &2621188474328977825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099378943279104834} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Intensity: 1000 + m_EnableSpotReflector: 0 + m_LuxAtDistance: 1 + m_InnerSpotPercent: 0 + m_SpotIESCutoffPercent: 100 + m_LightDimmer: 1 + m_VolumetricDimmer: 1 + m_LightUnit: 2 + m_FadeDistance: 10000 + m_VolumetricFadeDistance: 10000 + m_AffectDiffuse: 1 + m_AffectSpecular: 1 + m_NonLightmappedOnly: 0 + m_ShapeWidth: 0.5 + m_ShapeHeight: 0.5 + m_AspectRatio: 1 + m_ShapeRadius: 0.025 + m_SoftnessScale: 1 + m_UseCustomSpotLightShadowCone: 0 + m_CustomSpotLightShadowCone: 30 + m_MaxSmoothness: 0.99 + m_ApplyRangeAttenuation: 1 + m_DisplayAreaLightEmissiveMesh: 0 + m_AreaLightCookie: {fileID: 0} + m_IESPoint: {fileID: 0} + m_IESSpot: {fileID: 0} + m_IncludeForRayTracing: 1 + m_AreaLightShadowCone: 120 + m_UseScreenSpaceShadows: 0 + m_InteractsWithSky: 1 + m_AngularDiameter: 0.5 + m_FlareSize: 2 + m_FlareTint: {r: 1, g: 1, b: 1, a: 1} + m_FlareFalloff: 4 + m_SurfaceTexture: {fileID: 0} + m_SurfaceTint: {r: 1, g: 1, b: 1, a: 1} + m_Distance: 1.5e+11 + m_UseRayTracedShadows: 0 + m_NumRayTracingSamples: 4 + m_FilterTracedShadow: 1 + m_FilterSizeTraced: 16 + m_SunLightConeAngle: 0.5 + m_LightShadowRadius: 0.5 + m_SemiTransparentShadow: 0 + m_ColorShadow: 1 + m_DistanceBasedFiltering: 0 + m_EvsmExponent: 15 + m_EvsmLightLeakBias: 0 + m_EvsmVarianceBias: 0.00001 + m_EvsmBlurPasses: 0 + m_LightlayersMask: 1 + m_LinkShadowLayers: 1 + m_ShadowNearPlane: 0.1 + m_BlockerSampleCount: 24 + m_FilterSampleCount: 16 + m_MinFilterSize: 0.1 + m_KernelSize: 5 + m_LightAngle: 1 + m_MaxDepthBias: 0.001 + m_ShadowResolution: + m_Override: 512 + m_UseOverride: 0 + m_Level: 3 + m_ShadowDimmer: 1 + m_VolumetricShadowDimmer: 1 + m_ShadowFadeDistance: 10000 + m_UseContactShadow: + m_Override: 1 + m_UseOverride: 0 + m_Level: 2 + m_RayTracedContactShadow: 0 + m_ShadowTint: {r: 0, g: 0, b: 0, a: 1} + m_PenumbraTint: 0 + m_NormalBias: 0.75 + m_SlopeBias: 0.5 + m_ShadowUpdateMode: 0 + m_AlwaysDrawDynamicShadows: 0 + m_UpdateShadowOnLightMovement: 0 + m_CachedShadowTranslationThreshold: 0.01 + m_CachedShadowAngularThreshold: 0.5 + m_BarnDoorAngle: 90 + m_BarnDoorLength: 0.05 + m_preserveCachedShadow: 0 + m_OnDemandShadowRenderOnPlacement: 1 + m_ShadowCascadeRatios: + - 0.05 + - 0.2 + - 0.3 + m_ShadowCascadeBorders: + - 0.2 + - 0.2 + - 0.2 + - 0.2 + m_ShadowAlgorithm: 0 + m_ShadowVariant: 0 + m_ShadowPrecision: 0 + useOldInspector: 0 + useVolumetric: 1 + featuresFoldout: 1 + m_AreaLightEmissiveMeshShadowCastingMode: 0 + m_AreaLightEmissiveMeshMotionVectorGenerationMode: 0 + m_AreaLightEmissiveMeshLayer: -1 + m_Version: 11 + m_ObsoleteShadowResolutionTier: 1 + m_ObsoleteUseShadowQualitySettings: 0 + m_ObsoleteCustomShadowResolution: 512 + m_ObsoleteContactShadows: 0 + m_PointlightHDType: 0 + m_SpotLightShape: 0 + m_AreaLightShape: 0 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab.meta new file mode 100644 index 0000000..b9136a4 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 958aeacb825c57c4197f5e9357a04c88 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Light HD Low.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab new file mode 100644 index 0000000..b8f6f16 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab @@ -0,0 +1,96 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8012406455788441238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7340009103475579954} + - component: {fileID: 5921428466707044097} + m_Layer: 0 + m_Name: Light Standard Day + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7340009103475579954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8012406455788441238} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &5921428466707044097 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8012406455788441238} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.80799896, b: 0.5990566, a: 1} + m_Intensity: 1.7 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.01 + m_NormalBias: 0.51 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1.5 + m_ColorTemperature: 5500 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: -6.3384464e+29, y: 1.7592186e+13, z: -1.7014118e+38, w: 2.5243547e-29} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab.meta new file mode 100644 index 0000000..53de3f0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 7cb2c8f46b381e94aac72fd1704cae67 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Light Standard Day.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab new file mode 100644 index 0000000..cb98cd3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab @@ -0,0 +1,96 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8012406455788441238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7340009103475579954} + - component: {fileID: 5921428466707044097} + m_Layer: 0 + m_Name: Light Standard Low + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7340009103475579954 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8012406455788441238} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &5921428466707044097 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8012406455788441238} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 0.8 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.01 + m_NormalBias: 0.51 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1.5 + m_ColorTemperature: 5500 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: -6.3384464e+29, y: 1.7592186e+13, z: -1.7014118e+38, w: 2.5243547e-29} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab.meta new file mode 100644 index 0000000..90bcc89 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: bcb2ca69016b2684fa20fb79533c591a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Light Standard Low.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab new file mode 100644 index 0000000..40253ba --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab @@ -0,0 +1,123 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8410027658711831539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1390394820648633374} + - component: {fileID: 4711686484900344624} + - component: {fileID: 3971654539291306699} + m_Layer: 0 + m_Name: Light Universal Day + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1390394820648633374 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8410027658711831539} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &4711686484900344624 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8410027658711831539} + m_Enabled: 1 + serializedVersion: 11 + m_Type: 1 + m_Color: {r: 1, g: 0.8509804, b: 0.69411767, a: 1} + m_Intensity: 2.7 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.01 + m_NormalBias: 0.51 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1.5 + m_ColorTemperature: 5500 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ForceVisible: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 + m_LightUnit: 1 + m_LuxAtDistance: 1 + m_EnableSpotReflector: 1 +--- !u!114 &3971654539291306699 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8410027658711831539} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 1 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab.meta new file mode 100644 index 0000000..d2d191f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b19cf3e7632ffd948902e7272af43a6c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Light Universal Day.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab new file mode 100644 index 0000000..f2539f0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab @@ -0,0 +1,120 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8410027658711831539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1390394820648633374} + - component: {fileID: 4711686484900344624} + - component: {fileID: 3971654539291306699} + m_Layer: 0 + m_Name: Light Universal Low + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1390394820648633374 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8410027658711831539} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!108 &4711686484900344624 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8410027658711831539} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.80799896, b: 0.5990566, a: 1} + m_Intensity: 0.8 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 3 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.01 + m_NormalBias: 0.51 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1.5 + m_ColorTemperature: 7000 + m_UseColorTemperature: 1 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!114 &3971654539291306699 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8410027658711831539} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 1 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab.meta new file mode 100644 index 0000000..919df01 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 11ca8b95cee8f4347bc5cb70d28cee45 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Light Universal Low.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab new file mode 100644 index 0000000..8ea8e11 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab @@ -0,0 +1,51 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8263475209086431750 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3339222207517939473} + - component: {fileID: 9013368917234704672} + m_Layer: 5 + m_Name: Post HD Day + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3339222207517939473 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8263475209086431750} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9013368917234704672 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8263475209086431750} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IsGlobal: 1 + priority: 0 + blendDistance: 0 + weight: 1 + sharedProfile: {fileID: 11400000, guid: d547067a87ea5c64983ceba2dc497317, type: 2} diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab.meta new file mode 100644 index 0000000..7e83533 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b37e11a48a143ec469544df52085d526 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Post HD Day.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab new file mode 100644 index 0000000..58d2929 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab @@ -0,0 +1,51 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8263475209086431750 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3339222207517939473} + - component: {fileID: 9013368917234704672} + m_Layer: 5 + m_Name: Post HD Low + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3339222207517939473 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8263475209086431750} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &9013368917234704672 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8263475209086431750} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IsGlobal: 1 + priority: 0 + blendDistance: 0 + weight: 1 + sharedProfile: {fileID: 11400000, guid: f26e4e0ef587d0447975abf9f33ebb65, type: 2} diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab.meta new file mode 100644 index 0000000..018255d --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2bcb52b822142624ab2db4b6fc249dde +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Post HD Low.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab new file mode 100644 index 0000000..cf36f3b --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab @@ -0,0 +1,51 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4880064928692664 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5697431557824941294} + - component: {fileID: 2073073098488940024} + m_Layer: 5 + m_Name: Post Standard + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5697431557824941294 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4880064928692664} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2073073098488940024 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4880064928692664} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8b9a305e18de0c04dbd257a21cd47087, type: 3} + m_Name: + m_EditorClassIdentifier: + sharedProfile: {fileID: 11400000, guid: 7b2bba9d34548bb4f991d6820c71a653, type: 2} + isGlobal: 1 + blendDistance: 0 + weight: 1 + priority: 0 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab.meta new file mode 100644 index 0000000..00ae9e6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 32cc595a7aade2749a61c144038a6379 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Post Standard.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab b/Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab new file mode 100644 index 0000000..5a7c594 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab @@ -0,0 +1,51 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6202177969246845179 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3777021507784795182} + - component: {fileID: 204349381690224623} + m_Layer: 0 + m_Name: Post Universal + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3777021507784795182 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6202177969246845179} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &204349381690224623 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6202177969246845179} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IsGlobal: 1 + priority: 0 + blendDistance: 0 + weight: 1 + sharedProfile: {fileID: 11400000, guid: 93614ea46ae5aee48ab6d9b3524562f5, type: 2} diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab.meta b/Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab.meta new file mode 100644 index 0000000..8a11db6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 71aeaf565adbd554caa51fcac0588acc +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Post Universal.prefab + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity b/Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity new file mode 100644 index 0000000..5198e91 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity @@ -0,0 +1,477 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.40997687, g: 0.5343243, b: 0.7830189, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 8900000, guid: cabf026daf3723b4c8a84ab8b237a943, type: 3} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 262.38354, g: 325.1084, b: 430.30957, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 500 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 0 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 4890085278179872738, guid: 106d1ca7c14e2a9448b78b58645c5c21, + type: 2} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &868145238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 868145242} + - component: {fileID: 868145241} + - component: {fileID: 868145240} + - component: {fileID: 868145239} + m_Layer: 0 + m_Name: Setup Ground + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!23 &868145239 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 868145238} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: e254929f2cf39b94cb57dfa60da4f8ef, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 1 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!64 &868145240 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 868145238} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!33 &868145241 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 868145238} + m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &868145242 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 868145238} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.60000014, y: -0.01, z: 0.06999993} + m_LocalScale: {x: 1000, y: 0.1, z: 1000} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &961533066 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 961533068} + - component: {fileID: 961533067} + m_Layer: 0 + m_Name: Setup Directional + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &961533067 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 961533066} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2f8925abba486f64284bccfcd3bd4bb6, type: 3} + m_Name: + m_EditorClassIdentifier: + styledBanner: 0 + setupStandard: {fileID: 8012406455788441238, guid: 7cb2c8f46b381e94aac72fd1704cae67, + type: 3} + setupUniversal: {fileID: 8410027658711831539, guid: b19cf3e7632ffd948902e7272af43a6c, + type: 3} + setupHD: {fileID: 3099378943279104834, guid: aa80eb79e909c724aa794c3eab5beb3b, type: 3} + objectStandard: {fileID: 0} + objectUniversal: {fileID: 0} + objectHD: {fileID: 0} + setRenderSettings: 0 + skyboxMaterial: {fileID: 0} + skyboxAmbient: 1 + skyboxReflection: 1 + styledSpace: 0 +--- !u!4 &961533068 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 961533066} + m_LocalRotation: {x: -0.06392502, y: 0.48670152, z: -0.035741135, w: -0.8704929} + m_LocalPosition: {x: 0, y: 6, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 8.4, y: -418.42, z: 0} +--- !u!1 &1388260991 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1388260992} + m_Layer: 0 + m_Name: ------------------------------- + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1388260992 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1388260991} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.9963066, y: 0.95057386, z: -0.44532776} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1418809901 +GameObject: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1418809903} + - component: {fileID: 1418809902} + m_Layer: 0 + m_Name: StaticLightingSky + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1418809902 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1418809901} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 441482e8936e35048a1dffac814e3ef8, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Profile: {fileID: 11400000, guid: d547067a87ea5c64983ceba2dc497317, type: 2} + m_StaticLightingSkyUniqueID: 1 + m_StaticLightingCloudsUniqueID: 0 + m_StaticLightingVolumetricClouds: 0 +--- !u!4 &1418809903 +Transform: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1418809901} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1496694228 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1496694230} + - component: {fileID: 1496694229} + m_Layer: 5 + m_Name: Setup Processing + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1496694229 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1496694228} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2f8925abba486f64284bccfcd3bd4bb6, type: 3} + m_Name: + m_EditorClassIdentifier: + styledBanner: 0 + setupStandard: {fileID: 4880064928692664, guid: 32cc595a7aade2749a61c144038a6379, + type: 3} + setupUniversal: {fileID: 6202177969246845179, guid: 71aeaf565adbd554caa51fcac0588acc, + type: 3} + setupHD: {fileID: 8263475209086431750, guid: b37e11a48a143ec469544df52085d526, type: 3} + objectStandard: {fileID: 0} + objectUniversal: {fileID: 0} + objectHD: {fileID: 0} + setRenderSettings: 0 + skyboxMaterial: {fileID: 0} + skyboxAmbient: 1 + skyboxReflection: 1 + styledSpace: 0 +--- !u!4 &1496694230 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1496694228} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1711738262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1711738264} + - component: {fileID: 1711738263} + m_Layer: 5 + m_Name: Setup Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1711738263 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1711738262} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2f8925abba486f64284bccfcd3bd4bb6, type: 3} + m_Name: + m_EditorClassIdentifier: + styledBanner: 0 + setupStandard: {fileID: 313475442153071594, guid: 94a823ba9229d074ea2da6c82a0077d0, + type: 3} + setupUniversal: {fileID: 1521652485550831687, guid: 0fecc0d7927445440acc3ee89ed9f4fc, + type: 3} + setupHD: {fileID: 8022110280839227277, guid: 3420996c453349c47b672ddcf35a6660, type: 3} + objectStandard: {fileID: 0} + objectUniversal: {fileID: 0} + objectHD: {fileID: 0} + setRenderSettings: 1 + skyboxMaterial: {fileID: 2100000, guid: 987a129b6b0ab494c92ada585372f505, type: 2} + skyboxAmbient: 1 + skyboxReflection: 1 + styledSpace: 0 +--- !u!4 &1711738264 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1711738262} + m_LocalRotation: {x: 0.0055855922, y: -0.8548676, z: 0.5187286, w: 0.009534372} + m_LocalPosition: {x: 0.31829017, y: 10.761757, z: 6.009004} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 43.367, y: 209.87999, z: 0.022000002} diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity.meta b/Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity.meta new file mode 100644 index 0000000..158fb06 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 5d9dcd523b77e3f47955115799a3b880 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Scene Empty.unity + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat b/Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat new file mode 100644 index 0000000..cfc12ac --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat @@ -0,0 +1,88 @@ +%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: Scene Skybox + m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _SUNDISK_HIGH_QUALITY + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BumpMap: + m_Texture: {fileID: 2800000, guid: 08caf217031853c4fad9754fbfd124e8, type: 3} + 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: 2800000, guid: cd8cca0b0a9c40846a01c71dc2909aec, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _AtmosphereThickness: 1 + - _BumpScale: 2 + - _Cutoff: 0.072 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1.3 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 1 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0.04 + - _SunSizeConvergence: 5 + - _UVSec: 0 + - _ZWrite: 1 + - __dirty: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.36899996, g: 0.34899998, b: 0.34099993, a: 1} + - _HorizonColor: {r: 0.745283, g: 0.72161937, b: 0.6784888, a: 0} + - _ShadowColor: {r: 0.48172578, g: 0.60579735, b: 0.8088235, a: 0} + - _SkyColor: {r: 0.39215687, g: 0.56682205, b: 0.77254903, a: 0} + - _SkyTint: {r: 0.5, g: 0.5, b: 0.5, a: 1} diff --git a/Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat.meta b/Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat.meta new file mode 100644 index 0000000..b571926 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat.meta @@ -0,0 +1,17 @@ +fileFormatVersion: 2 +guid: 987a129b6b0ab494c92ada585372f505 +timeCreated: 1574339474 +licenseType: Store +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scene/Scene Skybox.mat + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts.meta b/Assets/BOXOPHOBIC/Utils/Scripts.meta new file mode 100644 index 0000000..4739ac2 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ed82e51180550af4d81cfba54d6b3aa0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef b/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef new file mode 100644 index 0000000..afdec24 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef @@ -0,0 +1,16 @@ +{ + "name": "Boxophobic.Utils.Scripts", + "rootNamespace": "", + "references": [ + "GUID:75469ad4d38634e559750d17036d5f7c" + ], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef.meta new file mode 100644 index 0000000..dc98b44 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 825ad574da7360d4e8aea558f272972e +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Notebox.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Notebox.meta new file mode 100644 index 0000000..2234052 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Notebox.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8cc2e469e4818be468b82372f9379b04 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs b/Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs new file mode 100644 index 0000000..5cfa522 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs @@ -0,0 +1,17 @@ +using UnityEngine; + +namespace Boxophobic.Utility +{ + public class Notebox : MonoBehaviour + { +#if (UNITY_EDITOR) + [HideInInspector] + public int noteSize = 16; + [HideInInspector] + public Color noteColor = Color.white; + [TextArea(3, 5)] + [HideInInspector] + public string noteText = ""; +#endif + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs.meta new file mode 100644 index 0000000..412ca9a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 356898a958424c146b57e08ea00d6922 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: 7a0d9f99b02cc8941a235c921fbe6266, type: 3} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime.meta new file mode 100644 index 0000000..2b0d3ab --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc2014d7624d0114a8383d9748719a83 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs new file mode 100644 index 0000000..5766199 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs @@ -0,0 +1,90 @@ +#if ENABLE_INPUT_SYSTEM +#define USE_INPUT_SYSTEM +using UnityEngine.InputSystem; +#endif +using UnityEngine; + +namespace Boxophobic.Utility +{ + public class CamController : MonoBehaviour + { + public float movementSpeed = 5f; + public float accelerationMultiplier = 2f; + public float sensitivity = 2f; + private float yaw = 0f; + private float pitch = 0f; +#if USE_INPUT_SYSTEM + private InputAction moveAction; + private InputAction lookAction; + private InputAction shiftAction; +#endif + void OnEnable() + { +#if USE_INPUT_SYSTEM + var map = new InputActionMap("Cam Controller"); + lookAction = map.AddAction("look", binding: "/delta"); + moveAction = map.AddAction("move"); + shiftAction = map.AddAction("shift"); + moveAction.AddCompositeBinding("Dpad") + .With("Up", "/w") + .With("Up", "/upArrow") + .With("Down", "/s") + .With("Down", "/downArrow") + .With("Left", "/a") + .With("Left", "/leftArrow") + .With("Right", "/d") + .With("Right", "/rightArrow"); + shiftAction.AddBinding("/leftShift"); + shiftAction.AddBinding("/rightShift"); + lookAction.Enable(); + moveAction.Enable(); + shiftAction.Enable(); +#endif + } + void OnDisable() + { +#if USE_INPUT_SYSTEM + lookAction?.Disable(); + moveAction?.Disable(); + shiftAction?.Disable(); +#endif + } + void Start() + { + yaw = transform.eulerAngles.y; + float rawPitch = transform.eulerAngles.x; + // Normalize from 0-360 to -180-180 so e.g. 350 becomes -10 + pitch = rawPitch > 180f ? rawPitch - 360f : rawPitch; + } + void Update() + { + float currentSpeed = movementSpeed; + float horizontal = 0f; + float vertical = 0f; + float mouseX = 0f; + float mouseY = 0f; +#if USE_INPUT_SYSTEM + bool shifting = shiftAction.ReadValue() > 0f; + if (shifting) currentSpeed *= accelerationMultiplier; + var move = moveAction.ReadValue(); + horizontal = move.x; + vertical = move.y; + var look = lookAction.ReadValue(); + mouseX = look.x * 0.1f; + mouseY = look.y * 0.1f; +#else + bool shifting = Input.GetKey(KeyCode.LeftShift) || Input.GetKey(KeyCode.RightShift); + if (shifting) currentSpeed *= accelerationMultiplier; + horizontal = Input.GetAxis("Horizontal"); + vertical = Input.GetAxis("Vertical"); + mouseX = Input.GetAxis("Mouse X"); + mouseY = Input.GetAxis("Mouse Y"); +#endif + transform.Translate(horizontal * currentSpeed * Time.deltaTime, 0f, vertical * currentSpeed * Time.deltaTime); + yaw += sensitivity * mouseX; + pitch -= sensitivity * mouseY; + pitch = Mathf.Clamp(pitch, -90f, 90f); + transform.rotation = Quaternion.Euler(pitch, yaw, 0f); + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs.meta new file mode 100644 index 0000000..65f5109 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 195d4c9b85f7ea146aac46a389a6f08f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Runtime/CamController.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs new file mode 100644 index 0000000..51eca41 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs @@ -0,0 +1,58 @@ +//Stripped down version from https://sharpcoderblog.com/blog/unity-3d-fps-controller + +#if ENABLE_LEGACY_INPUT_MANAGER + +using UnityEngine; + +namespace Boxophobic.Utility +{ + [RequireComponent(typeof(UnityEngine.CharacterController))] + public class FPSController : MonoBehaviour + { + public float walkingSpeed = 2.0f; + public float lookSpeed = 2.0f; + public float lookXLimit = 45.0f; + + [Space(10)] + public GameObject playerCamera; + + UnityEngine.CharacterController characterController; + float rotationX = 0; + + void Start() + { + characterController = GetComponent(); + + Cursor.lockState = CursorLockMode.Locked; + Cursor.visible = false; + } + + void Update() + { + var runSpeed = 1.0f; + + if (Input.GetKey(KeyCode.LeftShift)) + { + runSpeed = 3.0f; + } + + Vector3 forward = transform.TransformDirection(Vector3.forward); + Vector3 right = transform.TransformDirection(Vector3.right); + Vector3 moveDirection = (forward * walkingSpeed * runSpeed * Input.GetAxis("Vertical")) + (right * walkingSpeed * runSpeed * Input.GetAxis("Horizontal")); + + if (characterController.isGrounded == false) + { + moveDirection += Physics.gravity; + } + + characterController.Move(moveDirection * Time.deltaTime); + + rotationX += -Input.GetAxis("Mouse Y") * lookSpeed; + rotationX = Mathf.Clamp(rotationX, -lookXLimit, lookXLimit); + playerCamera.transform.localRotation = Quaternion.Euler(rotationX, 0, 0); + transform.rotation *= Quaternion.Euler(0, Input.GetAxis("Mouse X") * lookSpeed, 0); + + } + } +} +#endif \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs.meta new file mode 100644 index 0000000..27fc417 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 14dd81840028bd24ebee23af01e480fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Runtime/FPSController.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs new file mode 100644 index 0000000..cbebcb7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs @@ -0,0 +1,34 @@ +using UnityEngine; + +namespace Boxophobic.Utility +{ + public class NPCController : MonoBehaviour + { + private float timeToChangeDirection; + Vector3 direction; + + public void Start() + { + ChangeDirection(); + } + + public void Update() + { + timeToChangeDirection -= Time.deltaTime; + + if (timeToChangeDirection <= 0) + { + ChangeDirection(); + } + + transform.Translate(direction, Space.World); + } + + private void ChangeDirection() + { + var speed = Random.Range(0.005f, 0.01f); + direction = new Vector3(Random.Range(-1f, 1f) * speed, 0, Random.Range(-1f, 1f) * speed); + timeToChangeDirection = Random.Range(0.5f, 2f); + } + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs.meta new file mode 100644 index 0000000..1f76f02 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: fb3be98ee36cd8b4f8710bbb0a16160b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Runtime/NPCController.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs new file mode 100644 index 0000000..098fc71 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs @@ -0,0 +1,120 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using Boxophobic.StyledGUI; +using UnityEngine.Rendering; +#if UNITY_EDITOR +using UnityEditor.SceneManagement; +#endif + +namespace Boxophobic.Utility +{ + [ExecuteInEditMode] + public class SceneSwitch : StyledMonoBehaviour + { + [StyledBanner("Switch")] + public bool styledBanner; + + public GameObject setupStandard; + public GameObject setupUniversal; + public GameObject setupHD; + [HideInInspector] + public GameObject objectStandard; + [HideInInspector] + public GameObject objectUniversal; + [HideInInspector] + public GameObject objectHD; + + [Space(10)] + public bool setRenderSettings; + + [Space(10)] + public Material skyboxMaterial; + [Range(0, 8)] + public float skyboxAmbient = 1; + [Range(0, 1)] + public float skyboxReflection = 1; + + [StyledSpace(5)] + public bool styledSpace; + + void OnEnable() + { + if (Application.isPlaying) + { + return; + } + + int pipeline = 0; + + if (GraphicsSettings.defaultRenderPipeline != null) + { + if (GraphicsSettings.defaultRenderPipeline.GetType().ToString().Contains("Universal")) + { + pipeline = 1; + } + + if (GraphicsSettings.defaultRenderPipeline.GetType().ToString().Contains("HD")) + { + pipeline = 2; + } + } + + if (QualitySettings.renderPipeline != null) + { + if (QualitySettings.renderPipeline.GetType().ToString().Contains("Universal")) + { + pipeline = 1; + } + + if (QualitySettings.renderPipeline.GetType().ToString().Contains("HD")) + { + pipeline = 2; + } + } + + if (pipeline == 0) + { + if (setupStandard != null && objectStandard == null) + { + objectStandard = Instantiate(setupStandard, gameObject.transform); + objectStandard.name = objectStandard.name.Replace("(Clone)", ""); + } + } + + if (pipeline == 1) + { + if (setupUniversal != null && objectUniversal == null) + { + objectUniversal = Instantiate(setupUniversal, gameObject.transform); + objectUniversal.name = objectUniversal.name.Replace("(Clone)", ""); + } + } + + if (pipeline == 2) + { + if (setupHD != null && objectHD == null) + { + objectHD = Instantiate(setupHD, gameObject.transform); + objectHD.name = objectHD.name.Replace("(Clone)", ""); + } + } + + if (setRenderSettings) + { + RenderSettings.skybox = skyboxMaterial; + RenderSettings.ambientIntensity = skyboxAmbient; + RenderSettings.reflectionIntensity = skyboxReflection; + + DynamicGI.UpdateEnvironment(); + } + +#if UNITY_EDITOR + EditorSceneManager.MarkSceneDirty(EditorSceneManager.GetActiveScene()); +#endif + } + } +} + + + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs.meta new file mode 100644 index 0000000..d007646 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs.meta @@ -0,0 +1,21 @@ +fileFormatVersion: 2 +guid: 2f8925abba486f64284bccfcd3bd4bb6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: + - turbulenceTexture: {instanceID: 0} + - arrowMesh: {fileID: 4300000, guid: f4cbcdade646b3b4098dfd993b9a6ec9, type: 3} + - arrowMaterial: {fileID: 2100000, guid: a5093d3a1e3c2b44c9af26e965a12e62, type: 2} + executionOrder: -123 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Runtime/SceneSwitch.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils.meta b/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils.meta new file mode 100644 index 0000000..17adef2 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6e76e4ecdb257a44a16b688689cb7bf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs b/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs new file mode 100644 index 0000000..9550d79 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs @@ -0,0 +1,17 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; +using Boxophobic.StyledGUI; + +namespace Boxophobic.Utility +{ + [CreateAssetMenu(fileName = "Data", menuName = "BOXOPHOBIC/Settings Data")] + public class SettingsData : StyledScriptableObject + { + [StyledBanner(0.65f, 0.65f, 0.65f, "Settings Data")] + public bool styledBanner; + + [Space] + public string data = ""; + } +} \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs.meta new file mode 100644 index 0000000..ef9126e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 93308045fbb3c5e42ba5ccb66d848632 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {fileID: 2800000, guid: 0f9def0f7e05709488f1ad256de55d9f, type: 3} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos.meta new file mode 100644 index 0000000..b0e1b4d --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 403444a7f8124ca409a8bea5d5c7c666 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs new file mode 100644 index 0000000..1884081 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs @@ -0,0 +1,113 @@ +#if UNITY_EDITOR +using UnityEditor; +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledLabelGizmo : StyledMonoBehaviour + { + public Transform basePosition; + public Transform labelPosition; + + [Space(10)] + public Object pingObject; + + public enum LabelAnchor + { + Center = 10, + Left = 20, + Right = 30, + } + + [Space(10)] + public LabelAnchor labelAnchor = LabelAnchor.Center; + + [TextArea] + public string labelText; + + bool pingable; + + void OnDrawGizmos() + { + var styleLabel = new GUIStyle(EditorStyles.whiteLabel) + { + richText = true, + alignment = UnityEngine.TextAnchor.MiddleLeft, + fontSize = 9, + }; + + if (basePosition == null) + { + basePosition = transform; + } + + if (labelPosition == null) + { + labelPosition = transform; + } + + var label = gameObject.name; + + if (labelText != null && labelText.Length != 0) + { + label = labelText; + } + + var size = styleLabel.CalcSize(new GUIContent(label)); + var offset = 0f; + + if (labelAnchor == LabelAnchor.Right) + { + offset = size.x + 6; + } + else if (labelAnchor == LabelAnchor.Center) + { + offset = (size.x + 6) / 2; + } + + Handles.color = Color.black; + GUI.color = Color.white; + + Handles.DrawLine(basePosition.position, labelPosition.position); + + Handles.BeginGUI(); + + var basePos2D = HandleUtility.WorldToGUIPoint(basePosition.position); + var labelPos2D = HandleUtility.WorldToGUIPoint(labelPosition.position); + + Handles.DrawSolidRectangleWithOutline(new Rect(labelPos2D.x - offset, labelPos2D.y - 24, size.x + 10, size.y + 10), Color.black, new Color(0, 0, 0, 0)); + + if (pingObject != null) + { + Event e = Event.current; + var mousePos = e.mousePosition; + + if (mousePos.x > labelPos2D.x - offset && mousePos.x < labelPos2D.x - offset + size.x + 8 && mousePos.y > labelPos2D.y - 24 && mousePos.y < labelPos2D.y - 24 + size.y + 8) + { + GUI.color = new Color(0.9f, 0.8f, 0.3f, 1f); + //GUI.color = new Color(0.0f, 1f, 0.6f, 1f); + + if (pingable && e.modifiers != EventModifiers.Alt) + { + EditorGUIUtility.PingObject(pingObject); + pingable = false; + } + + //if (e.button == 0 && e.isMouse && e.modifiers != EventModifiers.Alt) + //{ + // EditorGUIUtility.PingObject(pingObject); + //} + } + else + { + pingable = true; + } + } + + GUI.Label(new Rect(labelPos2D.x + 4 - offset, labelPos2D.y - 20, size.x, size.y), label, styleLabel); + + Handles.EndGUI(); + } + } +} +#endif \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs.meta new file mode 100644 index 0000000..8606a6f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: e3a24ffac8f074c4f8765c1844bb5e90 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledGizmos/StyledLabelGizmo.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector.meta new file mode 100644 index 0000000..39bdb99 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bc6ff70959ad6764794735e9368c2af0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs new file mode 100644 index 0000000..01247f3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs @@ -0,0 +1,63 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledBanner : PropertyAttribute + { + public float colorR; + public float colorG; + public float colorB; + public string title; + public string helpURL; + + public StyledBanner(string title) + { + this.colorR = -1; + this.title = title; + this.helpURL = ""; + } + + public StyledBanner(float colorR, float colorG, float colorB, string title) + { + this.colorR = colorR; + this.colorG = colorG; + this.colorB = colorB; + this.title = title; + this.helpURL = ""; + } + + // Legacy + public StyledBanner(string title, string helpURL) + { + this.colorR = -1; + this.title = title; + this.helpURL = helpURL; + } + + public StyledBanner(float colorR, float colorG, float colorB, string title, string helpURL) + { + this.colorR = colorR; + this.colorG = colorG; + this.colorB = colorB; + this.title = title; + this.helpURL = helpURL; + } + + public StyledBanner(string title, string subtitle, string helpURL) + { + this.colorR = -1; + this.title = title; + this.helpURL = helpURL; + } + + public StyledBanner(float colorR, float colorG, float colorB, string title, string subtitle, string helpURL) + { + this.colorR = colorR; + this.colorG = colorG; + this.colorB = colorB; + this.title = title; + this.helpURL = helpURL; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs.meta new file mode 100644 index 0000000..fc657ef --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 0fb089d68a8e4634390e299256c8eec7 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs new file mode 100644 index 0000000..97d3943 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs @@ -0,0 +1,28 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledButton : PropertyAttribute + { + public string text = ""; + public float top = 0; + public float down = 0; + + public StyledButton(string text) + { + this.text = text; + this.top = 0; + this.down = 0; + } + + public StyledButton(string text, float top, float down) + { + this.text = text; + this.top = top; + this.down = down; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs.meta new file mode 100644 index 0000000..75429ab --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 7c167590d9d480e438111f555c3a9d09 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs new file mode 100644 index 0000000..14f4ee3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs @@ -0,0 +1,47 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledCategory : PropertyAttribute + { + public string category; + public bool colapsable; + public string message; + public float top; + public float down; + + public StyledCategory(string category) + { + this.category = category; + this.top = 10; + this.down = 10; + this.colapsable = false; + } + + public StyledCategory(string category, float top, float down) + { + this.category = category; + this.top = top; + this.down = down; + this.colapsable = false; + } + + public StyledCategory(string category, bool colapsable, int top, int down) + { + this.category = category; + this.top = top; + this.down = down; + this.colapsable = colapsable; + } + + public StyledCategory(string category, bool colapsable, string message, int top, int down) + { + this.category = category; + this.top = top; + this.down = down; + this.colapsable = colapsable; + this.message = message; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs.meta new file mode 100644 index 0000000..adfd58b --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 6dfd994aa3f6b3944a0bd6effc2b3102 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs new file mode 100644 index 0000000..8a4e538 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs @@ -0,0 +1,17 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledDisplay : PropertyAttribute + { + public string displayName = ""; + + public StyledDisplay(string displayName) + { + this.displayName = displayName; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs.meta new file mode 100644 index 0000000..716837e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 8810eaa25fcae3f488c321efd7c48acf +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledDisplay.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs new file mode 100644 index 0000000..1c53cb7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs @@ -0,0 +1,34 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledEnum : PropertyAttribute + { + public string display = ""; + public string file = ""; + public string options = ""; + + public int top = 0; + public int down = 0; + + public StyledEnum(string file, string options, int top, int down) + { + this.file = file; + this.options = options; + + this.top = top; + this.down = down; + } + + public StyledEnum(string display, string file, string options, int top, int down) + { + this.display = display; + this.file = file; + this.options = options; + + this.top = top; + this.down = down; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs.meta new file mode 100644 index 0000000..f04f2b3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: c65df615eedc39d41bcf5191b9429056 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledEnum.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs new file mode 100644 index 0000000..54e219a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs @@ -0,0 +1,17 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledIndent : PropertyAttribute + { + public int indent; + + public StyledIndent(int indent) + { + this.indent = indent; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs.meta new file mode 100644 index 0000000..5e86ed3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: fd0e43229939f8b45bd79345e699dfcd +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs new file mode 100644 index 0000000..7e2ec33 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs @@ -0,0 +1,15 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledInteractive : PropertyAttribute + { + public StyledInteractive() + { + + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs.meta new file mode 100644 index 0000000..0286b38 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 388415cfa9bb69041a8281bc567acec5 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs new file mode 100644 index 0000000..9fbf04c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs @@ -0,0 +1,20 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledLayers : PropertyAttribute + { + public string display = ""; + public StyledLayers() + { + } + + public StyledLayers(string display) + { + this.display = display; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs.meta new file mode 100644 index 0000000..6bb2552 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 846c011559e38824090c713c729cfec1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledLayers.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs new file mode 100644 index 0000000..0c18ddc --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs @@ -0,0 +1,34 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledMask : PropertyAttribute + { + public string display = ""; + public string file = ""; + public string options = ""; + + public int top = 0; + public int down = 0; + + public StyledMask(string file, string options, int top, int down) + { + this.file = file; + this.options = options; + + this.top = top; + this.down = down; + } + + public StyledMask(string display, string file, string options, int top, int down) + { + this.display = display; + this.file = file; + this.options = options; + + this.top = top; + this.down = down; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs.meta new file mode 100644 index 0000000..3c9b219 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: e4362c0144e8a5b45be782723d2c956f +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMask.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs new file mode 100644 index 0000000..b3d7ec0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs @@ -0,0 +1,32 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledMessage : PropertyAttribute + { + public string type; + public string message; + + public float top; + public float down; + + public StyledMessage(string type, string message) + { + this.type = type; + this.message = message; + this.top = 0; + this.down = 0; + } + + public StyledMessage(string type, string message, float top, float down) + { + this.type = type; + this.message = message; + this.top = top; + this.down = down; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs.meta new file mode 100644 index 0000000..6de75c0 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: ab1d3117b9da8d7429e5ac70bd016772 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs new file mode 100644 index 0000000..e596b97 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs @@ -0,0 +1,24 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledRangeOptions : PropertyAttribute + { + public string display; + public float min; + public float max; + public string[] options; + + public StyledRangeOptions(string display, float min, float max, string[] options) + { + this.display = display; + this.min = min; + this.max = max; + + this.options = options; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs.meta new file mode 100644 index 0000000..9698feb --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: 896f8a6be3053ff4a8f322a960986af1 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs new file mode 100644 index 0000000..957ecb6 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs @@ -0,0 +1,15 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledSpace : PropertyAttribute + { + public int space; + + public StyledSpace(int space) + { + this.space = space; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs.meta new file mode 100644 index 0000000..6a1625c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: e11186e2ccd8bf44d9d8699902268c99 +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs new file mode 100644 index 0000000..4e812a7 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs @@ -0,0 +1,32 @@ +// Cristian Pop - https://boxophobic.com/ + +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledText : PropertyAttribute + { + public string text = ""; + public TextAnchor alignment = TextAnchor.MiddleCenter; + public float top = 0; + public float down = 0; + + public StyledText() + { + + } + + public StyledText(TextAnchor alignment) + { + this.alignment = alignment; + } + + public StyledText(TextAnchor alignment, float top, float down) + { + this.alignment = alignment; + this.top = top; + this.down = down; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs.meta new file mode 100644 index 0000000..c9f7dcf --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: df9ee7b5ab129dd4991f424a8d93430b +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs new file mode 100644 index 0000000..70c5e4d --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs @@ -0,0 +1,20 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledTexturePreview : PropertyAttribute + { + public string displayName = ""; + + public StyledTexturePreview() + { + this.displayName = ""; + } + + public StyledTexturePreview(string displayName) + { + this.displayName = displayName; + } + } +} + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs.meta new file mode 100644 index 0000000..121276c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs.meta @@ -0,0 +1,19 @@ +fileFormatVersion: 2 +guid: b33fc29a1077eff40880c4d54b57136c +timeCreated: 1544997099 +licenseType: Store +MonoImporter: + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono.meta new file mode 100644 index 0000000..487e989 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f63be0ef87c33194f93e6d7cf0dde8bd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs new file mode 100644 index 0000000..28419fe --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs @@ -0,0 +1,9 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledMonoBehaviour : MonoBehaviour + { + + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs.meta new file mode 100644 index 0000000..1fe7a2c --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 0003a5bea05764747b05fa096a075848 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs new file mode 100644 index 0000000..6cda6a3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs @@ -0,0 +1,9 @@ +using UnityEngine; + +namespace Boxophobic.StyledGUI +{ + public class StyledScriptableObject : ScriptableObject + { + + } +} diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs.meta new file mode 100644 index 0000000..8962e90 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 528a63c4c58b58a4ca3927eec830c596 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Utility.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Utility.meta new file mode 100644 index 0000000..7cb58ac --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Utility.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e594f17299140914fa2d3aff0dfa2ec0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs b/Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs new file mode 100644 index 0000000..b125edb --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs @@ -0,0 +1,1487 @@ +// Cristian Pop - https://boxophobic.com/ + +using System.Globalization; +using System.IO; +using System.Linq; +using System.Text; + +#if UNITY_EDITOR +using UnityEditor; +#endif +using UnityEngine; +using UnityEngine.Rendering; + +namespace Boxophobic.Utility +{ + public static class BoxoUtils + { + public static ProjectData GetProjectData() + { + const string minimumVersionFor2021_3 = "2021.3.35"; + const string minimumVersionFor2022_3 = "2022.3.18"; + const string minimumVersionFor6000_0 = "6000.0.23"; + const string minimumVersionFor6000_1 = "6000.1.0"; + const string minimumVersionFor6000_2 = "6000.2.0"; + const string minimumVersionFor6000_3 = "6000.3.0"; + const string minimumVersionFor6000_4 = "6000.4.0"; + + var projectData = new ProjectData(); + + string pipeline = "Standard"; + + if (GraphicsSettings.defaultRenderPipeline != null) + { + if (GraphicsSettings.defaultRenderPipeline.GetType().ToString().Contains("Universal")) + { + pipeline = "Universal"; + } + + if (GraphicsSettings.defaultRenderPipeline.GetType().ToString().Contains("HD")) + { + pipeline = "High Definition"; + } + } + + if (QualitySettings.renderPipeline != null) + { + if (QualitySettings.renderPipeline.GetType().ToString().Contains("Universal")) + { + pipeline = "Universal"; + } + + if (QualitySettings.renderPipeline.GetType().ToString().Contains("HD")) + { + pipeline = "High Definition"; + } + } + + projectData.pipeline = pipeline; + + var version = Application.unityVersion; + + if (version.Contains("a") || version.Contains("b")) + { + projectData.isAlphaOrBetaRelease = true; + } + + version = version.Replace("f", "x").Replace("a", "x").Replace("b", "x"); + + if (pipeline != "Standard") + { + var versionSplit = version.Split("."); + + var version0 = int.Parse(versionSplit[0], CultureInfo.InvariantCulture); + var version1 = int.Parse(versionSplit[1], CultureInfo.InvariantCulture); + var version2Split = versionSplit[2].Split("x"); + var version2 = int.Parse(version2Split[0], CultureInfo.InvariantCulture); + + //if (version0 == 2021) + //{ + // var minimumSplit = minimumVersionFor2021_3.Split("."); + // var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + // if (version1 != 3) + // { + // projectData.isSupported = false; + // } + // else + // { + // if (version2 < minimum2) + // { + // projectData.isSupported = false; + // } + // } + + // projectData.package = "2021.3+"; + //} + + if (version0 == 2022) + { + var minimumSplit = minimumVersionFor2022_3.Split("."); + var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + if (version1 != 3) + { + projectData.isSupported = false; + } + else + { + if (version2 < minimum2) + { + projectData.isSupported = false; + } + } + + projectData.package = "2022.3+"; + } + + if (version0 == 6000) + { + if (version1 == 0) + { + var minimumSplit = minimumVersionFor6000_0.Split("."); + var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + if (version2 < minimum2) + { + projectData.isSupported = false; + } + + projectData.package = "6000.0+"; + } + + if (version1 == 1) + { + var minimumSplit = minimumVersionFor6000_1.Split("."); + var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + if (version2 < minimum2) + { + projectData.isSupported = false; + } + + projectData.isTechRelease = true; + + projectData.package = "6000.1+"; + } + + if (version1 == 2) + { + var minimumSplit = minimumVersionFor6000_2.Split("."); + var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + if (version2 < minimum2) + { + projectData.isSupported = false; + } + + projectData.isTechRelease = true; + + projectData.package = "6000.2+"; + } + + if (version1 == 3) + { + var minimumSplit = minimumVersionFor6000_2.Split("."); + var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + if (version2 < minimum2) + { + projectData.isSupported = false; + } + + projectData.package = "6000.3+"; + } + + if (version1 == 4) + { + var minimumSplit = minimumVersionFor6000_2.Split("."); + var minimum2 = int.Parse(minimumSplit[2], CultureInfo.InvariantCulture); + + if (version2 < minimum2) + { + projectData.isSupported = false; + } + + projectData.isTechRelease = true; + + projectData.package = "6000.4+"; + } + } + + var minimum = minimumVersionFor2021_3; + + if (version0 == 2022) + { + minimum = minimumVersionFor2022_3; + } + + if (version0 == 6000) + { + minimum = minimumVersionFor6000_0; + } + + if (version0 == 6001) + { + minimum = minimumVersionFor6000_1; + } + + if (version0 == 6002) + { + minimum = minimumVersionFor6000_2; + } + + if (version0 == 6003) + { + minimum = minimumVersionFor6000_3; + } + + if (version0 == 6004) + { + minimum = minimumVersionFor6000_4; + } + + projectData.minimum = minimum; + } + + return projectData; + } + + public static string GetProjectPipeline() + { + string pipeline = "Standard"; + + if (GraphicsSettings.defaultRenderPipeline != null) + { + if (GraphicsSettings.defaultRenderPipeline.GetType().ToString().Contains("Universal")) + { + pipeline = "Universal"; + } + + if (GraphicsSettings.defaultRenderPipeline.GetType().ToString().Contains("HD")) + { + pipeline = "High Definition"; + } + } + + if (QualitySettings.renderPipeline != null) + { + if (QualitySettings.renderPipeline.GetType().ToString().Contains("Universal")) + { + pipeline = "Universal"; + } + + if (QualitySettings.renderPipeline.GetType().ToString().Contains("HD")) + { + pipeline = "High Definition"; + } + } + + return pipeline; + } + + // Material Utils + public static void SetMaterialBool(Material material, string valueProp, string internalProp) + { + if (material.HasProperty(valueProp)) + { + var value = material.GetFloat(valueProp); + + if (value > 0) + { + material.SetInt(internalProp, 1); + } + else + { + material.SetInt(internalProp, 0); + } + } + } + + public static void SetMaterialInt(Material material, string valueProp, string internalProp) + { + if (material.HasProperty(valueProp)) + { + material.SetInt(internalProp, material.GetInt(valueProp)); + } + } + + public static void SetMaterialFloat(Material material, string valueProp, string internalProp) + { + if (material.HasProperty(valueProp)) + { + material.SetFloat(internalProp, material.GetFloat(valueProp)); + } + } + + public static void SetMaterialVector(Material material, string valueProp, string internalProp) + { + if (material.HasProperty(valueProp)) + { + material.SetVector(internalProp, material.GetVector(valueProp)); + } + } + + public static void SetMaterialTexture(Material material, string valueProp, string internalProp) + { + if (material.HasProperty(valueProp)) + { + material.SetTexture(internalProp, material.GetTexture(valueProp)); + } + } + + public static void SetMaterialCoords(Material material, string modeProp, string valueProp, string internalProp) + { + if (material.HasProperty(modeProp) && material.HasProperty(valueProp)) + { + var mode = material.GetInt(modeProp); + var value = material.GetVector(valueProp); + + if (mode == 0) + { + material.SetVector(internalProp, value); + } + else if (mode == 1) + { + material.SetVector(internalProp, new Vector4(1 / value.x, 1 / value.y, value.z, value.w)); + } + } + } + + public static void SetMaterialBounds(Material material, string modeProp, string valueProp, string internalProp) + { + var offset = 0.0f; + + if (material.HasProperty(modeProp) && material.HasProperty(valueProp)) + { + var mode = material.GetInt(modeProp); + + if (mode == 1) + { + offset = 0.5f; + } + + var value = material.GetVector(valueProp); + var scale = new Vector2(1 / value.z, 1 / value.w); + var pos = new Vector2(value.x * scale.x - offset, value.y * scale.y - offset) * -1; + + material.SetVector(internalProp, new Vector4(scale.x, scale.y, pos.x, pos.y)); + } + } + + public static void SetMaterialOptions(Material material, string modeProp, string valueProp) + { + if (material.HasProperty(modeProp)) + { + var mode = material.GetInt(modeProp); + + if (mode == 0) + { + material.SetVector(valueProp, new Vector4(1, 0, 0, 0)); + } + else if (mode == 1) + { + material.SetVector(valueProp, new Vector4(0, 1, 0, 0)); + } + else if (mode == 2) + { + material.SetVector(valueProp, new Vector4(0, 0, 1, 0)); + } + else if (mode == 3) + { + material.SetVector(valueProp, new Vector4(0, 0, 0, 1)); + } + } + } + + public static void SetMaterialOptions(Material material, string modeProp, string valuePropA, string valuePropB) + { + if (material.HasProperty(modeProp)) + { + var mode = material.GetInt(modeProp); + + if (mode == 0) + { + material.SetVector(valuePropA, new Vector4(1, 0, 0, 0)); + material.SetVector(valuePropB, Vector4.zero); + } + else if (mode == 1) + { + material.SetVector(valuePropA, new Vector4(0, 1, 0, 0)); + material.SetVector(valuePropB, Vector4.zero); + } + else if (mode == 2) + { + material.SetVector(valuePropA, new Vector4(0, 0, 1, 0)); + material.SetVector(valuePropB, Vector4.zero); + } + else if (mode == 3) + { + material.SetVector(valuePropA, new Vector4(0, 0, 0, 1)); + material.SetVector(valuePropB, Vector4.zero); + } + else if (mode == 4) + { + material.SetVector(valuePropA, Vector4.zero); + material.SetVector(valuePropB, new Vector4(1, 0, 0, 0)); + } + else if (mode == 5) + { + material.SetVector(valuePropA, Vector4.zero); + material.SetVector(valuePropB, new Vector4(0, 1, 0, 0)); + } + else if (mode == 6) + { + material.SetVector(valuePropA, Vector4.zero); + material.SetVector(valuePropB, new Vector4(0, 0, 1, 0)); + } + else if (mode == 7) + { + material.SetVector(valuePropA, Vector4.zero); + material.SetVector(valuePropB, new Vector4(0, 0, 0, 1)); + } + } + } + + public static void SetMaterialBackface(Material material, string modeProp, string valueProp) + { + if (material.HasProperty(modeProp)) + { + // None 0 / Flip 1 / Mirror 2 + var mode = material.GetInt(modeProp); + + if (mode == 0) + { + material.SetVector(valueProp, new Vector4(1, 1, 1, 0)); + } + else if (mode == 1) + { + material.SetVector(valueProp, new Vector4(-1, -1, -1, 0)); + } + else if (mode == 2) + { + material.SetVector(valueProp, new Vector4(1, 1, -1, 0)); + } + } + } + + public static void SetMaterialBackfaceLegacy(Material material, string modeProp, string valueProp) + { + if (material.HasProperty(modeProp)) + { + // Flip 0 / Mirror 1 / None 2 + var mode = material.GetInt(modeProp); + + if (mode == 0) + { + material.SetVector(valueProp, new Vector4(-1, -1, -1, 0)); + } + else if (mode == 1) + { + material.SetVector(valueProp, new Vector4(1, 1, -1, 0)); + } + else if (mode == 2) + { + material.SetVector(valueProp, new Vector4(1, 1, 1, 0)); + } + } + } + + public static void SetMaterialReciprocal(Material material, string valueProp) + { + if (material.HasProperty(valueProp)) + { + var value = material.GetVector(valueProp); + + material.SetVector(valueProp, new Vector4(value.x, value.y, 1 / (value.y - value.x), value.w)); + } + } + + public static void SetMaterialKeyword(Material material, string keyword, bool enable) + { + if (enable) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + + public static void SetMaterialKeyword(Material material, string property, string keyword) + { + if (material.HasFloat(property)) + { + var mode = material.GetFloat(property); + + if (mode == 0) + { + material.DisableKeyword(keyword); + } + else + { + material.EnableKeyword(keyword); + } + } + } + + public static void SetMaterialKeyword(Material material, string property, string[] keywords) + { + if (material.HasFloat(property)) + { + var mode = material.GetFloat(property); + + for (int i = 0; i < keywords.Length; i++) + { + if (i == mode) + { + material.EnableKeyword(keywords[i]); + } + else + { + material.DisableKeyword(keywords[i]); + } + } + } + } + + public static void SetMaterialKeyword(Material material, string parent, string property, string keyword) + { + if (material.HasFloat(parent) && material.HasFloat(property)) + { + var parentMode = material.GetFloat(parent); + + if (parentMode > 0) + { + var propertyMode = material.GetFloat(property); + + if (propertyMode == 0) + { + material.DisableKeyword(keyword); + } + else + { + material.EnableKeyword(keyword); + } + } + else + { + material.DisableKeyword(keyword); + } + } + } + + public static void SetMaterialKeyword(Material material, string parent, string property, string[] keywords) + { + if (material.HasFloat(parent) && material.HasFloat(property)) + { + var parentMode = material.GetFloat(parent); + + if (parentMode > 0) + { + var propertyMode = material.GetFloat(property); + + for (int i = 0; i < keywords.Length; i++) + { + if (i == propertyMode) + { + material.EnableKeyword(keywords[i]); + } + else + { + material.DisableKeyword(keywords[i]); + } + } + } + else + { + for (int i = 0; i < keywords.Length; i++) + { + material.DisableKeyword(keywords[i]); + } + } + } + } + + public static void SetMaterialKeyword(Material material, bool allParentsOn, string[] parents, string property, string keyword) + { + bool parentsMode = false; + float propertyMode = 0; + + if (allParentsOn) + { + int enableCount = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + if (material.GetFloat(parent) > 0) + { + enableCount++; + } + } + } + + if (parents.Length == enableCount) + { + parentsMode = true; + } + } + else + { + float enableFloat = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + enableFloat += material.GetFloat(parent); + } + } + + if (enableFloat > 0) + { + parentsMode = true; + } + } + + if (material.HasProperty(property)) + { + propertyMode = material.GetFloat(property); + } + + if (parentsMode && propertyMode > 0) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + + public static void SetMaterialKeyword(Material material, bool allParentsOn, string[] parents, string property, string[] keywords) + { + bool parentsMode = false; + + if (allParentsOn) + { + int enableCount = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + if (material.GetFloat(parent) > 0) + { + enableCount++; + } + } + } + + if (parents.Length == enableCount) + { + parentsMode = true; + } + } + else + { + float enableFloat = 0; + + for (int i = 0; i < parents.Length; i++) + { + var parent = parents[i]; + + if (material.HasProperty(parent)) + { + enableFloat += material.GetFloat(parent); + } + } + + if (enableFloat > 0) + { + parentsMode = true; + } + } + + if (material.HasFloat(property)) + { + if (parentsMode) + { + var propertyMode = material.GetInt(property); + + for (int i = 0; i < keywords.Length; i++) + { + if (i == propertyMode) + { + material.EnableKeyword(keywords[i]); + } + else + { + material.DisableKeyword(keywords[i]); + } + } + } + else + { + for (int i = 0; i < keywords.Length; i++) + { + material.DisableKeyword(keywords[i]); + } + } + } + } + + public static void SetMaterialKeyword(Material material, bool allParentsOn, string[] properties, string keyword) + { + bool parentMode = false; + + if (allParentsOn) + { + int enableCount = 0; + + for (int i = 0; i < properties.Length; i++) + { + var property = properties[i]; + + if (material.HasProperty(property)) + { + if (material.GetFloat(property) > 0) + { + enableCount++; + } + } + } + + if (properties.Length == enableCount) + { + parentMode = true; + } + } + else + { + float enableFloat = 0; + + for (int i = 0; i < properties.Length; i++) + { + var property = properties[i]; + + if (material.HasProperty(property)) + { + enableFloat += material.GetFloat(property); + } + } + + if (enableFloat > 0) + { + parentMode = true; + } + } + + if (parentMode) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + + public static void SetMaterialKeywordInverted(Material material, string property, string keyword) + { + if (material.HasFloat(property)) + { + var mode = material.GetFloat(property); + + if (mode == 0) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + } + + public static void SetMaterialKeywordByTexture(Material material, string property, string keyword) + { + if (IsMaterialTextureUsed(material, property)) + { + material.EnableKeyword(keyword); + } + else + { + material.DisableKeyword(keyword); + } + } + + public static void SetMaterialTextureSpace(Material material, string texProp, string spaceProp) + { + var spaceMode = 0; + + if (material.HasTexture(texProp)) + { + var texture = material.GetTexture(texProp); + + if (texture != null) + { + if (texture.isDataSRGB) + { + spaceMode = 1; + } + } + } + + material.SetFloat(spaceProp, spaceMode); + } + + public static float GetMaterialFloat(Material material, string property, float defaultValue) + { + float value = defaultValue; + + if (material.HasFloat(property)) + { + value = material.GetFloat(property); + } + + return value; + } + + public static float GetMaterialFloat(Material material, string property) + { + return GetMaterialFloat(material, property, 0); + } + + public static int GetMaterialInt(Material material, string property, int defaultValue) + { + int value = defaultValue; + + if (material.HasFloat(property)) + { + value = material.GetInt(property); + } + + return value; + } + + public static int GetMaterialInt(Material material, string property) + { + return GetMaterialInt(material, property, 0); + } + + public static Texture GetMaterialTexture(Material material, string property) + { + Texture value = null; + + if (material.HasTexture(property)) + { + value = material.GetTexture(property); + } + + return value; + } + + public static bool IsMaterialTextureUsed(Material material, string property) + { + bool value = false; + + if (material.HasTexture(property)) + { + if (material.GetTexture(property) != null) + { + value = true; + } + } + + return value; + } + + // Math Utils + public static float MathRemap(float value, float minOld, float maxOld, float minNew, float maxNew) + { + return minNew + (value - minOld) * (maxNew - minNew) / (maxOld - minOld); + } + + public static float MathRemap(float value, float minOld, float maxOld) + { + return (value - minOld) / (maxOld - minOld); + } + + public static float MathVector2ToFloat(float x, float y) + { + Vector2 output; + + output.x = Mathf.Floor(x * (2048 - 1)); + output.y = Mathf.Floor(y * (2048 - 1)); + + return (output.x * 2048) + output.y; + } + + public static Vector2 MathFloatFromVector2(float input) + { + Vector2 output; + + output.y = input % 2048f; + output.x = Mathf.Floor(input / 2048f); + + return output / (2048f - 1); + } + + // Text Utils + public static string FormatMessage(string message) + { + if (string.IsNullOrEmpty(message)) + { + return ""; + } + + var sb = new StringBuilder(message.Length); + + for (int i = 0; i < message.Length; i++) + { + if (i < message.Length - 2) + { + string token = message.Substring(i, 3); + + switch (token) + { + case "MIN": sb.Append('-'); i += 2; continue; + case "PLU": sb.Append('+'); i += 2; continue; + case "NEW": sb.Append('\n'); i += 2; continue; + case "EXC": sb.Append('!'); i += 2; continue; + case "COL": sb.Append(':'); i += 2; continue; + case "APS": sb.Append('\''); i += 2; continue; + case "QUO": sb.Append('"'); i += 2; continue; + case "SLH": sb.Append('/'); i += 2; continue; + case "OPA": sb.Append('('); i += 2; continue; + case "CPA": sb.Append(')'); i += 2; continue; + case "LAR": sb.Append('<'); i += 2; continue; + case "RAR": sb.Append('>'); i += 2; continue; + case "EQU": sb.Append('='); i += 2; continue; + case "HAS": sb.Append('#'); i += 2; continue; + case "AST": sb.Append('*'); i += 2; continue; + case "BUL": sb.Append('◦'); i += 2; continue; + } + } + + if (i < message.Length - 1) + { + string token2 = message.Substring(i, 2); + if (token2 == "__") { sb.Append(','); i++; continue; } + } + + sb.Append(message[i]); + } + + return sb.ToString(); + } + + public static string FormatMessageReverse(string message) + { + if (string.IsNullOrEmpty(message)) + { + return ""; + } + + var sb = new StringBuilder(message.Length); + + foreach (char c in message) + { + switch (c) + { + case '-': sb.Append("MIN"); break; + case '+': sb.Append("PLU"); break; + case '\n': sb.Append("NEW"); break; + case '!': sb.Append("EXC"); break; + case ':': sb.Append("COL"); break; + case '\'': sb.Append("APS"); break; + case '"': sb.Append("QUO"); break; + case '/': sb.Append("SLH"); break; + case '(': sb.Append("OPA"); break; + case ')': sb.Append("CPA"); break; + case '<': sb.Append("LAR"); break; + case '>': sb.Append("RAR"); break; + case '=': sb.Append("EQU"); break; + case '#': sb.Append("HAS"); break; + case '*': sb.Append("AST"); break; + case '◦': sb.Append("BUL"); break; + case ',': sb.Append("__"); break; + default: sb.Append(c); break; + } + } + + return sb.ToString(); + } + +#if UNITY_EDITOR + public static float GetMaterialSerializedFloat(Material material, string internalName, float defaultValue) + { + float value = defaultValue; + + if (EditorUtility.IsPersistent(material)) + { + var so = new SerializedObject(material); + var itr = so.GetIterator(); + + while (itr.Next(true)) + { + if (itr.displayName == internalName) + { + if (itr.hasChildren) + { + var itrC = itr.Copy(); + itrC.Next(true); //Walk into child ("First") + itrC.Next(false); //Walk into sibling ("Second") + + value = itrC.floatValue; + } + } + } + } + + return value; + } + + public static Vector4 GetMaterialSerializedVector(Material material, string internalName, Vector4 defaultValue) + { + Vector4 value = defaultValue; + + if (EditorUtility.IsPersistent(material)) + { + var so = new SerializedObject(material); + var itr = so.GetIterator(); + + while (itr.Next(true)) + { + if (itr.displayName == internalName) + { + if (itr.hasChildren) + { + var itrC = itr.Copy(); + itrC.Next(true); //Walk into child ("First") + itrC.Next(false); //Walk into sibling ("Second") + + value = itrC.colorValue; + } + } + } + } + + return value; + } + + public static Vector4 GetMaterialSerializedVector(Material material, string internalNameMin, string internalNameMax, Vector4 defaultValue) + { + Vector4 value = defaultValue; + + value.x = GetMaterialSerializedFloat(material, internalNameMin, 0); + value.y = GetMaterialSerializedFloat(material, internalNameMax, 1); + + if (value.x > value.y) + { + value.w = 1; + } + + return value; + } + + public static Texture2D GetMaterialSerializedTexture(Material material, string internalName, Texture2D defaultValue) + { + Texture2D value = defaultValue; + + if (EditorUtility.IsPersistent(material)) + { + var so = new SerializedObject(material); + var itr = so.GetIterator(); + + while (itr.Next(true)) + { + if (itr.displayName == internalName) + { + if (itr.hasChildren) + { + var itrC = itr.Copy(); + itrC.Next(true); //Walk into child ("First") + itrC.Next(false); //Walk into sibling ("Second") + + if (itrC.hasChildren) + { + var itrT = itrC.Copy(); + itrT.Next(true); //Walk into child ("First") + value = (Texture2D)itrT.objectReferenceValue; + } + } + } + } + } + + return value; + } + + public static bool IsShaderGUIPropertyHidden(MaterialProperty property) + { +#if UNITY_6000_2_OR_NEWER + if (property.propertyFlags == UnityEngine.Rendering.ShaderPropertyFlags.HideInInspector) +#else + if (property.flags == MaterialProperty.PropFlags.HideInInspector) +#endif + { + return true; + } + else + { + return false; + } + } + + public static bool IsShaderGUIPropertyTexture(MaterialProperty property) + { +#if UNITY_6000_2_OR_NEWER + if (property.propertyType == UnityEngine.Rendering.ShaderPropertyType.Texture) +#else + if (property.type == MaterialProperty.PropType.Texture) +#endif + { + return true; + } + else + { + return false; + } + } + + public static bool IsShaderGUIPropertyFloat(MaterialProperty property) + { +#if UNITY_6000_2_OR_NEWER + if (property.propertyType == UnityEngine.Rendering.ShaderPropertyType.Float || property.propertyType == UnityEngine.Rendering.ShaderPropertyType.Int || property.propertyType == UnityEngine.Rendering.ShaderPropertyType.Range) +#else + if (property.type == MaterialProperty.PropType.Float || property.type == MaterialProperty.PropType.Int || property.type == MaterialProperty.PropType.Range) +#endif + { + return true; + } + else + { + return false; + } + } + + public static bool IsShaderGUIPropertyVector(MaterialProperty property) + { +#if UNITY_6000_2_OR_NEWER + if (property.propertyType == UnityEngine.Rendering.ShaderPropertyType.Vector || property.propertyType == UnityEngine.Rendering.ShaderPropertyType.Color) +#else + if (property.type == MaterialProperty.PropType.Vector || property.type == MaterialProperty.PropType.Color) +#endif + { + return true; + } + else + { + return false; + } + } + + public static int GetShaderPropertyCount(Shader shader) + { +#if UNITY_6000_2_OR_NEWER + return shader.GetPropertyCount(); +#else + return ShaderUtil.GetPropertyCount(shader); +#endif + } + + public static string GetShaderPropertyName(Shader shader, int index) + { +#if UNITY_6000_2_OR_NEWER + return shader.GetPropertyName(index); +#else + return ShaderUtil.GetPropertyName(shader, index); +#endif + } + + public static ShaderPropertyType GetShaderPropertyType(Shader shader, int index) + { +#if UNITY_6000_2_OR_NEWER + return shader.GetPropertyType(index); +#else + return (ShaderPropertyType)ShaderUtil.GetPropertyType(shader, index); +#endif + } + + + public static string GetAssetFolder(string searchFile, string defaultPath) + { + + var folder = FindAsset(searchFile); + folder = folder.Replace("/" + searchFile, ""); + + if (folder == "") + { + folder = defaultPath; + } + + return folder; + } + + public static string GetUserFolder() + { + if (!Directory.Exists(BoxoGlobals.userFolder)) + { + string[] guids = AssetDatabase.FindAssets("t:DefaultAsset " + "BOXOPHOBIC+"); + + foreach (string guid in guids) + { + string path = AssetDatabase.GUIDToAssetPath(guid); + + if (AssetDatabase.IsValidFolder(path) && Path.GetFileName(path) == "BOXOPHOBIC+") + { + BoxoGlobals.userFolder = path; + } + } + } + + return BoxoGlobals.userFolder; + } + + public static string[] FindAssets(string filter, bool sort) + { + var assetPaths = AssetDatabase.FindAssets("glob:\"" + filter + "\""); + + if (sort) + { + assetPaths = assetPaths.OrderBy(f => new FileInfo(f).Name).ToArray(); + } + + for (int i = 0; i < assetPaths.Length; i++) + { + assetPaths[i] = AssetDatabase.GUIDToAssetPath(assetPaths[i]); + } + + return assetPaths; + } + + public static string FindAsset(string filter) + { + var assetPath = ""; + + var assetGUIDs = AssetDatabase.FindAssets("glob:\"" + filter + "\""); + + if (assetGUIDs != null && assetGUIDs.Length > 0) + { + assetPath = AssetDatabase.GUIDToAssetPath(assetGUIDs[0]); + } + + return assetPath; + } + + public static void SetDefineSymbol(string symbol) + { +#if UNITY_2023_1_OR_NEWER + BuildTarget buildTarget = EditorUserBuildSettings.activeBuildTarget; + BuildTargetGroup targetGroup = BuildPipeline.GetBuildTargetGroup(buildTarget); + var namedBuildTarget = UnityEditor.Build.NamedBuildTarget.FromBuildTargetGroup(targetGroup); + var defineSymbols = PlayerSettings.GetScriptingDefineSymbols(namedBuildTarget); +#else + var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup); +#endif + + if (!defineSymbols.Contains(symbol)) + { + defineSymbols += ";" + symbol + ";"; + +#if UNITY_2023_1_OR_NEWER + PlayerSettings.SetScriptingDefineSymbols(namedBuildTarget, defineSymbols); +#else + PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, defineSymbols); +#endif + } + } + + public static void SetDefineSymbols(string[] symbols) + { +#if UNITY_2023_1_OR_NEWER + BuildTarget buildTarget = EditorUserBuildSettings.activeBuildTarget; + BuildTargetGroup targetGroup = BuildPipeline.GetBuildTargetGroup(buildTarget); + var namedBuildTarget = UnityEditor.Build.NamedBuildTarget.FromBuildTargetGroup(targetGroup); + var defineSymbols = PlayerSettings.GetScriptingDefineSymbols(namedBuildTarget); +#else + var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup); +#endif + + for (int i = 0; i < symbols.Length; i++) + { + var symbol = symbols[i]; + + if (!defineSymbols.Contains(symbol)) + { + defineSymbols += ";" + symbol + ";"; + +#if UNITY_2023_1_OR_NEWER + PlayerSettings.SetScriptingDefineSymbols(namedBuildTarget, defineSymbols); +#else + PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, defineSymbols); +#endif + } + } + } + + public static void SetDefineSymbol(string symbol, string version) + { +#if UNITY_2023_1_OR_NEWER + BuildTarget buildTarget = EditorUserBuildSettings.activeBuildTarget; + BuildTargetGroup targetGroup = BuildPipeline.GetBuildTargetGroup(buildTarget); + var namedBuildTarget = UnityEditor.Build.NamedBuildTarget.FromBuildTargetGroup(targetGroup); + var defineSymbols = PlayerSettings.GetScriptingDefineSymbols(namedBuildTarget); +#else + var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup); +#endif + + var defineSymbolsSplit = defineSymbols.Split(";"); + + var newDefineSymbols = ""; + + var versionFormat = symbol + "_V"; + var versionSymbol = symbol + "_V" + version; + + for (int i = 0; i < defineSymbolsSplit.Length; i++) + { + var define = defineSymbolsSplit[i]; + + if (define.Contains(versionFormat)) + { + defineSymbolsSplit[i] = versionSymbol; + } + + newDefineSymbols = newDefineSymbols + defineSymbolsSplit[i] + ";"; + } + + if (!newDefineSymbols.Contains(symbol)) + { + newDefineSymbols = newDefineSymbols + symbol + ";"; + } + + if (!newDefineSymbols.Contains(versionFormat)) + { + newDefineSymbols = newDefineSymbols + versionSymbol + ";"; + } + +#if UNITY_2023_1_OR_NEWER + PlayerSettings.SetScriptingDefineSymbols(namedBuildTarget, newDefineSymbols); +#else + PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, newDefineSymbols); +#endif + } + + public static void RemoveDefineSymbol(string symbol) + { +#if UNITY_2023_1_OR_NEWER + BuildTarget buildTarget = EditorUserBuildSettings.activeBuildTarget; + BuildTargetGroup targetGroup = BuildPipeline.GetBuildTargetGroup(buildTarget); + var namedBuildTarget = UnityEditor.Build.NamedBuildTarget.FromBuildTargetGroup(targetGroup); + var defineSymbols = PlayerSettings.GetScriptingDefineSymbols(namedBuildTarget); +#else + var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup); +#endif + + defineSymbols = defineSymbols.Replace(symbol + ";", ""); + defineSymbols = defineSymbols.Replace(symbol, ""); // define symbol is the last + +#if UNITY_2023_1_OR_NEWER + PlayerSettings.SetScriptingDefineSymbols(namedBuildTarget, defineSymbols); +#else + PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, defineSymbols); +#endif + + } + + public static void RemoveDefineSymbols(string[] symbols) + { +#if UNITY_2023_1_OR_NEWER + BuildTarget buildTarget = EditorUserBuildSettings.activeBuildTarget; + BuildTargetGroup targetGroup = BuildPipeline.GetBuildTargetGroup(buildTarget); + var namedBuildTarget = UnityEditor.Build.NamedBuildTarget.FromBuildTargetGroup(targetGroup); + var defineSymbols = PlayerSettings.GetScriptingDefineSymbols(namedBuildTarget); +#else + var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup); +#endif + + for (int i = 0; i < symbols.Length; i++) + { + var symbol = symbols[i]; + + defineSymbols = defineSymbols.Replace(symbol + ";", ""); + defineSymbols = defineSymbols.Replace(symbol, ""); // define symbol is the last + +#if UNITY_2023_1_OR_NEWER + PlayerSettings.SetScriptingDefineSymbols(namedBuildTarget, defineSymbols); +#else + PlayerSettings.SetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup, defineSymbols); +#endif + } + } + + public static bool HasDefineSymbol(string symbol) + { + bool hasSymbol = false; + +#if UNITY_2023_1_OR_NEWER + BuildTarget buildTarget = EditorUserBuildSettings.activeBuildTarget; + BuildTargetGroup targetGroup = BuildPipeline.GetBuildTargetGroup(buildTarget); + var namedBuildTarget = UnityEditor.Build.NamedBuildTarget.FromBuildTargetGroup(targetGroup); + var defineSymbols = PlayerSettings.GetScriptingDefineSymbols(namedBuildTarget); +#else + var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(EditorUserBuildSettings.selectedBuildTargetGroup); +#endif + + if (defineSymbols.Contains(symbol)) + { + hasSymbol = true; + } + + return hasSymbol; + } +#endif + + //Misc Utils + public static void DestryObject(UnityEngine.Object objectToDestory) + { +#if UNITY_EDITOR + if (Application.isPlaying) + { + UnityEngine.Object.Destroy(objectToDestory); + } + else + { + UnityEngine.Object.DestroyImmediate(objectToDestory); + } +#else + UnityEngine.Object.Destroy(objectToDestory); +#endif + } + + public static bool DisableServerExecution() + { +#if UNITY_SERVER + return true; +#else + return Application.isBatchMode || + SystemInfo.graphicsDeviceType == UnityEngine.Rendering.GraphicsDeviceType.Null; +#endif + } + + public class BoxoGlobals + { + public static string userFolder = "Assets/BOXOPHOBIC+"; + } + + [System.Serializable] + public class ProjectData + { + public string pipeline = ""; + public string minimum = ""; + public string package = ""; + public bool isSupported = true; + public bool isTechRelease = false; + public bool isAlphaOrBetaRelease = false; + + public ProjectData() + { + + } + } + } +} + + + diff --git a/Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs.meta b/Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs.meta new file mode 100644 index 0000000..ca3f987 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: 4cd9cd113f44b044686ee05820fc753e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Scripts/Utility/Utility.cs + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Settings.meta b/Assets/BOXOPHOBIC/Utils/Settings.meta new file mode 100644 index 0000000..fb85238 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7ad89b82514b06408ff6b92598c5779 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr b/Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr new file mode 100644 index 0000000..7f94e65 Binary files /dev/null and b/Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr differ diff --git a/Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr.meta b/Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr.meta new file mode 100644 index 0000000..d651dec --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr.meta @@ -0,0 +1,107 @@ +fileFormatVersion: 2 +guid: d8f8e3d7fed9c834b9feeb32026dff3e +TextureImporter: + fileIDToRecycleName: + 8900000: generatedCubemap + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Settings/HD Sky.exr + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset new file mode 100644 index 0000000..a501f64 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset @@ -0,0 +1,572 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7925493555633639246 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 32b6af8f7ad32324cb6941c3290e5895, type: 3} + m_Name: MicroShadowing + m_EditorClassIdentifier: + active: 0 + enable: + m_OverrideState: 1 + m_Value: 1 + opacity: + m_OverrideState: 1 + m_Value: 0 +--- !u!114 &-3731284508057267812 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 24f077503be6ae942a1e1245dbd53ea9, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + quality: + m_OverrideState: 1 + m_Value: 2 + threshold: + m_OverrideState: 1 + m_Value: 1.1 + intensity: + m_OverrideState: 1 + m_Value: 1 + scatter: + m_OverrideState: 0 + m_Value: 0.7 + tint: + m_OverrideState: 0 + m_Value: {r: 1, g: 1, b: 1, a: 1} + dirtTexture: + m_OverrideState: 0 + m_Value: {fileID: 0} + dirtIntensity: + m_OverrideState: 0 + m_Value: 0 + anamorphic: + m_OverrideState: 0 + m_Value: 1 + m_Resolution: + m_OverrideState: 1 + m_Value: 2 + m_HighQualityPrefiltering: + m_OverrideState: 1 + m_Value: 1 + m_HighQualityFiltering: + m_OverrideState: 1 + m_Value: 1 +--- !u!114 &-2662620298707306909 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 2d08ce26990eb1a4a9177b860541e702, type: 3} + m_Name: Exposure + m_EditorClassIdentifier: + active: 1 + mode: + m_OverrideState: 1 + m_Value: 0 + meteringMode: + m_OverrideState: 1 + m_Value: 2 + luminanceSource: + m_OverrideState: 1 + m_Value: 1 + fixedExposure: + m_OverrideState: 1 + m_Value: 9 + compensation: + m_OverrideState: 0 + m_Value: 6 + limitMin: + m_OverrideState: 1 + m_Value: -1 + limitMax: + m_OverrideState: 1 + m_Value: 14 + curveMap: + m_OverrideState: 1 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: -10 + value: -10 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 20 + value: 20 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + limitMinCurveMap: + m_OverrideState: 1 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: -10 + value: -12 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 20 + value: 18 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + limitMaxCurveMap: + m_OverrideState: 1 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: -10 + value: -8 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 20 + value: 22 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + adaptationMode: + m_OverrideState: 1 + m_Value: 1 + adaptationSpeedDarkToLight: + m_OverrideState: 1 + m_Value: 3 + adaptationSpeedLightToDark: + m_OverrideState: 1 + m_Value: 1 + weightTextureMask: + m_OverrideState: 1 + m_Value: {fileID: 0} + histogramPercentages: + m_OverrideState: 1 + m_Value: {x: 40, y: 90} + histogramUseCurveRemapping: + m_OverrideState: 1 + m_Value: 0 + targetMidGray: + m_OverrideState: 1 + m_Value: 0 + centerAroundExposureTarget: + m_OverrideState: 1 + m_Value: 0 + proceduralCenter: + m_OverrideState: 1 + m_Value: {x: 0.5, y: 0.5} + proceduralRadii: + m_OverrideState: 1 + m_Value: {x: 0.3, y: 0.3} + maskMinIntensity: + m_OverrideState: 1 + m_Value: -30 + maskMaxIntensity: + m_OverrideState: 1 + m_Value: 30 + proceduralSoftness: + m_OverrideState: 1 + m_Value: 0.5 +--- !u!114 &-2109818796249167647 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 598e2d32e2c7b0c418e030c3236d663a, type: 3} + m_Name: ChromaticAberration + m_EditorClassIdentifier: + active: 1 + quality: + m_OverrideState: 0 + m_Value: 1 + spectralLut: + m_OverrideState: 0 + m_Value: {fileID: 0} + intensity: + m_OverrideState: 1 + m_Value: 0.05 + m_MaxSamples: + m_OverrideState: 0 + m_Value: 6 +--- !u!114 &-1267043940947446326 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 56b145d2b9ee1ac4f846968484e7485a, type: 3} + m_Name: ContactShadows + m_EditorClassIdentifier: + active: 1 + quality: + m_OverrideState: 0 + m_Value: 1 + enable: + m_OverrideState: 1 + m_Value: 1 + length: + m_OverrideState: 0 + m_Value: 0.15 + opacity: + m_OverrideState: 1 + m_Value: 0.5 + distanceScaleFactor: + m_OverrideState: 0 + m_Value: 0.5 + maxDistance: + m_OverrideState: 0 + m_Value: 50 + minDistance: + m_OverrideState: 0 + m_Value: 0 + fadeDistance: + m_OverrideState: 0 + m_Value: 5 + fadeInDistance: + m_OverrideState: 0 + m_Value: 0 + rayBias: + m_OverrideState: 0 + m_Value: 0.2 + thicknessScale: + m_OverrideState: 0 + m_Value: 0.15 + m_SampleCount: + m_OverrideState: 0 + m_Value: 10 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: HD Volume Day + m_EditorClassIdentifier: + components: + - {fileID: 8711377374188185572} + - {fileID: 396278178000043239} + - {fileID: -2109818796249167647} + - {fileID: 7601098045396302194} + - {fileID: 1514152091249096790} + - {fileID: 8360019280306604883} + - {fileID: -1267043940947446326} + - {fileID: -7925493555633639246} + - {fileID: -3731284508057267812} + - {fileID: -2662620298707306909} + - {fileID: 5793971595904047505} +--- !u!114 &396278178000043239 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: b51a78e223a2e504bb88a059b55229ea, type: 3} + m_Name: WhiteBalance + m_EditorClassIdentifier: + active: 1 + temperature: + m_OverrideState: 1 + m_Value: 5 + tint: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &1514152091249096790 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 0d7593b3a9277ac4696b20006c21dde2, type: 3} + m_Name: VisualEnvironment + m_EditorClassIdentifier: + active: 1 + skyType: + m_OverrideState: 1 + m_Value: 1 + cloudType: + m_OverrideState: 0 + m_Value: 0 + skyAmbientMode: + m_OverrideState: 1 + m_Value: 0 + windOrientation: + m_OverrideState: 0 + m_Value: 0 + windSpeed: + m_OverrideState: 0 + m_Value: 0 + fogType: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &5793971595904047505 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 7a7ff42a8c5be6646ad3975f3a54c1eb, type: 3} + m_Name: DiffusionProfileList + m_EditorClassIdentifier: + active: 0 + diffusionProfiles: + m_OverrideState: 1 + m_Value: + - {fileID: 11400000, guid: e8a269be7920e7e44ad5459828371042, type: 2} +--- !u!114 &7601098045396302194 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 4b8bcdf71d7fafa419fca1ed162f5fc9, type: 3} + m_Name: ColorAdjustments + m_EditorClassIdentifier: + active: 1 + postExposure: + m_OverrideState: 1 + m_Value: 2.2 + contrast: + m_OverrideState: 1 + m_Value: 20 + colorFilter: + m_OverrideState: 1 + m_Value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + m_OverrideState: 1 + m_Value: 0 + saturation: + m_OverrideState: 1 + m_Value: -5 +--- !u!114 &8360019280306604883 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 59b6606ef2548734bb6d11b9d160bc7e, type: 3} + m_Name: HDRISky + m_EditorClassIdentifier: + active: 1 + rotation: + m_OverrideState: 1 + m_Value: 0 + skyIntensityMode: + m_OverrideState: 1 + m_Value: 0 + exposure: + m_OverrideState: 1 + m_Value: 8.5 + multiplier: + m_OverrideState: 1 + m_Value: 200 + upperHemisphereLuxValue: + m_OverrideState: 1 + m_Value: 0.4660898 + upperHemisphereLuxColor: + m_OverrideState: 1 + m_Value: {x: 0.1875111, y: 0.2918278, z: 0.5} + desiredLuxValue: + m_OverrideState: 1 + m_Value: 20000 + updateMode: + m_OverrideState: 1 + m_Value: 0 + updatePeriod: + m_OverrideState: 1 + m_Value: 0 + includeSunInBaking: + m_OverrideState: 1 + m_Value: 0 + hdriSky: + m_OverrideState: 1 + m_Value: {fileID: 8900000, guid: d8f8e3d7fed9c834b9feeb32026dff3e, type: 3} + distortionMode: + m_OverrideState: 0 + m_Value: 0 + flowmap: + m_OverrideState: 0 + m_Value: {fileID: 0} + upperHemisphereOnly: + m_OverrideState: 0 + m_Value: 1 + scrollOrientation: + m_OverrideState: 0 + m_Value: + mode: 1 + customValue: 0 + additiveValue: 0 + multiplyValue: 1 + scrollSpeed: + m_OverrideState: 0 + m_Value: + mode: 1 + customValue: 100 + additiveValue: 0 + multiplyValue: 1 + enableBackplate: + m_OverrideState: 1 + m_Value: 0 + backplateType: + m_OverrideState: 1 + m_Value: 0 + groundLevel: + m_OverrideState: 1 + m_Value: 0 + scale: + m_OverrideState: 1 + m_Value: {x: 32, y: 32} + projectionDistance: + m_OverrideState: 1 + m_Value: 16 + plateRotation: + m_OverrideState: 1 + m_Value: 0 + plateTexRotation: + m_OverrideState: 1 + m_Value: 0 + plateTexOffset: + m_OverrideState: 1 + m_Value: {x: 0, y: 0} + blendAmount: + m_OverrideState: 1 + m_Value: 0 + shadowTint: + m_OverrideState: 1 + m_Value: {r: 0.5, g: 0.5, b: 0.5, a: 1} + pointLightShadow: + m_OverrideState: 1 + m_Value: 0 + dirLightShadow: + m_OverrideState: 1 + m_Value: 0 + rectLightShadow: + m_OverrideState: 1 + m_Value: 0 + m_SkyVersion: 1 + enableDistortion: + m_OverrideState: 0 + m_Value: 0 + procedural: + m_OverrideState: 0 + m_Value: 1 + scrollDirection: + m_OverrideState: 0 + m_Value: 0 + m_ObsoleteScrollSpeed: + m_OverrideState: 0 + m_Value: 2 +--- !u!114 &8711377374188185572 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 2c1be1b6c95cd2e41b27903b9270817f, type: 3} + m_Name: Vignette + m_EditorClassIdentifier: + active: 1 + mode: + m_OverrideState: 0 + m_Value: 0 + color: + m_OverrideState: 0 + m_Value: {r: 0, g: 0, b: 0, a: 1} + center: + m_OverrideState: 0 + m_Value: {x: 0.5, y: 0.5} + intensity: + m_OverrideState: 1 + m_Value: 0.385 + smoothness: + m_OverrideState: 0 + m_Value: 0.2 + roundness: + m_OverrideState: 0 + m_Value: 1 + rounded: + m_OverrideState: 0 + m_Value: 0 + mask: + m_OverrideState: 0 + m_Value: {fileID: 0} + opacity: + m_OverrideState: 0 + m_Value: 1 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset.meta b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset.meta new file mode 100644 index 0000000..e927789 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d547067a87ea5c64983ceba2dc497317 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Settings/HD Volume Day.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset new file mode 100644 index 0000000..511fee3 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset @@ -0,0 +1,572 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7925493555633639246 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 32b6af8f7ad32324cb6941c3290e5895, type: 3} + m_Name: MicroShadowing + m_EditorClassIdentifier: + active: 0 + enable: + m_OverrideState: 1 + m_Value: 1 + opacity: + m_OverrideState: 1 + m_Value: 0 +--- !u!114 &-3731284508057267812 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 24f077503be6ae942a1e1245dbd53ea9, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + quality: + m_OverrideState: 1 + m_Value: 2 + threshold: + m_OverrideState: 1 + m_Value: 1.1 + intensity: + m_OverrideState: 1 + m_Value: 1 + scatter: + m_OverrideState: 0 + m_Value: 0.7 + tint: + m_OverrideState: 0 + m_Value: {r: 1, g: 1, b: 1, a: 1} + dirtTexture: + m_OverrideState: 0 + m_Value: {fileID: 0} + dirtIntensity: + m_OverrideState: 0 + m_Value: 0 + anamorphic: + m_OverrideState: 0 + m_Value: 1 + m_Resolution: + m_OverrideState: 1 + m_Value: 2 + m_HighQualityPrefiltering: + m_OverrideState: 1 + m_Value: 1 + m_HighQualityFiltering: + m_OverrideState: 1 + m_Value: 1 +--- !u!114 &-2662620298707306909 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 2d08ce26990eb1a4a9177b860541e702, type: 3} + m_Name: Exposure + m_EditorClassIdentifier: + active: 1 + mode: + m_OverrideState: 1 + m_Value: 0 + meteringMode: + m_OverrideState: 1 + m_Value: 2 + luminanceSource: + m_OverrideState: 1 + m_Value: 1 + fixedExposure: + m_OverrideState: 1 + m_Value: 9 + compensation: + m_OverrideState: 0 + m_Value: 6 + limitMin: + m_OverrideState: 1 + m_Value: -1 + limitMax: + m_OverrideState: 1 + m_Value: 14 + curveMap: + m_OverrideState: 1 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: -10 + value: -10 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 20 + value: 20 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + limitMinCurveMap: + m_OverrideState: 1 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: -10 + value: -12 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 20 + value: 18 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + limitMaxCurveMap: + m_OverrideState: 1 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: -10 + value: -8 + inSlope: 0 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 20 + value: 22 + inSlope: 1 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + adaptationMode: + m_OverrideState: 1 + m_Value: 1 + adaptationSpeedDarkToLight: + m_OverrideState: 1 + m_Value: 3 + adaptationSpeedLightToDark: + m_OverrideState: 1 + m_Value: 1 + weightTextureMask: + m_OverrideState: 1 + m_Value: {fileID: 0} + histogramPercentages: + m_OverrideState: 1 + m_Value: {x: 40, y: 90} + histogramUseCurveRemapping: + m_OverrideState: 1 + m_Value: 0 + targetMidGray: + m_OverrideState: 1 + m_Value: 0 + centerAroundExposureTarget: + m_OverrideState: 1 + m_Value: 0 + proceduralCenter: + m_OverrideState: 1 + m_Value: {x: 0.5, y: 0.5} + proceduralRadii: + m_OverrideState: 1 + m_Value: {x: 0.3, y: 0.3} + maskMinIntensity: + m_OverrideState: 1 + m_Value: -30 + maskMaxIntensity: + m_OverrideState: 1 + m_Value: 30 + proceduralSoftness: + m_OverrideState: 1 + m_Value: 0.5 +--- !u!114 &-2109818796249167647 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 598e2d32e2c7b0c418e030c3236d663a, type: 3} + m_Name: ChromaticAberration + m_EditorClassIdentifier: + active: 1 + quality: + m_OverrideState: 0 + m_Value: 1 + spectralLut: + m_OverrideState: 0 + m_Value: {fileID: 0} + intensity: + m_OverrideState: 1 + m_Value: 0.05 + m_MaxSamples: + m_OverrideState: 0 + m_Value: 6 +--- !u!114 &-1267043940947446326 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 56b145d2b9ee1ac4f846968484e7485a, type: 3} + m_Name: ContactShadows + m_EditorClassIdentifier: + active: 1 + quality: + m_OverrideState: 0 + m_Value: 1 + enable: + m_OverrideState: 1 + m_Value: 1 + length: + m_OverrideState: 0 + m_Value: 0.15 + opacity: + m_OverrideState: 1 + m_Value: 0.5 + distanceScaleFactor: + m_OverrideState: 0 + m_Value: 0.5 + maxDistance: + m_OverrideState: 0 + m_Value: 50 + minDistance: + m_OverrideState: 0 + m_Value: 0 + fadeDistance: + m_OverrideState: 0 + m_Value: 5 + fadeInDistance: + m_OverrideState: 0 + m_Value: 0 + rayBias: + m_OverrideState: 0 + m_Value: 0.2 + thicknessScale: + m_OverrideState: 0 + m_Value: 0.15 + m_SampleCount: + m_OverrideState: 0 + m_Value: 10 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: HD Volume Low + m_EditorClassIdentifier: + components: + - {fileID: 8711377374188185572} + - {fileID: 396278178000043239} + - {fileID: -2109818796249167647} + - {fileID: 7601098045396302194} + - {fileID: 1514152091249096790} + - {fileID: 8360019280306604883} + - {fileID: -1267043940947446326} + - {fileID: -7925493555633639246} + - {fileID: -3731284508057267812} + - {fileID: -2662620298707306909} + - {fileID: 5793971595904047505} +--- !u!114 &396278178000043239 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: b51a78e223a2e504bb88a059b55229ea, type: 3} + m_Name: WhiteBalance + m_EditorClassIdentifier: + active: 1 + temperature: + m_OverrideState: 1 + m_Value: 5 + tint: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &1514152091249096790 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 0d7593b3a9277ac4696b20006c21dde2, type: 3} + m_Name: VisualEnvironment + m_EditorClassIdentifier: + active: 1 + skyType: + m_OverrideState: 1 + m_Value: 1 + cloudType: + m_OverrideState: 0 + m_Value: 0 + skyAmbientMode: + m_OverrideState: 1 + m_Value: 0 + windOrientation: + m_OverrideState: 0 + m_Value: 0 + windSpeed: + m_OverrideState: 0 + m_Value: 0 + fogType: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &5793971595904047505 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 7a7ff42a8c5be6646ad3975f3a54c1eb, type: 3} + m_Name: DiffusionProfileList + m_EditorClassIdentifier: + active: 0 + diffusionProfiles: + m_OverrideState: 1 + m_Value: + - {fileID: 11400000, guid: e8a269be7920e7e44ad5459828371042, type: 2} +--- !u!114 &7601098045396302194 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 4b8bcdf71d7fafa419fca1ed162f5fc9, type: 3} + m_Name: ColorAdjustments + m_EditorClassIdentifier: + active: 1 + postExposure: + m_OverrideState: 1 + m_Value: 2.2 + contrast: + m_OverrideState: 1 + m_Value: 20 + colorFilter: + m_OverrideState: 1 + m_Value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + m_OverrideState: 1 + m_Value: 0 + saturation: + m_OverrideState: 1 + m_Value: -5 +--- !u!114 &8360019280306604883 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 59b6606ef2548734bb6d11b9d160bc7e, type: 3} + m_Name: HDRISky + m_EditorClassIdentifier: + active: 1 + rotation: + m_OverrideState: 1 + m_Value: 0 + skyIntensityMode: + m_OverrideState: 1 + m_Value: 0 + exposure: + m_OverrideState: 1 + m_Value: 7 + multiplier: + m_OverrideState: 1 + m_Value: 200 + upperHemisphereLuxValue: + m_OverrideState: 1 + m_Value: 0.4660898 + upperHemisphereLuxColor: + m_OverrideState: 1 + m_Value: {x: 0.1875111, y: 0.2918278, z: 0.5} + desiredLuxValue: + m_OverrideState: 1 + m_Value: 20000 + updateMode: + m_OverrideState: 1 + m_Value: 0 + updatePeriod: + m_OverrideState: 1 + m_Value: 0 + includeSunInBaking: + m_OverrideState: 1 + m_Value: 0 + hdriSky: + m_OverrideState: 1 + m_Value: {fileID: 8900000, guid: d8f8e3d7fed9c834b9feeb32026dff3e, type: 3} + distortionMode: + m_OverrideState: 0 + m_Value: 0 + flowmap: + m_OverrideState: 0 + m_Value: {fileID: 0} + upperHemisphereOnly: + m_OverrideState: 0 + m_Value: 1 + scrollOrientation: + m_OverrideState: 0 + m_Value: + mode: 1 + customValue: 0 + additiveValue: 0 + multiplyValue: 1 + scrollSpeed: + m_OverrideState: 0 + m_Value: + mode: 1 + customValue: 100 + additiveValue: 0 + multiplyValue: 1 + enableBackplate: + m_OverrideState: 1 + m_Value: 0 + backplateType: + m_OverrideState: 1 + m_Value: 0 + groundLevel: + m_OverrideState: 1 + m_Value: 0 + scale: + m_OverrideState: 1 + m_Value: {x: 32, y: 32} + projectionDistance: + m_OverrideState: 1 + m_Value: 16 + plateRotation: + m_OverrideState: 1 + m_Value: 0 + plateTexRotation: + m_OverrideState: 1 + m_Value: 0 + plateTexOffset: + m_OverrideState: 1 + m_Value: {x: 0, y: 0} + blendAmount: + m_OverrideState: 1 + m_Value: 0 + shadowTint: + m_OverrideState: 1 + m_Value: {r: 0.5, g: 0.5, b: 0.5, a: 1} + pointLightShadow: + m_OverrideState: 1 + m_Value: 0 + dirLightShadow: + m_OverrideState: 1 + m_Value: 0 + rectLightShadow: + m_OverrideState: 1 + m_Value: 0 + m_SkyVersion: 1 + enableDistortion: + m_OverrideState: 0 + m_Value: 0 + procedural: + m_OverrideState: 0 + m_Value: 1 + scrollDirection: + m_OverrideState: 0 + m_Value: 0 + m_ObsoleteScrollSpeed: + m_OverrideState: 0 + m_Value: 2 +--- !u!114 &8711377374188185572 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 2c1be1b6c95cd2e41b27903b9270817f, type: 3} + m_Name: Vignette + m_EditorClassIdentifier: + active: 1 + mode: + m_OverrideState: 0 + m_Value: 0 + color: + m_OverrideState: 0 + m_Value: {r: 0, g: 0, b: 0, a: 1} + center: + m_OverrideState: 0 + m_Value: {x: 0.5, y: 0.5} + intensity: + m_OverrideState: 1 + m_Value: 0.385 + smoothness: + m_OverrideState: 0 + m_Value: 0.2 + roundness: + m_OverrideState: 0 + m_Value: 1 + rounded: + m_OverrideState: 0 + m_Value: 0 + mask: + m_OverrideState: 0 + m_Value: {fileID: 0} + opacity: + m_OverrideState: 0 + m_Value: 1 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset.meta b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset.meta new file mode 100644 index 0000000..672e692 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f26e4e0ef587d0447975abf9f33ebb65 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Settings/HD Volume Low.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting b/Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting new file mode 100644 index 0000000..81de97f --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting @@ -0,0 +1,66 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Lighting Settings + serializedVersion: 6 + m_GIWorkflowMode: 0 + m_EnableBakedLightmaps: 0 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 1 + m_LightmapMaxSize: 1024 + m_BakeResolution: 40 + m_Padding: 2 + m_LightmapCompression: 3 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentImportanceSampling: 1 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 + m_NumRaysToShootPerTexel: -1 + m_RespectSceneVisibilityWhenBakingGI: 0 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting.meta b/Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting.meta new file mode 100644 index 0000000..e597274 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 106d1ca7c14e2a9448b78b58645c5c21 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Settings/Lighting Settings.lighting + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset b/Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset new file mode 100644 index 0000000..da96a20 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset @@ -0,0 +1,1470 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} + m_Name: Standard Volume + m_EditorClassIdentifier: + settings: + - {fileID: 114079520300821652} + - {fileID: 114686309329858662} + - {fileID: 114694199093346958} + - {fileID: 114881085189492698} +--- !u!114 &114079520300821652 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: adb84e30e02715445aeb9959894e3b4d, type: 3} + m_Name: ColorGrading + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + gradingMode: + overrideState: 1 + value: 1 + externalLut: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + tonemapper: + overrideState: 1 + value: 2 + toneCurveToeStrength: + overrideState: 1 + value: 0 + toneCurveToeLength: + overrideState: 1 + value: 0.5 + toneCurveShoulderStrength: + overrideState: 1 + value: 0 + toneCurveShoulderLength: + overrideState: 1 + value: 0.5 + toneCurveShoulderAngle: + overrideState: 1 + value: 0 + toneCurveGamma: + overrideState: 1 + value: 1 + ldrLut: + overrideState: 1 + value: {fileID: 0} + defaultState: 4 + ldrLutContribution: + overrideState: 1 + value: 1 + temperature: + overrideState: 1 + value: 0 + tint: + overrideState: 1 + value: 0 + colorFilter: + overrideState: 1 + value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + overrideState: 1 + value: 0 + saturation: + overrideState: 1 + value: 0 + brightness: + overrideState: 1 + value: 0 + postExposure: + overrideState: 1 + value: 1 + contrast: + overrideState: 1 + value: 20 + mixerRedOutRedIn: + overrideState: 1 + value: 100 + mixerRedOutGreenIn: + overrideState: 1 + value: 0 + mixerRedOutBlueIn: + overrideState: 1 + value: 0 + mixerGreenOutRedIn: + overrideState: 1 + value: 0 + mixerGreenOutGreenIn: + overrideState: 1 + value: 100 + mixerGreenOutBlueIn: + overrideState: 1 + value: 0 + mixerBlueOutRedIn: + overrideState: 1 + value: 0 + mixerBlueOutGreenIn: + overrideState: 1 + value: 0 + mixerBlueOutBlueIn: + overrideState: 1 + value: 100 + lift: + overrideState: 1 + value: {x: 1, y: 1, z: 1, w: 0} + gamma: + overrideState: 1 + value: {x: 1, y: 0.9541913, z: 0.9939877, w: 0} + gain: + overrideState: 1 + value: {x: 1, y: 1, z: 1, w: 0} + masterCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + redCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + greenCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + blueCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 1 + outSlope: 1 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0 + m_Range: 1 + cachedData: + - 0 + - 0.0078125 + - 0.015625 + - 0.0234375 + - 0.03125 + - 0.0390625 + - 0.046875 + - 0.0546875 + - 0.0625 + - 0.0703125 + - 0.078125 + - 0.0859375 + - 0.09375 + - 0.1015625 + - 0.109375 + - 0.1171875 + - 0.125 + - 0.1328125 + - 0.140625 + - 0.1484375 + - 0.15625 + - 0.1640625 + - 0.171875 + - 0.1796875 + - 0.1875 + - 0.1953125 + - 0.203125 + - 0.2109375 + - 0.21875 + - 0.2265625 + - 0.234375 + - 0.2421875 + - 0.25 + - 0.2578125 + - 0.265625 + - 0.2734375 + - 0.28125 + - 0.2890625 + - 0.296875 + - 0.3046875 + - 0.3125 + - 0.3203125 + - 0.328125 + - 0.3359375 + - 0.34375 + - 0.3515625 + - 0.359375 + - 0.3671875 + - 0.375 + - 0.3828125 + - 0.390625 + - 0.3984375 + - 0.40625 + - 0.4140625 + - 0.421875 + - 0.4296875 + - 0.4375 + - 0.4453125 + - 0.453125 + - 0.4609375 + - 0.46875 + - 0.4765625 + - 0.484375 + - 0.4921875 + - 0.5 + - 0.5078125 + - 0.515625 + - 0.5234375 + - 0.53125 + - 0.5390625 + - 0.546875 + - 0.5546875 + - 0.5625 + - 0.5703125 + - 0.578125 + - 0.5859375 + - 0.59375 + - 0.6015625 + - 0.609375 + - 0.6171875 + - 0.625 + - 0.6328125 + - 0.640625 + - 0.6484375 + - 0.65625 + - 0.6640625 + - 0.671875 + - 0.6796875 + - 0.6875 + - 0.6953125 + - 0.703125 + - 0.7109375 + - 0.71875 + - 0.7265625 + - 0.734375 + - 0.7421875 + - 0.75 + - 0.7578125 + - 0.765625 + - 0.7734375 + - 0.78125 + - 0.7890625 + - 0.796875 + - 0.8046875 + - 0.8125 + - 0.8203125 + - 0.828125 + - 0.8359375 + - 0.84375 + - 0.8515625 + - 0.859375 + - 0.8671875 + - 0.875 + - 0.8828125 + - 0.890625 + - 0.8984375 + - 0.90625 + - 0.9140625 + - 0.921875 + - 0.9296875 + - 0.9375 + - 0.9453125 + - 0.953125 + - 0.9609375 + - 0.96875 + - 0.9765625 + - 0.984375 + - 0.9921875 + hueVsHueCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 0 + m_Loop: 1 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + hueVsSatCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 1 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + satVsSatCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + lumVsSatCurve: + overrideState: 1 + value: + curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Loop: 0 + m_ZeroValue: 0.5 + m_Range: 1 + cachedData: + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 + - 0.5 +--- !u!114 &114686309329858662 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 48a79b01ea5641d4aa6daa2e23605641, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 0.75 + threshold: + overrideState: 1 + value: 1 + softKnee: + overrideState: 1 + value: 0.5 + clamp: + overrideState: 1 + value: 65472 + diffusion: + overrideState: 1 + value: 7 + anamorphicRatio: + overrideState: 1 + value: 0 + color: + overrideState: 1 + value: {r: 1, g: 1, b: 1, a: 1} + fastMode: + overrideState: 1 + value: 0 + dirtTexture: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + dirtIntensity: + overrideState: 1 + value: 0 +--- !u!114 &114694199093346958 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: c1cb7e9e120078f43bce4f0b1be547a7, type: 3} + m_Name: AmbientOcclusion + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + mode: + overrideState: 1 + value: 1 + intensity: + overrideState: 1 + value: 1 + color: + overrideState: 1 + value: {r: 0.31728375, g: 0.3911229, b: 0.4339623, a: 1} + ambientOnly: + overrideState: 1 + value: 0 + noiseFilterTolerance: + overrideState: 1 + value: 0 + blurTolerance: + overrideState: 1 + value: -4.6 + upsampleTolerance: + overrideState: 1 + value: -12 + thicknessModifier: + overrideState: 1 + value: 1 + directLightingStrength: + overrideState: 1 + value: 0 + radius: + overrideState: 1 + value: 0.25 + quality: + overrideState: 1 + value: 2 +--- !u!114 &114881085189492698 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 40b924e2dad56384a8df2a1e111bb675, type: 3} + m_Name: Vignette + m_EditorClassIdentifier: + active: 1 + enabled: + overrideState: 1 + value: 1 + mode: + overrideState: 1 + value: 0 + color: + overrideState: 1 + value: {r: 0, g: 0, b: 0, a: 1} + center: + overrideState: 1 + value: {x: 0.5, y: 0.5} + intensity: + overrideState: 1 + value: 0.35 + smoothness: + overrideState: 1 + value: 0.2 + roundness: + overrideState: 1 + value: 1 + rounded: + overrideState: 1 + value: 0 + mask: + overrideState: 1 + value: {fileID: 0} + defaultState: 1 + opacity: + overrideState: 1 + value: 1 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset.meta b/Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset.meta new file mode 100644 index 0000000..985d315 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7b2bba9d34548bb4f991d6820c71a653 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Settings/Standard Volume.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset b/Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset new file mode 100644 index 0000000..07b992d --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset @@ -0,0 +1,182 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6834095727105209441 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 0b2db86121404754db890f4c8dfe81b2, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + skipIterations: + m_OverrideState: 0 + m_Value: 1 + threshold: + m_OverrideState: 1 + m_Value: 16 + intensity: + m_OverrideState: 1 + m_Value: 0.75 + scatter: + m_OverrideState: 1 + m_Value: 0.7 + clamp: + m_OverrideState: 1 + m_Value: 65472 + tint: + m_OverrideState: 1 + m_Value: {r: 1, g: 1, b: 1, a: 1} + highQualityFiltering: + m_OverrideState: 1 + m_Value: 0 + downscale: + m_OverrideState: 0 + m_Value: 0 + maxIterations: + m_OverrideState: 0 + m_Value: 6 + dirtTexture: + m_OverrideState: 0 + m_Value: {fileID: 0} + dimension: 1 + dirtIntensity: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &-4062481241321750826 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 97c23e3b12dc18c42a140437e53d3951, type: 3} + m_Name: Tonemapping + m_EditorClassIdentifier: + active: 1 + mode: + m_OverrideState: 1 + m_Value: 2 + neutralHDRRangeReductionMode: + m_OverrideState: 0 + m_Value: 2 + acesPreset: + m_OverrideState: 0 + m_Value: 3 + hueShiftAmount: + m_OverrideState: 0 + m_Value: 0 + detectPaperWhite: + m_OverrideState: 0 + m_Value: 0 + paperWhite: + m_OverrideState: 0 + m_Value: 300 + detectBrightnessLimits: + m_OverrideState: 0 + m_Value: 1 + minNits: + m_OverrideState: 0 + m_Value: 0.005 + maxNits: + m_OverrideState: 0 + m_Value: 1000 +--- !u!114 &-3672302446107336018 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 66f335fb1ffd8684294ad653bf1c7564, type: 3} + m_Name: ColorAdjustments + m_EditorClassIdentifier: + active: 1 + postExposure: + m_OverrideState: 1 + m_Value: 1 + contrast: + m_OverrideState: 1 + m_Value: 15 + colorFilter: + m_OverrideState: 1 + m_Value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + m_OverrideState: 1 + m_Value: 0 + saturation: + m_OverrideState: 1 + m_Value: 0 +--- !u!114 &-2847012291543010912 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 899c54efeace73346a0a16faa3afe726, type: 3} + m_Name: Vignette + m_EditorClassIdentifier: + active: 1 + color: + m_OverrideState: 0 + m_Value: {r: 0, g: 0, b: 0, a: 1} + center: + m_OverrideState: 0 + m_Value: {x: 0.5, y: 0.5} + intensity: + m_OverrideState: 1 + m_Value: 0.35 + smoothness: + m_OverrideState: 0 + m_Value: 0.2 + rounded: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: Universal Volume + m_EditorClassIdentifier: + components: + - {fileID: -3672302446107336018} + - {fileID: 2331408850410906922} + - {fileID: -2847012291543010912} + - {fileID: -4062481241321750826} + - {fileID: -6834095727105209441} +--- !u!114 &2331408850410906922 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 221518ef91623a7438a71fef23660601, type: 3} + m_Name: WhiteBalance + m_EditorClassIdentifier: + active: 1 + temperature: + m_OverrideState: 1 + m_Value: 10 + tint: + m_OverrideState: 1 + m_Value: 5 diff --git a/Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset.meta b/Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset.meta new file mode 100644 index 0000000..9b08f87 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 93614ea46ae5aee48ab6d9b3524562f5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Settings/Universal Volume.asset + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Shaders.meta b/Assets/BOXOPHOBIC/Utils/Shaders.meta new file mode 100644 index 0000000..789f368 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Shaders.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c6a81a7bbf56b8c49b53378cce57cef4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader b/Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader new file mode 100644 index 0000000..58bfc31 --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader @@ -0,0 +1,211 @@ +// Made with Amplify Shader Editor v1.9.8.1 +// Available at the Unity Asset Store - http://u3d.as/y3X +Shader "Hidden/BOXOPHOBIC/Helpers/Channel Preview" +{ + Properties + { + _PreviewChannel("PreviewChannel", Float) = 0 + _PreviewLinear("PreviewLinear", Float) = 0 + _PreviewTex("PreviewTex", 2D) = "white" {} + [HideInInspector] _texcoord( "", 2D ) = "white" {} + + } + + SubShader + { + + + Tags { "RenderType"="Opaque" } + LOD 100 + + CGINCLUDE + #pragma target 3.0 + ENDCG + Blend Off + AlphaToMask Off + Cull Back + ColorMask RGBA + ZWrite On + ZTest LEqual + Offset 0 , 0 + + + + Pass + { + Name "Unlit" + + CGPROGRAM + + #define ASE_VERSION 19801 + + + #ifndef UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX + //only defining to not throw compilation error over Unity 5.5 + #define UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(input) + #endif + #pragma vertex vert + #pragma fragment frag + #pragma multi_compile_instancing + #include "UnityCG.cginc" + + + struct appdata + { + float4 vertex : POSITION; + float4 color : COLOR; + float4 ase_texcoord : TEXCOORD0; + UNITY_VERTEX_INPUT_INSTANCE_ID + }; + + struct v2f + { + float4 vertex : SV_POSITION; + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + float3 worldPos : TEXCOORD0; + #endif + float4 ase_texcoord1 : TEXCOORD1; + UNITY_VERTEX_INPUT_INSTANCE_ID + UNITY_VERTEX_OUTPUT_STEREO + }; + + uniform float _PreviewChannel; + uniform sampler2D _PreviewTex; + uniform float4 _PreviewTex_ST; + uniform float _PreviewLinear; + + + v2f vert ( appdata v ) + { + v2f o; + UNITY_SETUP_INSTANCE_ID(v); + UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o); + UNITY_TRANSFER_INSTANCE_ID(v, o); + + o.ase_texcoord1.xy = v.ase_texcoord.xy; + + //setting value to unused interpolator channels and avoid initialization warnings + o.ase_texcoord1.zw = 0; + float3 vertexValue = float3(0, 0, 0); + #if ASE_ABSOLUTE_VERTEX_POS + vertexValue = v.vertex.xyz; + #endif + vertexValue = vertexValue; + #if ASE_ABSOLUTE_VERTEX_POS + v.vertex.xyz = vertexValue; + #else + v.vertex.xyz += vertexValue; + #endif + o.vertex = UnityObjectToClipPos(v.vertex); + + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + o.worldPos = mul(unity_ObjectToWorld, v.vertex).xyz; + #endif + return o; + } + + fixed4 frag (v2f i ) : SV_Target + { + UNITY_SETUP_INSTANCE_ID(i); + UNITY_SETUP_STEREO_EYE_INDEX_POST_VERTEX(i); + fixed4 finalColor; + #ifdef ASE_NEEDS_FRAG_WORLD_POSITION + float3 WorldPosition = i.worldPos; + #endif + float ifLocalVar15 = 0; + if( _PreviewChannel == 5.0 ) + ifLocalVar15 = ceil( ( i.ase_texcoord1.xy.x * 4.0 ) ); + else if( _PreviewChannel < 5.0 ) + ifLocalVar15 = _PreviewChannel; + float Mask19 = ifLocalVar15; + float2 uv_PreviewTex = i.ase_texcoord1.xy * _PreviewTex_ST.xy + _PreviewTex_ST.zw; + float4 tex2DNode10 = tex2D( _PreviewTex, uv_PreviewTex ); + float3 linearToGamma11 = LinearToGammaSpace( tex2DNode10.rgb ); + float3 lerpResult13 = lerp( linearToGamma11 , tex2DNode10.rgb , _PreviewLinear); + float3 ifLocalVar3 = 0; + if( Mask19 == 0.0 ) + ifLocalVar3 = lerpResult13; + float4 appendResult14 = (float4(lerpResult13 , tex2DNode10.a)); + float4 break2 = appendResult14; + float ifLocalVar5 = 0; + if( Mask19 == 1.0 ) + ifLocalVar5 = break2.x; + float ifLocalVar6 = 0; + if( Mask19 == 2.0 ) + ifLocalVar6 = break2.y; + float ifLocalVar7 = 0; + if( Mask19 == 3.0 ) + ifLocalVar7 = break2.z; + float ifLocalVar9 = 0; + if( Mask19 == 4.0 ) + ifLocalVar9 = break2.w; + + + finalColor = float4( ( ifLocalVar3 + ifLocalVar5 + ifLocalVar6 + ifLocalVar7 + ifLocalVar9 ) , 0.0 ); + return finalColor; + } + ENDCG + } + } + + + Fallback Off +} +/*ASEBEGIN +Version=19801 +Node;AmplifyShaderEditor.TexCoordVertexDataNode;16;-1408,1280;Inherit;False;0;2;0;5;FLOAT2;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4 +Node;AmplifyShaderEditor.SamplerNode;10;-1408,0;Inherit;True;Property;_PreviewTex;PreviewTex;2;0;Create;True;0;0;0;False;0;False;-1;None;None;True;0;False;white;Auto;False;Object;-1;Auto;Texture2D;8;0;SAMPLER2D;;False;1;FLOAT2;0,0;False;2;FLOAT;0;False;3;FLOAT2;0,0;False;4;FLOAT2;0,0;False;5;FLOAT;1;False;6;FLOAT;0;False;7;SAMPLERSTATE;;False;6;COLOR;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT3;5 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;17;-832,1280;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;4;False;1;FLOAT;0 +Node;AmplifyShaderEditor.LinearToGammaNode;11;-1088,0;Inherit;False;0;1;0;FLOAT3;0,0,0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.RangedFloatNode;12;-1088,256;Inherit;False;Property;_PreviewLinear;PreviewLinear;1;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.CeilOpNode;18;-640,1280;Inherit;False;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.RangedFloatNode;8;-640,1152;Inherit;False;Property;_PreviewChannel;PreviewChannel;0;0;Create;True;0;0;0;False;0;False;0;0;0;0;0;1;FLOAT;0 +Node;AmplifyShaderEditor.LerpOp;13;-832,0;Inherit;False;3;0;FLOAT3;0,0,0;False;1;FLOAT3;0,0,0;False;2;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.ConditionalIfNode;15;-384,1152;Inherit;False;False;5;0;FLOAT;0;False;1;FLOAT;5;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.DynamicAppendNode;14;-640,128;Inherit;False;FLOAT4;4;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;1;FLOAT4;0 +Node;AmplifyShaderEditor.RegisterLocalVarNode;19;-64,1152;Float;False;Mask;-1;True;1;0;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.BreakToComponentsNode;2;-384,128;Inherit;False;FLOAT4;1;0;FLOAT4;0,0,0,0;False;16;FLOAT;0;FLOAT;1;FLOAT;2;FLOAT;3;FLOAT;4;FLOAT;5;FLOAT;6;FLOAT;7;FLOAT;8;FLOAT;9;FLOAT;10;FLOAT;11;FLOAT;12;FLOAT;13;FLOAT;14;FLOAT;15 +Node;AmplifyShaderEditor.GetLocalVarNode;20;-200.4165,0.01461792;Inherit;False;19;Mask;1;0;OBJECT;;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ConditionalIfNode;6;128,320;Inherit;False;False;5;0;FLOAT;0;False;1;FLOAT;2;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ConditionalIfNode;5;128,160;Inherit;False;False;5;0;FLOAT;0;False;1;FLOAT;1;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ConditionalIfNode;3;128,0;Inherit;False;False;5;0;FLOAT;0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT3;0,0,0;False;4;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.ConditionalIfNode;9;128,640;Inherit;False;False;5;0;FLOAT;0;False;1;FLOAT;4;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.ConditionalIfNode;7;128,480;Inherit;False;False;5;0;FLOAT;0;False;1;FLOAT;3;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;25;-1184,1280;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleMultiplyOpNode;26;-1024,1280;Inherit;False;2;2;0;FLOAT;0;False;1;FLOAT;0.5;False;1;FLOAT;0 +Node;AmplifyShaderEditor.SimpleAddOpNode;4;448,0;Inherit;False;5;5;0;FLOAT3;0,0,0;False;1;FLOAT;0;False;2;FLOAT;0;False;3;FLOAT;0;False;4;FLOAT;0;False;1;FLOAT3;0 +Node;AmplifyShaderEditor.TemplateMultiPassMasterNode;0;1024,0;Float;False;True;-1;3;;100;5;Hidden/BOXOPHOBIC/Helpers/Channel Preview;0770190933193b94aaa3065e307002fa;True;Unlit;0;0;Unlit;2;True;True;0;1;False;;1;False;;0;1;False;;0;False;;True;0;False;;0;False;;False;False;False;False;False;False;False;False;False;True;0;False;;False;True;0;False;;False;True;True;True;True;True;0;False;;False;False;False;False;False;False;False;True;False;0;False;;255;False;;255;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;0;False;;False;True;1;False;;True;3;False;;True;True;0;False;;0;False;;True;1;RenderType=Opaque=RenderType;True;2;False;0;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;False;0;;0;0;Standard;1;Vertex Position,InvertActionOnDeselection;1;0;0;1;True;False;;False;0 +WireConnection;17;0;16;1 +WireConnection;11;0;10;5 +WireConnection;18;0;17;0 +WireConnection;13;0;11;0 +WireConnection;13;1;10;5 +WireConnection;13;2;12;0 +WireConnection;15;0;8;0 +WireConnection;15;3;18;0 +WireConnection;15;4;8;0 +WireConnection;14;0;13;0 +WireConnection;14;3;10;4 +WireConnection;19;0;15;0 +WireConnection;2;0;14;0 +WireConnection;6;0;20;0 +WireConnection;6;3;2;1 +WireConnection;5;0;20;0 +WireConnection;5;3;2;0 +WireConnection;3;0;20;0 +WireConnection;3;3;13;0 +WireConnection;9;0;20;0 +WireConnection;9;3;2;3 +WireConnection;7;0;20;0 +WireConnection;7;3;2;2 +WireConnection;25;0;16;1 +WireConnection;25;1;16;2 +WireConnection;26;0;25;0 +WireConnection;4;0;3;0 +WireConnection;4;1;5;0 +WireConnection;4;2;6;0 +WireConnection;4;3;7;0 +WireConnection;4;4;9;0 +WireConnection;0;0;4;0 +ASEEND*/ +//CHKSM=14E7F4788F2F85A1EA428A475AC5D5AED5C53982 \ No newline at end of file diff --git a/Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader.meta b/Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader.meta new file mode 100644 index 0000000..f329e6e --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 23642b56d9212ec4ab7c226630a6de96 +ShaderImporter: + externalObjects: {} + defaultTextures: [] + nonModifiableTextures: [] + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Shaders/Channel Preview.shader + uploadId: 878720 diff --git a/Assets/BOXOPHOBIC/Utils/Utils.pdf b/Assets/BOXOPHOBIC/Utils/Utils.pdf new file mode 100644 index 0000000..ec60044 Binary files /dev/null and b/Assets/BOXOPHOBIC/Utils/Utils.pdf differ diff --git a/Assets/BOXOPHOBIC/Utils/Utils.pdf.meta b/Assets/BOXOPHOBIC/Utils/Utils.pdf.meta new file mode 100644 index 0000000..0ccda7a --- /dev/null +++ b/Assets/BOXOPHOBIC/Utils/Utils.pdf.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0aca0e2d06b26544681357ef98393b10 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 107400 + packageName: FREE Skybox Extended Shader + packageVersion: 2.5.0 + assetPath: Assets/BOXOPHOBIC/Utils/Utils.pdf + uploadId: 878720 diff --git a/Assets/DefaultTheme.asset b/Assets/DefaultTheme.asset index e4e4021..33269e1 100644 --- a/Assets/DefaultTheme.asset +++ b/Assets/DefaultTheme.asset @@ -12,12 +12,12 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 499d175f95879d544bfd6d610c7c6b74, type: 3} m_Name: DefaultTheme m_EditorClassIdentifier: Assembly-CSharp::VisualTheme - themeName: DefaultTheme - skyboxMaterial: {fileID: 2100000, guid: 3e56423e1fe71f94ea97f5bb2004a7e6, type: 2} + themeName: Classic + skyboxMaterial: {fileID: 2100000, guid: 33ab377b49aa14f6fae6e5bac230a5d4, type: 2} platformPrefab: {fileID: 7388098317519412612, guid: cdb9160bb4f51e24b8d4b831ceeaea00, type: 3} playerPrefab: {fileID: 6421127655908476580, guid: 20c0d5e9f02408d478fb5903c4e881ab, type: 3} coinPrefab: {fileID: 3088342777804656255, guid: a53963cb206ab6c45884db27accb515a, type: 3} lowObstaclePrefab: {fileID: 5900154681421489298, guid: 41dd1101e94575240a2d186bd7a91313, type: 3} highObstaclePrefab: {fileID: 6148259636070924320, guid: eed8668b20e2fbe44b4f936f4cf1f481, type: 3} movingObstaclePrefab: {fileID: 6290620345133858945, guid: 2af733ae47c2d7c47b3dca774b52927b, type: 3} - invincibilityBonusPrefab: {fileID: 6691556644615571111, guid: e8c4d371da74b6445a47b37d2abea88f, type: 3} + invincibilityBonusPrefab: {fileID: 9038621023743578149, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} diff --git a/Assets/Fantasy Skybox FREE.meta b/Assets/Fantasy Skybox FREE.meta new file mode 100644 index 0000000..eaf13aa --- /dev/null +++ b/Assets/Fantasy Skybox FREE.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a33f992e13add9438b6e744a7dad662 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Cubemaps.meta b/Assets/Fantasy Skybox FREE/Cubemaps.meta new file mode 100644 index 0000000..ffea247 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b40198e48fec1db4ba2bdbb96a9e1e9b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic.meta new file mode 100644 index 0000000..70cf0a7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 69ee00d9176dabc4687615071b161c20 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat new file mode 100644 index 0000000..2b93751 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat @@ -0,0 +1,63 @@ +%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: FS000_Day_01 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 22fc9b5616a1842719fb0e61fa7b28d3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 079c5adb913e54618a451eba706bd8f9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 5aaf06048bdd947cb961712d265d8953, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 18d321d60fdd143b0a81ba527a00b092, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: aad15381b48d9443d91f49bcee8eac29, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 1331a26d2843a1148a23d5ddc81629dc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 2c76d37ffceed4757b073a103989f976, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _MirrorOnBack: 0 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 0.5019608} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat.meta new file mode 100644 index 0000000..55d232b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 12ccb828343c3405fb94289774b51aad +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png new file mode 100644 index 0000000..544a83a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8660108abd9f5b531021045f6db2cb2c51f76ecf2191493e6e56cfa970210f9 +size 617555 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png.meta new file mode 100644 index 0000000..a2e0bf1 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 1331a26d2843a1148a23d5ddc81629dc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat new file mode 100644 index 0000000..4d73f48 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_01_Sunless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 9bb715e2acac745b4bcbf78b5b96b197, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: db222deb6b3774f8db1acb36abb81019, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 90ae2a350c2c3407781e61e51d6a0817, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: b78d4d79095ef4850b2f19d25bb5d7db, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 26de706ff571746a5807a762e53c3e5a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: d6a64d96999aec647a489f7d73c1a4c6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: bab67dbd10048498d933b502b79c8d5e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat.meta new file mode 100644 index 0000000..d56e05b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: d48a7646f5d0547e889733d84b50cb9f +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png new file mode 100644 index 0000000..c4dbd0f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b870643b7cd0586c672b60551ab009757df14cc90b155e2f777c66617c45a0a7 +size 569586 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png.meta new file mode 100644 index 0000000..1aff406 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: d6a64d96999aec647a489f7d73c1a4c6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_01_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat new file mode 100644 index 0000000..307b904 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_02 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: aafee0ab620b2456b9b05df1adfdac23, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 0337c8628e3ff49efa0cdf1c3cb90ed2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 547ab9e5b99124e9ab792981d47a50eb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 5635a59519fb34236b5578fd270ce573, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 4a573b83a82ba49d992c230203c3dbe4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 88c467166db994146961f1ecc5fc214e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 03b41eb0b4d9249bca4b368f2722e1df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat.meta new file mode 100644 index 0000000..101072d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: fa95802f80bd745cfb5e9c89f7e22341 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png new file mode 100644 index 0000000..96f4cd6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2aa2b7ddc90258333d767499c2b02cbcdfcbaed3f1a3de3ef62a1c895f2db9 +size 535317 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png.meta new file mode 100644 index 0000000..56b7a56 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 88c467166db994146961f1ecc5fc214e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat new file mode 100644 index 0000000..2317df7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_02_Sunless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: d2e15bce5eed3483e8004072945e1503, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: f6f184825dcfd4f228b13865d380a8b1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 0f0872c2e0c8f4d1faacde4d61514f14, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 68c376e39fd2c469e9b483412e7839c1, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: f6103783e81f444198e0623a08c03497, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: a12ea62fd952d57439f49b6287da4762, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: a2aaff528f6264f53bbc6f7c22b61f35, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat.meta new file mode 100644 index 0000000..0bf0609 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 99a400087584f4263b1a8979d6007ad4 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png new file mode 100644 index 0000000..011f3ea --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be5fc87ec70133d03f65d474eb9166bce340531448bbcf8fb2c7527bdaff2d3 +size 490845 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png.meta new file mode 100644 index 0000000..bf9b312 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: a12ea62fd952d57439f49b6287da4762 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_02_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat new file mode 100644 index 0000000..2f39585 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_03 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 10641319ddd264581bc3f6d19eaa5c0e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: ade6974cf283d4550a6c3d1c15410ba1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: bad3acca03b6841caa1a09dd7f516f14, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 686c3cd94f2824dc8a622cbde44f95bc, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 8f545b54e21734a3a91bc4872040cfd7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 24941804827e1524eb70477f7f68a111, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: c328b0217d7004b789b24968453732d1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat.meta new file mode 100644 index 0000000..6da33c8 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 33ab377b49aa14f6fae6e5bac230a5d4 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png new file mode 100644 index 0000000..50f8cfe --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5d5c53f5415a0351fdaa1137e7ea45f25712e61ea32787c1136e740249ad4b +size 642141 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png.meta new file mode 100644 index 0000000..b1cee4d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 24941804827e1524eb70477f7f68a111 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat new file mode 100644 index 0000000..56a3515 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_03_Sunless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 4ba86d6f4ff894e13ae82433a5839f60, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 0becd7f25a4244fcc828c6b87e08fb41, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 04ffe107210864ac38656607ff8def4a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 19fd93536cee240fb873c4d668b0ad44, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 6fc35d5dfa40148dfb3ff5ee125c50ba, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 6b057cc84b9df8440b171f96ff306279, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 11e549c890cb444f29db132de278f493, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat.meta new file mode 100644 index 0000000..598a380 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 8f2c8ef98c47442d4b0e1896539bf7f1 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png new file mode 100644 index 0000000..eac34e2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e144b75053622a9a3f6ffb305e7bcb3fc9b9f2b4fdf74f24d74f246d1c61f769 +size 618828 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png.meta new file mode 100644 index 0000000..34ae288 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 6b057cc84b9df8440b171f96ff306279 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_03_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat new file mode 100644 index 0000000..fdc78ec --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_04 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 7a02cf2c36f6049129c491bd2c26388f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 8ae7848f62d8a42829f5ba508c00d596, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 205b47a8f75ba4723bd0e6fa6c448ea8, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: ca03fa55d19444509830e070ca5cb27e, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: a1212c55b75864a16bc77511f67fa4e1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 599e20092e3297247ad7ecc4ba9caf00, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 59676f97b81204d7d97534c7836efef1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat.meta new file mode 100644 index 0000000..bc38823 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1700716a8dd8948cf8c66ea34a2786d5 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png new file mode 100644 index 0000000..39c0483 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493a9c9222f22566754ba488ce878288d19e17c3428865a77b19363917f4de51 +size 735182 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png.meta new file mode 100644 index 0000000..be3dee1 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 599e20092e3297247ad7ecc4ba9caf00 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat new file mode 100644 index 0000000..c8a8a40 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_04_Sunless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 50dd8651f74cc417e858ca26f2ab743d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: bd160f24b883247fea42a83e1514eed4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: d9f4efa86cd8c4711a7ef52637df7e34, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: a5bfcc99401054b54ac4d7ce88aab201, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: b2c740eec0cec4ef5b1d2ba7e1f516d9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 0e981c5218a661d479182696be5f084f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: fb581dce4954c4805b085fbdb302b514, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat.meta new file mode 100644 index 0000000..9b659a2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e1ec0e2320d2d4fb9a393769378ce0a1 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png new file mode 100644 index 0000000..20a0ed6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6994538bdb82e321adfc4307cac114a01d908d33b99ab6ee3294a6fa1f2dd1 +size 721402 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png.meta new file mode 100644 index 0000000..768452e --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 0e981c5218a661d479182696be5f084f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_04_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat new file mode 100644 index 0000000..ea95942 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_05 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 77f0f51d45c9f40c0bca43564f6a3373, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 01cc1628045004803a3a09d1a284b53f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 59c477f235773450b9e4023d99aa5bbc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 078a9a22d21c34b97b8d9e358b134710, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: bf0c073e4d40a475d9c9566ce05de9c0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 3b9c8413bb7d59b4dbd832a9122271cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 56db82981eabc42c588829a82080d0ce, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat.meta new file mode 100644 index 0000000..c6be020 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: e11f5b66aad75483b8cd16ee18a0c917 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png new file mode 100644 index 0000000..0e30ece --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031d367026ddf265c70764075ea403979e804e641a0746174a4bcbe65439a2b4 +size 534677 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png.meta new file mode 100644 index 0000000..b691fb7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 3b9c8413bb7d59b4dbd832a9122271cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat new file mode 100644 index 0000000..188f5f0 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_05_Sunless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: d4ff5d1a3ca85433e99c50d885d5f2f0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: c0d3431f6fb1841ffba42373feb025a6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 6498d9dd66a0240e39f77bc6d1284db4, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 6ca9fc9af24974b47b38b867577610bd, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: acd0bc48a09bc44ea95a4d357c7cd40e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 33762238fbd938c4c97707195d7e97e2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 077c84c0cbc89487ea8b46298e93d437, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat.meta new file mode 100644 index 0000000..f383adf --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: eea6dc32b86944868a305f6c94f8d7e4 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png new file mode 100644 index 0000000..59e0c42 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad82ea138ddd7d2f0c8f1aef711f22fdc31e778521c5a7ce73a0ceb19656482c +size 520165 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png.meta new file mode 100644 index 0000000..0813e5f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 33762238fbd938c4c97707195d7e97e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_05_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat new file mode 100644 index 0000000..f6d88a8 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_06 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 8e68ed4cee91b436f9948953ef49ef94, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 5b2754461418d4ec294fa5b090745d77, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: afd98ee36f21247b6954346663cc8397, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 5006000628dc742d19ba063c2640d70a, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 9d46ee63965f447c3b3c627424a74116, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 5dd1dab73acb80a4ca4a200b35ea95e2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 106ab9ce75cc142e692ea4bc2be099ca, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat.meta new file mode 100644 index 0000000..e539db8 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 123caa41e84e041d0bd65bb3ae888dd1 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png new file mode 100644 index 0000000..0c5cb6d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdd8e971f2183d31f51b6c8381aa3fb97da0041ac818e2a745872c36960319d +size 733116 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png.meta new file mode 100644 index 0000000..20f72c7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 5dd1dab73acb80a4ca4a200b35ea95e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat new file mode 100644 index 0000000..1647cad --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat @@ -0,0 +1,59 @@ +%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: FS000_Day_06_Sunless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: d62f903a1875042eb8c6b8087670ed2a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: c63063b5bf8d8455189d700ce669fcb3, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 1a06c7d8801ab45b186463c549622c6a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 9640d6687498d4d4c804a181e29bb5b7, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 9be465b956d2a4d50af168f68548465a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 5a80706490c0b9e458216d2d0bb6c8f5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 4761da1d36e6e4c39bd64170a3d983bc, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat.meta new file mode 100644 index 0000000..2abe5f6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 5c8d5031ce45e4962818ca2b5426a8cf +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png new file mode 100644 index 0000000..71cd778 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba2abfcb8cceb9067b1f72eedf4b1f4f55e7dd58cd7190356e8499259a2bf46 +size 700356 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png.meta new file mode 100644 index 0000000..c5de1c2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 5a80706490c0b9e458216d2d0bb6c8f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Day_06_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat new file mode 100644 index 0000000..68ef5b9 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat @@ -0,0 +1,59 @@ +%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: FS000_Night_01 + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: c8907e99efa244080bbd8dc0ef3f320d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 3e0dfd788dd7a4ff0aa4ae48edc008c7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 2083de4880f474b3f91aac979027cbe6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 5a6f5b39db5584cdeb3c636ac8229940, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 8af09476294bc4af9a32b963892859b7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: a64d2362d418d194f91274685fb10faf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 1ebffab61544e40fe89d4589a0a1b535, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat.meta new file mode 100644 index 0000000..0bbe523 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: ab675e6698bde46fd87143fb0d7580cb +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png new file mode 100644 index 0000000..b1c0468 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190deeb4b020820c35a959dbd9967c911d1d4a6eb3603b5fbbe41c7a36009e6b +size 752497 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png.meta new file mode 100644 index 0000000..619449a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: a64d2362d418d194f91274685fb10faf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat new file mode 100644 index 0000000..8cf433f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat @@ -0,0 +1,59 @@ +%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: FS000_Night_01_Moonless + m_Shader: {fileID: 103, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + m_LightmapFlags: 5 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 2afd95503c27e4670ab8c632c54db8ed, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 355ca1a9c96a34e05a3e03347096076f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: ad9d73ce5b8d14a7bb7d3b8da1b5b800, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 82891a209494e4d16b56dee4c9541fe0, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 21b68bdd752ba410fa6d73f5581adb67, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: ac8a32e5107b67a47939926c52798a2b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: bfab811d87b7a4e69b977979bb71e5b0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _Exposure: 1 + - _Rotation: 0 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat.meta new file mode 100644 index 0000000..53ee452 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat.meta @@ -0,0 +1,13 @@ +fileFormatVersion: 2 +guid: 1065b432639a84123a07ea43fe5ba4c9 +NativeFormatImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png new file mode 100644 index 0000000..94e7053 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b82232e7e82b5045834c8bf0194d98c7772c0d9d0c98ed3961f3fcc3c5a2fb +size 745897 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png.meta new file mode 100644 index 0000000..3742524 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: ac8a32e5107b67a47939926c52798a2b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_01_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat new file mode 100644 index 0000000..4ac54cc --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat @@ -0,0 +1,108 @@ +%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: FS000_Night_02 + m_Shader: {fileID: 103, 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: + - _BackTex: + m_Texture: {fileID: 2800000, guid: d7c5b594876894bd0af662896c04fed3, type: 3} + 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} + - _DownTex: + m_Texture: {fileID: 2800000, guid: de05be173378149d1afb93a4ce8162c4, type: 3} + 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} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 7816bb5ea92124b3d8f1adac05ebac46, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 2f3624c0f32ec426bbfad0cc4a3135ea, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 649a9bb96b342450b9f0fd684f77dc83, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: e60c8653c33d3da4d8f660c15214d3ac, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: b620cf8cb70434562b900302703b031b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat.meta new file mode 100644 index 0000000..8e546f0 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 8202c457dff32486ba5ae1f2f548d983 +timeCreated: 1508251404 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png new file mode 100644 index 0000000..2ba9aa6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca75cc1c0cb927a0111023867d039240369dfc6f3ae557056cbc04d83adfda0 +size 344201 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png.meta new file mode 100644 index 0000000..92052b7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: e60c8653c33d3da4d8f660c15214d3ac +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat new file mode 100644 index 0000000..3dca8fc --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat @@ -0,0 +1,108 @@ +%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: FS000_Night_02_Moonless + m_Shader: {fileID: 103, 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: + - _BackTex: + m_Texture: {fileID: 2800000, guid: c6cb21fd87e834100806218d0f4386f3, type: 3} + 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} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 27e7ba57c24974af7bbc603c54fdbc9b, type: 3} + 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} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 7b11ae75516b14c7091e15b1ccf15bfa, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 83ad7c147f5e94931bc117d8bdb61939, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 6ceeda2e5ff93459faa6b4ad9e727a61, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 6b1d9786203d21246bc448213b0f9aed, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 13c00d731295a44dabbf0d948749f15c, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat.meta new file mode 100644 index 0000000..dd33d70 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 94caf2ba4ca5e46bfaba53afcc8778dd +timeCreated: 1505811901 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png new file mode 100644 index 0000000..76ea728 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a85193ad1abe7e58a2607d70792b2e3c6db1adf8a9e83324a7128dacdc9256 +size 339980 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png.meta new file mode 100644 index 0000000..694362d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 6b1d9786203d21246bc448213b0f9aed +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_02_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat new file mode 100644 index 0000000..0cef6ab --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat @@ -0,0 +1,108 @@ +%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: FS000_Night_03 + m_Shader: {fileID: 103, 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: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 18d192d1b3aef4da6ad9f44d2fdc6077, type: 3} + 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} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 3f5e64107e5fd4166b8a906efccea161, type: 3} + 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} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: f555ba34228f34245afe59dcec6beb76, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 04171fc86b9d54631bba1b7a57797ba1, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 7867465f38c634ea390029c318546a29, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: df8d1504e61fa6046bbb3b99bf96da1a, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 9aa51ccd3a0c5422fb441a0567bae989, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat.meta new file mode 100644 index 0000000..9cf3c78 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: f8a60d169ab8a46b09c9b01a3e51601f +timeCreated: 1508250779 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png new file mode 100644 index 0000000..0f04042 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b561b788c0b528e5985448db08c6cf1e7d13da66df2f6e909e3fc3b1e62f5860 +size 464541 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png.meta new file mode 100644 index 0000000..03705bc --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: df8d1504e61fa6046bbb3b99bf96da1a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat new file mode 100644 index 0000000..e8bc896 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat @@ -0,0 +1,108 @@ +%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: FS000_Night_03_Moonless + m_Shader: {fileID: 103, 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: + - _BackTex: + m_Texture: {fileID: 2800000, guid: 6e3f1e3ae52c04e27ab59728aa4dfd8b, type: 3} + 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} + - _DownTex: + m_Texture: {fileID: 2800000, guid: 6dfc6d20b925740ee8b2a58a80f60a26, type: 3} + 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} + - _FrontTex: + m_Texture: {fileID: 2800000, guid: 4af3ba1a93b9742eabe43b80caafb6ef, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _LeftTex: + m_Texture: {fileID: 2800000, guid: 3b4b887363dce40c2a4aefffd3c695dd, type: 3} + 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} + - _RightTex: + m_Texture: {fileID: 2800000, guid: 72453a386a6d7430894cc4aa6033f6e9, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + m_Texture: {fileID: 8900000, guid: 72dbfaf2e11e92744a2ff15822b9079f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _UpTex: + m_Texture: {fileID: 2800000, guid: 4468bf097f2914878a54fbab20ae65c7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat.meta new file mode 100644 index 0000000..7083944 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 42dc3b9b0dd2040fc9ef0182fdea0e50 +timeCreated: 1508250872 +licenseType: Store +NativeFormatImporter: + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png new file mode 100644 index 0000000..7c9fe8f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afee19f97b6a19e74ff9e4dccded3be00eff4f57452e776a09c893d6dea7a61 +size 455901 diff --git a/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png.meta new file mode 100644 index 0000000..dbf5c72 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 72dbfaf2e11e92744a2ff15822b9079f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Cubemaps/Classic/FS000_Night_03_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics.meta b/Assets/Fantasy Skybox FREE/Panoramics.meta new file mode 100644 index 0000000..2016d36 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e0454b514da2ecd429e000f40050d4fa +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002.meta new file mode 100644 index 0000000..a592fd4 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c862ef60191075042a6f4ac7dd6f19b1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat new file mode 100644 index 0000000..b0fd060 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat @@ -0,0 +1,84 @@ +%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: FS002_Day + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 90bac99dc822bf641b140cdc291b845e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat.meta new file mode 100644 index 0000000..9df927b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9ca22510633fbfd4399f1704cd9d5c72 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png new file mode 100644 index 0000000..1bfba2f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd00ce857d7ee4838080cde0329b61553c566c23101a19ed50c954a3daaefda4 +size 909954 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png.meta new file mode 100644 index 0000000..638fa61 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 90bac99dc822bf641b140cdc291b845e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat new file mode 100644 index 0000000..6e5cb26 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat @@ -0,0 +1,84 @@ +%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: FS002_Day_Sunless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: e2c576b6d07638b468b5ba303a3a07cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat.meta new file mode 100644 index 0000000..b08b0a6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 67950864b84c5db4f9eee7ca51c85571 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png new file mode 100644 index 0000000..5af5d80 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3397ece3658c51b6f42aaa96e818b9f1b5cb494ce60eb5ce886ad041c3811c +size 909729 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png.meta new file mode 100644 index 0000000..60a4330 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: e2c576b6d07638b468b5ba303a3a07cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Day_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat new file mode 100644 index 0000000..375acfe --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat @@ -0,0 +1,84 @@ +%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: FS002_Night + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 3cf4d52b14bd4254d9f4fd063f8d9bfd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat.meta new file mode 100644 index 0000000..d42c68d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d1fdb8e44b28da34d9e922cca0bc740e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png new file mode 100644 index 0000000..e011b97 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7733571ea9d324dc3e301312abe86a4981b050a848ea6abf4b16bd1fddc8182 +size 2064279 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png.meta new file mode 100644 index 0000000..44430d4 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 3cf4d52b14bd4254d9f4fd063f8d9bfd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat new file mode 100644 index 0000000..d76fe97 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat @@ -0,0 +1,88 @@ +%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: FS002_Night_Moonless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 13ec4f589b2340646969832fc2e68ec6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _Tex: + 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 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat.meta new file mode 100644 index 0000000..0e6d113 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1cc6e6796f833a94f94e6d794ca654c3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png new file mode 100644 index 0000000..b172da3 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc32f8075f826e631da27f4ccc99fbd774997a2a8d22765fadd5eb136bcc7c0e +size 1929990 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png.meta new file mode 100644 index 0000000..515056f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 13ec4f589b2340646969832fc2e68ec6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Night_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat new file mode 100644 index 0000000..15be6f5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat @@ -0,0 +1,84 @@ +%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: FS002_Rainy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 9183c8173b34a5741a60673a672347cb, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat.meta new file mode 100644 index 0000000..dd8c037 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b5a27fa4b11bfb24cbc6daff3802c229 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png new file mode 100644 index 0000000..4470e3f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f153ecad79fdd3568dc7ca131124a8e59775ede7d1acc7c425d3df534ac8e87 +size 2603901 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png.meta new file mode 100644 index 0000000..ce4d5e3 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 9183c8173b34a5741a60673a672347cb +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Rainy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat new file mode 100644 index 0000000..45f18d5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat @@ -0,0 +1,84 @@ +%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: FS002_Snowy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 0ffe8585761fae642bd4d7d85819a5f5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat.meta new file mode 100644 index 0000000..1274234 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7b0f2096b49ccfb4f8b47c8084d650fa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png new file mode 100644 index 0000000..1443c95 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed21bbaac43d744a21ab058cb28c7a514717c19f942765ba3f84a278c727533 +size 2534546 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png.meta new file mode 100644 index 0000000..697f54b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 0ffe8585761fae642bd4d7d85819a5f5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Snowy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat new file mode 100644 index 0000000..f892747 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat @@ -0,0 +1,84 @@ +%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: FS002_Sunrise + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 7deb3454b299fae498f2365d40aee326, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat.meta new file mode 100644 index 0000000..8871a42 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7c86d4abbd33b564b9e773aceadb8572 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png new file mode 100644 index 0000000..cbf0d17 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4f078056c9a7da5947a125b35e1b3930b08f834250c497ec4f99e8e8b6067c +size 1025144 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png.meta new file mode 100644 index 0000000..b15fada --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 7deb3454b299fae498f2365d40aee326 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunrise.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat new file mode 100644 index 0000000..9941810 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat @@ -0,0 +1,84 @@ +%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: FS002_Sunset + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 88c4ef1770f6491408e50fd96829b1b6, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat.meta new file mode 100644 index 0000000..3ae64cc --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 44d0573bf6d91e447b62f3aff840f2ae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png new file mode 100644 index 0000000..fc28bb9 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994d24a6599193ba5f674274386ef3f5ee549300dbd60d0616ec6ba59b0c29c6 +size 1134039 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png.meta new file mode 100644 index 0000000..d1b9320 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 88c4ef1770f6491408e50fd96829b1b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS002/FS002_Sunset.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003.meta new file mode 100644 index 0000000..dab2f79 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 19ee5fc36da208d45b86eb47e0f34cbd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat new file mode 100644 index 0000000..5442fc3 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat @@ -0,0 +1,84 @@ +%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: FS003_Day + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 97c83ef8555216848ba4f98a7496a917, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.196 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat.meta new file mode 100644 index 0000000..5f585da --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: c051fe5a20f72814f9643eb10ebbd2fc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png new file mode 100644 index 0000000..bb88e65 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc0b9933f13cd373e9312e00cfe63b48c85fd417f3d25c0d167c55aafa30b3b +size 2008327 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png.meta new file mode 100644 index 0000000..af9d715 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 97c83ef8555216848ba4f98a7496a917 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat new file mode 100644 index 0000000..fd74a0a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat @@ -0,0 +1,84 @@ +%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: FS003_Day_Sunless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 99b254ad4e7668d419be526ebb66b549, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat.meta new file mode 100644 index 0000000..c2dfe22 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0f1401d983cde1c49a7f687a57e62c5a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png new file mode 100644 index 0000000..6c98883 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76f67df5d875cf0eb9fdc09bbb55823b92f1ecca4fea293624abcd060f3f339 +size 2023218 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png.meta new file mode 100644 index 0000000..14cef05 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 99b254ad4e7668d419be526ebb66b549 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Day_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat new file mode 100644 index 0000000..00bd3e6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat @@ -0,0 +1,84 @@ +%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: FS003_Night + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 323f1ea1bce78fe4c90b2286fa1997e2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat.meta new file mode 100644 index 0000000..34bdad8 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 80fa4f34db87aad4d93c45188b19bfd6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png new file mode 100644 index 0000000..dcbe6a0 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c5de8663feac346787aab4f47ca6882f7b30d7b430cbc4bc275774a763bc2d +size 3133186 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png.meta new file mode 100644 index 0000000..6097e72 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 323f1ea1bce78fe4c90b2286fa1997e2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat new file mode 100644 index 0000000..d6c2733 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat @@ -0,0 +1,84 @@ +%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: FS003_Night_Moonless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 6185794ad33085a4a9f8446781cb8f15, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat.meta new file mode 100644 index 0000000..09e72f4 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 20cbde986f628bb41bbc92dfd61311cf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png new file mode 100644 index 0000000..521a6c5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ce56b725ad18b8f11c5cb1aa918c662f240190bd758208fbf57254280e0055 +size 3186638 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png.meta new file mode 100644 index 0000000..25d9b1c --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 6185794ad33085a4a9f8446781cb8f15 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Night_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat new file mode 100644 index 0000000..4f71155 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat @@ -0,0 +1,84 @@ +%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: FS003_Rainy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: ad211dc5ae928ef40b568736df2f62b0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat.meta new file mode 100644 index 0000000..b2535ff --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e0a21ebc98cee4e46bbae873ec0be703 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png new file mode 100644 index 0000000..c9a5b8f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b426a2aaccaa1f600e046a552b100e56f663a9d006d16dd9c6831be3cb169076 +size 2641823 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png.meta new file mode 100644 index 0000000..7949d8a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: ad211dc5ae928ef40b568736df2f62b0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Rainy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat new file mode 100644 index 0000000..ddb7623 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat @@ -0,0 +1,84 @@ +%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: FS003_Snowy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: f4d685236ef56ef41a4ddef00508a2c5, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat.meta new file mode 100644 index 0000000..ddd0053 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b141c8e4f6387ef45b13a68b10c88b7f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png new file mode 100644 index 0000000..5ac8180 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3c8a577f947b5fb38078c0846c0a80ff4ce55c71175181e5e5dd01424c9298 +size 2177240 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png.meta new file mode 100644 index 0000000..05afe96 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: f4d685236ef56ef41a4ddef00508a2c5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Snowy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat new file mode 100644 index 0000000..7cb50b4 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat @@ -0,0 +1,84 @@ +%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: FS003_Sunrise + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: c15e36d3819e8d14ab21ab119e3fd4a7, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat.meta new file mode 100644 index 0000000..9c3c580 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 023808db2bfa00d44929aa2176d29c76 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png new file mode 100644 index 0000000..7565084 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:511ab065faa2d4ceca04fcd1b3cb25bf44c320e027bb21e83b4db08804721ea4 +size 2665831 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png.meta new file mode 100644 index 0000000..c13c5ee --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: c15e36d3819e8d14ab21ab119e3fd4a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunrise.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat new file mode 100644 index 0000000..f3f445a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat @@ -0,0 +1,84 @@ +%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: FS003_Sunset + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 846cce7d90ad21b4b80fcb937193081e, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat.meta new file mode 100644 index 0000000..accda0c --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6e00f8b39315691449f256740a5cb862 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png new file mode 100644 index 0000000..6222e90 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886347fb6cd08c444ebe5735782ee72aaf493ff85ea74e43fa22dc413829f6ca +size 2761937 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png.meta new file mode 100644 index 0000000..f23e4e1 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 846cce7d90ad21b4b80fcb937193081e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS003/FS003_Sunset.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013.meta new file mode 100644 index 0000000..cac438f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f11fc5ca5a0603d4f96f98c92e7cb7f2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat new file mode 100644 index 0000000..aeb8ff5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat @@ -0,0 +1,84 @@ +%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: FS013_Day + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 163214a3accfb80488d2e6a27f45b743, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat.meta new file mode 100644 index 0000000..ef1692a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8dd2f17b6e3f8174390967bc55ead836 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png new file mode 100644 index 0000000..b25ba91 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231455f11bd76a559b5a13305a0fcb84734a98ff2b5392b758cab9251536611f +size 2727908 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png.meta new file mode 100644 index 0000000..555250a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 163214a3accfb80488d2e6a27f45b743 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat new file mode 100644 index 0000000..47871d6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat @@ -0,0 +1,84 @@ +%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: FS013_Day_Sunless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 20f8339484595a64b81579493040f0a0, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat.meta new file mode 100644 index 0000000..b9c08a2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 97fca95f33987e548be9dd7c03cb1a96 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png new file mode 100644 index 0000000..4859111 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746625821c811aa42d410451894343fcb63b97fcc64da3de244c7df26a0c9f42 +size 2642893 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png.meta new file mode 100644 index 0000000..cb42885 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 20f8339484595a64b81579493040f0a0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Day_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat new file mode 100644 index 0000000..d4b4a80 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat @@ -0,0 +1,84 @@ +%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: FS013_Night + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 134608dbb5b4b3e458e3567b13281134, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat.meta new file mode 100644 index 0000000..e7ab227 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6eecb3bb77b3f7a43a504fceda3b0b5f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png new file mode 100644 index 0000000..a2820b2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e07b2e710835936653e664f889128f5f1c223c2df1eb125bc9c20b0f216a38 +size 1379575 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png.meta new file mode 100644 index 0000000..5fc7634 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 134608dbb5b4b3e458e3567b13281134 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat new file mode 100644 index 0000000..1d982ed --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat @@ -0,0 +1,84 @@ +%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: FS013_Night_Moonless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: a81552b25f3b36b43b82a6c5daf6e098, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat.meta new file mode 100644 index 0000000..44ae123 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 56c9ed5ee739a324e8d8bdb9613f4890 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png new file mode 100644 index 0000000..b963d26 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad50848a5a8b5b43b2c20b3793d8a1ff475583c96e0d22c40074952d8895c497 +size 1348382 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png.meta new file mode 100644 index 0000000..62fb157 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: a81552b25f3b36b43b82a6c5daf6e098 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Night_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat new file mode 100644 index 0000000..4dc38f7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat @@ -0,0 +1,84 @@ +%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: FS013_Rainy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: f5aa48695cf2eae40a79ff8630af2aef, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat.meta new file mode 100644 index 0000000..26ff62f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8426cf3d3939a7d419671f3d5c269c0b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png new file mode 100644 index 0000000..6615850 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1809e6f52f06e85749516fc7ee4686501b9dee7a9a14b345d830bd26b708da +size 1283922 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png.meta new file mode 100644 index 0000000..a926032 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: f5aa48695cf2eae40a79ff8630af2aef +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Rainy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat new file mode 100644 index 0000000..9cd0046 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat @@ -0,0 +1,84 @@ +%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: FS013_Snowy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: cd6e32b2b89313e4ba54e7fc07ea31f2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat.meta new file mode 100644 index 0000000..78e1402 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0e51b3d2f16325549987d8d6070de3a1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png new file mode 100644 index 0000000..4f31669 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693331177a6cf821584f44edd9d7dd177d44d5a69ddd4a7b4856ef3f30d96e0c +size 1254243 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png.meta new file mode 100644 index 0000000..f408d85 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: cd6e32b2b89313e4ba54e7fc07ea31f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Snowy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat new file mode 100644 index 0000000..d101405 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat @@ -0,0 +1,84 @@ +%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: FS013_Sunrise + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 99bb9346a54a1ef45b3d086ccba8cfad, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat.meta new file mode 100644 index 0000000..ff12aa2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3a253cab252a165478338fba0f03e63a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png new file mode 100644 index 0000000..ca603ad --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b333425de067e01abbb88e63766903aa8c5487307bc02850ccf44a3a2c97f02 +size 898471 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png.meta new file mode 100644 index 0000000..65fcd1d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 99bb9346a54a1ef45b3d086ccba8cfad +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunrise.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat new file mode 100644 index 0000000..e6605c6 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat @@ -0,0 +1,84 @@ +%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: FS013_Sunset + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: c9c7d456c59dc784b93f9c65f163e63f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat.meta new file mode 100644 index 0000000..3fc6195 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: de1d750fefeeac642bf9b11a3978ccf5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png new file mode 100644 index 0000000..dc63c80 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765bedc8e273212cdc61205ba6043d96f763072b1fd4aeb9d1cb087c85adf5dd +size 2246569 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png.meta new file mode 100644 index 0000000..fd7c20c --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: c9c7d456c59dc784b93f9c65f163e63f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS013/FS013_Sunset.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017.meta new file mode 100644 index 0000000..74bce48 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ae9a043594a6d741a2956119b230b43 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat new file mode 100644 index 0000000..7028ea2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat @@ -0,0 +1,84 @@ +%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: FS017_Day + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 53129b20db5c19c4a9f4fcd4efd08b96, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat.meta new file mode 100644 index 0000000..108e344 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0d5771081eb9abb43b1792b52260d914 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png new file mode 100644 index 0000000..748c097 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e67c9186c7a16d1e092eb5d5bb1dfe888acfcddb06c8b977a634cf8702fef41 +size 589340 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png.meta new file mode 100644 index 0000000..66956f0 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 53129b20db5c19c4a9f4fcd4efd08b96 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat new file mode 100644 index 0000000..cc7cb52 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat @@ -0,0 +1,84 @@ +%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: FS017_Day_Sunless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 268c93021d7cf59469304bd4e244f156, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat.meta new file mode 100644 index 0000000..54cccd9 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 416ee80c6a09f9b4fb43d9aa43f4a057 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png new file mode 100644 index 0000000..047735b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7161c96ca48a606ba9ec3aa0be272945e1f6cd3b3801a37fbcc8bb513b043260 +size 587105 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png.meta new file mode 100644 index 0000000..55f599d --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 268c93021d7cf59469304bd4e244f156 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Day_Sunless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat new file mode 100644 index 0000000..7d72c35 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat @@ -0,0 +1,84 @@ +%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: FS017_Night + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 32cef6a96e79c904387df9d92260fabf, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat.meta new file mode 100644 index 0000000..903f03a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d3823126980dd98479f7761e6d47338a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png new file mode 100644 index 0000000..b716336 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f223709caf2529c54e66fcea539a02ef8286cdf74f23babe80b562507066bc7d +size 470505 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png.meta new file mode 100644 index 0000000..da401fd --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 32cef6a96e79c904387df9d92260fabf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat new file mode 100644 index 0000000..d00e3e9 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat @@ -0,0 +1,84 @@ +%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: FS017_Night_Moonless + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 71af0a156cd7ed6469b31ce35294a78b, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat.meta new file mode 100644 index 0000000..07bbd6a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 48d4f62e2d5af1643a431d2f4b07ccbb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png new file mode 100644 index 0000000..03bb49a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e67b38914cc51a13b87bace44438015e5f31b7e50c8d976f068aaa587ee469 +size 456971 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png.meta new file mode 100644 index 0000000..2748873 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 71af0a156cd7ed6469b31ce35294a78b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Night_Moonless.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat new file mode 100644 index 0000000..2c75093 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat @@ -0,0 +1,84 @@ +%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: FS017_Rainy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 16d9adf6c3330a04791bfc80481167c2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat.meta new file mode 100644 index 0000000..8443e70 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 7a8675eb396637d43b4ba0a69cc715a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png new file mode 100644 index 0000000..b61a7e1 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ff58f0ec43dacee595480219512ee73c3da664143cdc3239271c2cba8d3392 +size 589000 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png.meta new file mode 100644 index 0000000..de6d2a5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 16d9adf6c3330a04791bfc80481167c2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Rainy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat new file mode 100644 index 0000000..6ea5796 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat @@ -0,0 +1,84 @@ +%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: FS017_Snowy + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 787c830ffbe38b14a9c7bcf39669cdfe, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat.meta new file mode 100644 index 0000000..6f09110 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 24d76106ebc1bd947a3fed862f899b82 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png new file mode 100644 index 0000000..3d655f9 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7627ba632b6db7ae4682681b8ca00972bc902cd607b09009e719234ab53ceb3e +size 865271 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png.meta new file mode 100644 index 0000000..1d1a996 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 787c830ffbe38b14a9c7bcf39669cdfe +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Snowy.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat new file mode 100644 index 0000000..0743369 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat @@ -0,0 +1,84 @@ +%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: FS017_Sunrise + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 5e24d3ca061bf2b48a3e334c5cc4eab1, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat.meta new file mode 100644 index 0000000..d1b9bfc --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 39d27e80110a983468075fd1868610d7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png new file mode 100644 index 0000000..7f82ea7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3109b67cc599c20b85a20f3fe2690e890657128355b76ca3d5936ba247f29400 +size 729873 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png.meta new file mode 100644 index 0000000..350be5c --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 5e24d3ca061bf2b48a3e334c5cc4eab1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunrise.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat new file mode 100644 index 0000000..58e4680 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat @@ -0,0 +1,84 @@ +%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: FS017_Sunset + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT + 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: 2800000, guid: 89878140665978f4f9f27f55a61fb12d, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _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: 1} + - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat.meta new file mode 100644 index 0000000..d426dd7 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: aed657681c6812845bb7736c343b5e9b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.mat + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png new file mode 100644 index 0000000..9027056 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ffc69f8b30d3a325ab908cc0bdeb464cbac05d9152e29e7934b02d6cc3782d +size 753479 diff --git a/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png.meta b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png.meta new file mode 100644 index 0000000..3f295f1 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png.meta @@ -0,0 +1,129 @@ +fileFormatVersion: 2 +guid: 89878140665978f4f9f27f55a61fb12d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 4096 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Panoramics/FS017/FS017_Sunset.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Readme.txt b/Assets/Fantasy Skybox FREE/Readme.txt new file mode 100644 index 0000000..a9581ba --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Readme.txt @@ -0,0 +1,46 @@ +------------------------- +Fantasy Skybox FREE 1.6.5 +------------------------- + + Fantasy Skybox FREE is a ready-to-use skyboxes for Unity. It contains 18 cubemap and 32 panoramic skyboxes. + + This package is the free version of the complate collection, Fantasy Skybox. + + Features: + + • 18 cubemaps skyboxes (2048x1536px resolution). + • 32 panoramic skyboxes (2048x1024px resolution). + • Cubemap skyboxes include Day, Day Sunless, Moon, and Moonless variations. + • Panoramic skyboxes include Day, Day Sunless, Night, Night Moonless, Rainy, Snowy, Sunrise, and Sunset options. + • Compatible with Unity 2021.3.0f1 or higher. + + Instructions: + + 1. Open Unity Editor (2021.3.0f1 or higher) and import the Fantasy Skybox FREE package. + 2. To view the demo, open either the "Demo with terrain" or "Demo without terrain" scene from the Scenes folder. + 3. To set up a skybox in your scene: + 3.1. Open your scene and select the Camera. Ensure Clear Flags is set to Skybox. + 3.2. Go to Window -> Rendering -> Lighting from the top menu to open the Lighting tab. + 3.3. In the Lighting tab, select the Environment tab. + 3.4. In the Skybox Material field, choose a skybox from the Panoramics folder for panoramic skyboxes, or from the Cubemaps folder for cubemap skyboxes. + 4. If you want to prevent the skybox from affecting ambient lighting, change the Source field from Skybox to Color, then adjust the ambient color as needed. + + Available on the Unity Asset Store: + + • Fantasy Skybox + See the complete collection, the high-res resolution. + https://assetstore.unity.com/packages/2d/textures-materials/sky/fantasy-skybox-18216 + + • Fantasy Skybox FREE + Try it for free, https://assetstore.unity.com/packages/2d/textures-materials/sky/fantasy-skybox-free-18353 + + YouTube: + + • https://www.youtube.com/channel/UCj36vbkGOU0VUukBCLGQN5g + + Website: + + https://render-knight.com/ + + Thank you for your support, + renderknight.uas@gmail.com \ No newline at end of file diff --git a/Assets/Fantasy Skybox FREE/Readme.txt.meta b/Assets/Fantasy Skybox FREE/Readme.txt.meta new file mode 100644 index 0000000..81c06ee --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Readme.txt.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 53399a9960b4d94419f1b8fa47c146b7 +timeCreated: 1434912371 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Readme.txt + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/ReleaseNotes.txt b/Assets/Fantasy Skybox FREE/ReleaseNotes.txt new file mode 100644 index 0000000..bbf9e44 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/ReleaseNotes.txt @@ -0,0 +1,70 @@ +Fantasy Skybox FREE - Release Notes + +Version 1.6.5 +• Compatible with Unity 2021.3.0 or higher. +• Removed unused and duplicate cubemaps. +• Rearranged the Scenes folder. + +Version 1.6.0 +• Compatible with Unity 2021.1.0 or higher. +• Added 32 cubemaps. +• Removed old demo scene. +• Added 2 demo scenes (with/without test terrain). +• Separated cubemaps and panoramas into distinct folders. + +Version 1.5.6 +• Added 16 low-quality panoramic skyboxes (FS013 and FS017). + +Version 1.5.0 +• Compatible with Unity 2019.3.0f1 or higher. +• Added 16 low-quality panoramic skyboxes (FS002 and FS003). +• Converted classic skyboxes to low-quality cubemaps. +• Rearranged folders; moved classic skyboxes to "Classic." +• Updated demo scene. + +Version 1.4.0 +• Compatible with Unity 2017.3.1 or higher. +• Removed "GE Touch Joystick" from 'GE Common Assets'. +• Standard Assets (Characters) no longer included. Import via Unity Editor (see Readme.txt). +• Updated demo scene. + +Version 1.3.8 +• Compatible with Unity 5.6.1 or higher. +• Adjusted skybox parameters. +• Updated demo scene. + +Version 1.3.5 +• Compatible with Unity 5.5.1 or higher. +• Updated GUI Animator FREE to v1.1.5. + +Version 1.3.0 +• Compatible with Unity 5.4.0 or higher. +• Fixed: "Requested build target group doesn't exist" error. +• Updated GUI Animator FREE to v1.1.0. + +Version 1.2.6 +• Compatible with Unity 4.7.1 and 5.3.4. +• Updated GUI Animator FREE to v1.0.1. + +Version 1.2.5 +• Compatible with Unity 4.6.9 and 5.3.2. +• Added full-screen toggle and settings panels. +• Converted textures to PNG from TGA. +• Improved first-person controller. +• Updated sample scripts and demo scene. + +Version 1.0.1 +• Compatible with Unity 4.6.9. +• Renamed to "Fantasy Skybox FREE." +• Added 2 skyboxes (Night 01B and Sunny 01B). +• Rearranged folders. +• Switched texture format to True Color. + +Version 1.0 (Initial Release) +• Compatible with Unity and Unity Pro. +• 2 skyboxes (Night 01A and Sunny 01A). +• 1024x1024 texture per side. +• Demo scene and script. +• Light & render settings guide. +• Mobile-friendly. +• Supports all platforms. \ No newline at end of file diff --git a/Assets/Fantasy Skybox FREE/ReleaseNotes.txt.meta b/Assets/Fantasy Skybox FREE/ReleaseNotes.txt.meta new file mode 100644 index 0000000..fde615c --- /dev/null +++ b/Assets/Fantasy Skybox FREE/ReleaseNotes.txt.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f4bb2358699d96a43b3bfb9dcd59213f +timeCreated: 1434912371 +licenseType: Store +TextScriptImporter: + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/ReleaseNotes.txt + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes.meta b/Assets/Fantasy Skybox FREE/Scenes.meta new file mode 100644 index 0000000..737d316 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9d20d945c0685494ba906e939e1dd86f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity b/Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity new file mode 100644 index 0000000..56f0122 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity @@ -0,0 +1,1258 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 1 + m_FogColor: {r: 0.9921569, g: 0.8, b: 0.36862746, a: 1} + m_FogMode: 2 + m_FogDensity: 0.005 + m_LinearFogStart: 0 + m_LinearFogEnd: 200 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 9ca22510633fbfd4399f1704cd9d5c72, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 2048 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.6327306, g: 0.87350535, b: 0.9880082, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &100129966 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 100129968} + - component: {fileID: 100129967} + m_Layer: 0 + m_Name: DirectionalLight_Night + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &100129967 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 100129966} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.21568628, g: 0.37254903, b: 0.5294118, a: 1} + m_Intensity: 1.3 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.2 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &100129968 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 100129966} + m_LocalRotation: {x: 0.04300688, y: 0.9418009, z: -0.30600968, w: 0.13236158} + m_LocalPosition: {x: -4, y: 11, z: 20} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 36, y: 164, z: 0} +--- !u!1 &112574397 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 112574399} + - component: {fileID: 112574398} + m_Layer: 0 + m_Name: DirectionalLight_Rainy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &112574398 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 112574397} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.84313726, g: 0.9019608, b: 0.85882354, a: 1} + m_Intensity: 1.1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &112574399 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 112574397} + m_LocalRotation: {x: 0.18301274, y: -0.6830127, z: 0.18301274, w: 0.6830127} + m_LocalPosition: {x: 0, y: 2, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 30, y: -90, z: 0} +--- !u!1 &613562277 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 613562280} + - component: {fileID: 613562279} + - component: {fileID: 613562278} + m_Layer: 0 + m_Name: Camera_4 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &613562278 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 613562277} + m_Enabled: 0 +--- !u!20 &613562279 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 613562277} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &613562280 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 613562277} + m_LocalRotation: {x: -0.32180014, y: 0.3183095, z: 0.11585516, w: 0.8841388} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: -40, y: 39.6, z: 0} +--- !u!1 &645134443 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 645134446} + - component: {fileID: 645134445} + - component: {fileID: 645134444} + m_Layer: 0 + m_Name: Camera_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &645134444 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645134443} + m_Enabled: 0 +--- !u!20 &645134445 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645134443} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &645134446 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645134443} + m_LocalRotation: {x: 0.028117197, y: -0.9307025, z: -0.35726324, w: -0.0732478} + m_LocalPosition: {x: -5, y: 1, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: -42, y: -189, z: 0} +--- !u!1 &645387096 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 645387098} + - component: {fileID: 645387097} + m_Layer: 0 + m_Name: DirectionalLight_Sunset + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &645387097 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645387096} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.9960785, g: 0.7058824, b: 0.1254902, a: 1} + m_Intensity: 1.6 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.4 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &645387098 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645387096} + m_LocalRotation: {x: 0.22787625, y: 0.6693821, z: -0.22787625, w: 0.6693821} + m_LocalPosition: {x: -500, y: 50, z: -60} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 37.6, y: 90, z: 0} +--- !u!1 &1161757363 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1161757366} + - component: {fileID: 1161757365} + - component: {fileID: 1161757364} + m_Layer: 8 + m_Name: Camera_1 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1161757364 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1161757363} + m_Enabled: 0 +--- !u!20 &1161757365 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1161757363} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1161757366 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1161757363} + m_LocalRotation: {x: -0.23203883, y: 0.6219663, z: 0.20029047, w: 0.7205551} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -35.7, y: 81.6, z: 0} +--- !u!1 &1342544963 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1342544965} + - component: {fileID: 1342544964} + m_Layer: 0 + m_Name: DirectionalLight_Snowy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &1342544964 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342544963} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.9372549, g: 1, b: 1, a: 1} + m_Intensity: 1.2 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1342544965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342544963} + m_LocalRotation: {x: 0.2745258, y: -0.6000939, z: 0.23035447, w: 0.7151641} + m_LocalPosition: {x: 20, y: 22, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 42, y: -80, z: 0} +--- !u!1 &1392237258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1392237260} + - component: {fileID: 1392237259} + m_Layer: 0 + m_Name: DirectionalLight_Sunrise + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &1392237259 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1392237258} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.87058824, b: 0.19607843, a: 1} + m_Intensity: 1.2 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1392237260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1392237258} + m_LocalRotation: {x: -0.14701577, y: 0.6916548, z: -0.14701577, w: -0.6916548} + m_LocalPosition: {x: 18.44, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 24, y: 270, z: 0} +--- !u!1 &1487678462 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1487678465} + - component: {fileID: 1487678464} + - component: {fileID: 1487678463} + m_Layer: 8 + m_Name: Camera_2 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &1487678463 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1487678462} + m_Enabled: 0 +--- !u!20 &1487678464 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1487678462} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 26.991467 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1487678465 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1487678462} + m_LocalRotation: {x: -0.040690303, y: -0.94699806, z: -0.2895264, w: 0.13309197} + m_LocalPosition: {x: 0, y: 2, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: -34, y: -164, z: 0} +--- !u!1 &1497872799 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1497872802} + - component: {fileID: 1497872801} + - component: {fileID: 1497872800} + m_Layer: 0 + m_Name: Camera_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &1497872800 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1497872799} + m_Enabled: 0 +--- !u!20 &1497872801 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1497872799} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1497872802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1497872799} + m_LocalRotation: {x: -0.35640478, y: 0.09758572, z: 0.03745965, w: 0.9284662} + m_LocalPosition: {x: -5, y: 1, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: -42, y: 12, z: 0} +--- !u!1 &1705188298 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1705188300} + - component: {fileID: 1705188299} + m_Layer: 0 + m_Name: DirectionalLight_Day + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &1705188299 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1705188298} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 0.8784314, a: 1} + m_Intensity: 1.25 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1705188300 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1705188298} + m_LocalRotation: {x: 0.5, y: 0, z: 0, w: 0.8660254} + m_LocalPosition: {x: -3.1, y: 40.5, z: -29} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 60, y: 0, z: 0} +--- !u!1 &1962079503 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1962079506} + - component: {fileID: 1962079505} + - component: {fileID: 1962079504} + m_Layer: 0 + m_Name: Camera_3 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &1962079504 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1962079503} + m_Enabled: 0 +--- !u!20 &1962079505 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1962079503} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1962079506 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1962079503} + m_LocalRotation: {x: -0.16343999, y: -0.71537715, z: -0.17836347, w: 0.6555223} + m_LocalPosition: {x: 0, y: 2.5, z: -5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: -28, y: -95, z: 0} +--- !u!1 &2123934871 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2123934874} + - component: {fileID: 2123934873} + - component: {fileID: 2123934872} + m_Layer: 0 + m_Name: Terrain + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 4294967295 + m_IsActive: 1 +--- !u!154 &2123934872 +TerrainCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2123934871} + m_Material: {fileID: 0} + m_Enabled: 1 + m_TerrainData: {fileID: 15600000, guid: 053158c74390f9e4eb2fbfb90564a82e, type: 2} + m_EnableTreeColliders: 1 +--- !u!218 &2123934873 +Terrain: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2123934871} + m_Enabled: 1 + serializedVersion: 6 + m_TerrainData: {fileID: 15600000, guid: 053158c74390f9e4eb2fbfb90564a82e, type: 2} + m_TreeDistance: 5000 + m_TreeBillboardDistance: 50 + m_TreeCrossFadeLength: 5 + m_TreeMaximumFullLODCount: 50 + m_DetailObjectDistance: 80 + m_DetailObjectDensity: 1 + m_HeightmapPixelError: 5 + m_SplatMapDistance: 1000 + m_HeightmapMaximumLOD: 0 + m_ShadowCastingMode: 2 + m_DrawHeightmap: 1 + m_DrawInstanced: 0 + m_DrawTreesAndFoliage: 1 + m_StaticShadowCaster: 0 + m_ReflectionProbeUsage: 1 + m_MaterialTemplate: {fileID: 10652, guid: 0000000000000000f000000000000000, type: 0} + m_BakeLightProbesForTrees: 1 + m_PreserveTreePrototypeLayers: 0 + m_DeringLightProbesForTrees: 1 + m_ScaleInLightmap: 0.0256 + m_LightmapParameters: {fileID: 15203, guid: 0000000000000000f000000000000000, type: 0} + m_GroupingID: 0 + m_RenderingLayerMask: 1 + m_AllowAutoConnect: 1 +--- !u!4 &2123934874 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2123934871} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -500, y: 0, z: -500} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity.meta b/Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity.meta new file mode 100644 index 0000000..2b903b2 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 594da9eac4a488a479b252ff922516d9 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Demo with terrain.unity + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity b/Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity new file mode 100644 index 0000000..97be196 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity @@ -0,0 +1,1181 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 1 + m_FogColor: {r: 0.9921569, g: 0.8, b: 0.36862746, a: 1} + m_FogMode: 2 + m_FogDensity: 0.005 + m_LinearFogStart: 0 + m_LinearFogEnd: 200 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 9ca22510633fbfd4399f1704cd9d5c72, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 2048 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.6327306, g: 0.87350535, b: 0.9880082, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &100129966 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 100129968} + - component: {fileID: 100129967} + m_Layer: 0 + m_Name: DirectionalLight_Night + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &100129967 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 100129966} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.21568628, g: 0.37254903, b: 0.5294118, a: 1} + m_Intensity: 1.3 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.2 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &100129968 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 100129966} + m_LocalRotation: {x: 0.04300688, y: 0.9418009, z: -0.30600968, w: 0.13236158} + m_LocalPosition: {x: -4, y: 11, z: 20} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 36, y: 164, z: 0} +--- !u!1 &112574397 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 112574399} + - component: {fileID: 112574398} + m_Layer: 0 + m_Name: DirectionalLight_Rainy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &112574398 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 112574397} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.84313726, g: 0.9019608, b: 0.85882354, a: 1} + m_Intensity: 1.1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &112574399 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 112574397} + m_LocalRotation: {x: 0.18301274, y: -0.6830127, z: 0.18301274, w: 0.6830127} + m_LocalPosition: {x: 0, y: 2, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 30, y: -90, z: 0} +--- !u!1 &613562277 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 613562280} + - component: {fileID: 613562279} + - component: {fileID: 613562278} + m_Layer: 0 + m_Name: Camera_4 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &613562278 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 613562277} + m_Enabled: 0 +--- !u!20 &613562279 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 613562277} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &613562280 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 613562277} + m_LocalRotation: {x: -0.32180014, y: 0.3183095, z: 0.11585516, w: 0.8841388} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: -40, y: 39.6, z: 0} +--- !u!1 &645134443 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 645134446} + - component: {fileID: 645134445} + - component: {fileID: 645134444} + m_Layer: 0 + m_Name: Camera_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &645134444 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645134443} + m_Enabled: 0 +--- !u!20 &645134445 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645134443} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &645134446 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645134443} + m_LocalRotation: {x: 0.028117197, y: -0.9307025, z: -0.35726324, w: -0.0732478} + m_LocalPosition: {x: -5, y: 1, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: -42, y: -189, z: 0} +--- !u!1 &645387096 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 645387098} + - component: {fileID: 645387097} + m_Layer: 0 + m_Name: DirectionalLight_Sunset + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &645387097 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645387096} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.9960785, g: 0.7058824, b: 0.1254902, a: 1} + m_Intensity: 1.6 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.4 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &645387098 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645387096} + m_LocalRotation: {x: 0.22787625, y: 0.6693821, z: -0.22787625, w: 0.6693821} + m_LocalPosition: {x: -500, y: 50, z: -60} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 37.6, y: 90, z: 0} +--- !u!1 &1161757363 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1161757366} + - component: {fileID: 1161757365} + - component: {fileID: 1161757364} + m_Layer: 8 + m_Name: Camera_1 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1161757364 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1161757363} + m_Enabled: 0 +--- !u!20 &1161757365 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1161757363} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1161757366 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1161757363} + m_LocalRotation: {x: -0.23203883, y: 0.6219663, z: 0.20029047, w: 0.7205551} + m_LocalPosition: {x: 0, y: 1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -35.7, y: 81.6, z: 0} +--- !u!1 &1342544963 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1342544965} + - component: {fileID: 1342544964} + m_Layer: 0 + m_Name: DirectionalLight_Snowy + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &1342544964 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342544963} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 0.9372549, g: 1, b: 1, a: 1} + m_Intensity: 1.2 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1342544965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342544963} + m_LocalRotation: {x: 0.2745258, y: -0.6000939, z: 0.23035447, w: 0.7151641} + m_LocalPosition: {x: 20, y: 22, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 42, y: -80, z: 0} +--- !u!1 &1392237258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1392237260} + - component: {fileID: 1392237259} + m_Layer: 0 + m_Name: DirectionalLight_Sunrise + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &1392237259 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1392237258} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.87058824, b: 0.19607843, a: 1} + m_Intensity: 1.2 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1392237260 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1392237258} + m_LocalRotation: {x: -0.14701577, y: 0.6916548, z: -0.14701577, w: -0.6916548} + m_LocalPosition: {x: 18.44, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 24, y: 270, z: 0} +--- !u!1 &1487678462 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1487678465} + - component: {fileID: 1487678464} + - component: {fileID: 1487678463} + m_Layer: 8 + m_Name: Camera_2 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &1487678463 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1487678462} + m_Enabled: 0 +--- !u!20 &1487678464 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1487678462} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 26.991467 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1487678465 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1487678462} + m_LocalRotation: {x: -0.040690303, y: -0.94699806, z: -0.2895264, w: 0.13309197} + m_LocalPosition: {x: 0, y: 2, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: -34, y: -164, z: 0} +--- !u!1 &1497872799 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1497872802} + - component: {fileID: 1497872801} + - component: {fileID: 1497872800} + m_Layer: 0 + m_Name: Camera_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &1497872800 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1497872799} + m_Enabled: 0 +--- !u!20 &1497872801 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1497872799} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1497872802 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1497872799} + m_LocalRotation: {x: -0.35640478, y: 0.09758572, z: 0.03745965, w: 0.9284662} + m_LocalPosition: {x: -5, y: 1, z: -3} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: -42, y: 12, z: 0} +--- !u!1 &1705188298 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1705188300} + - component: {fileID: 1705188299} + m_Layer: 0 + m_Name: DirectionalLight_Day + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!108 &1705188299 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1705188298} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 1, b: 0.8784314, a: 1} + m_Intensity: 1.25 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: 1 + m_CustomResolution: -1 + m_Strength: 0.5 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1705188300 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1705188298} + m_LocalRotation: {x: 0.5, y: 0, z: 0, w: 0.8660254} + m_LocalPosition: {x: -3.1, y: 40.5, z: -29} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 60, y: 0, z: 0} +--- !u!1 &1962079503 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1962079506} + - component: {fileID: 1962079505} + - component: {fileID: 1962079504} + m_Layer: 0 + m_Name: Camera_3 + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!81 &1962079504 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1962079503} + m_Enabled: 0 +--- !u!20 &1962079505 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1962079503} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 81.78679 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: 2 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1962079506 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1962079503} + m_LocalRotation: {x: -0.16343999, y: -0.71537715, z: -0.17836347, w: 0.6555223} + m_LocalPosition: {x: 0, y: 2.5, z: -5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: -28, y: -95, z: 0} diff --git a/Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity.meta b/Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity.meta new file mode 100644 index 0000000..d395095 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 12c6f44bbd4eef541a925ea029b57f07 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Demo without terrain.unity + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps).meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps).meta new file mode 100644 index 0000000..3b3fdfd --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps).meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dda702a668e5aff4e9f4f3c7ed4c199b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset new file mode 100644 index 0000000..c9bea16 Binary files /dev/null and b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset differ diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset.meta new file mode 100644 index 0000000..fcf953a --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 9235e21aad383004ba4815536366ba54 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/LightingData.asset + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..de410ff --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e47b4415140b2c05af17e4ee100aae8d8512f1713f243b797e85b119c9d2cc +size 785204 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png.meta new file mode 100644 index 0000000..a9738bd --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: c7ea5ea2a4fb47b419c0eba8ac36b9aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 12 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_dir.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..be0b684 Binary files /dev/null and b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr differ diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr.meta new file mode 100644 index 0000000..64ece18 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: ad84e82e3cb160f4c8b52d5818e9150d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 1 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 3 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 6 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 2 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/Lightmap-0_comp_light.exr + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr new file mode 100644 index 0000000..f5410c3 Binary files /dev/null and b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr differ diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr.meta new file mode 100644 index 0000000..89e913b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr.meta @@ -0,0 +1,103 @@ +fileFormatVersion: 2 +guid: 3fe0763a27d4f644b9d49b9a37756022 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 1 + seamlessCubemap: 1 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: 0 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 2 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 100 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Lightmaps)/ReflectionProbe-0.exr + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain).meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain).meta new file mode 100644 index 0000000..1a36637 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain).meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: adaf210af5b35764faba1e1ce369d9a9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png new file mode 100644 index 0000000..f078cd5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b696664861c94dc6760d6a35d547a4000a815c6c099b8aa9352ead2eb7a8a413 +size 139561 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png.meta new file mode 100644 index 0000000..2109277 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 0d383f0cd0395064eb4b64619b2840f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Flower.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png new file mode 100644 index 0000000..f05f745 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed3eed99fbf0879a0a9a93055955d012c0b1453cbd51b8a3f1222c6c098f1c +size 249957 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png.meta new file mode 100644 index 0000000..a4f14fc --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: e3970f24555e12a46b75cdf5140ff23e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_01.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png new file mode 100644 index 0000000..aa6b087 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18eb17c3319651768b1bd8187b56e2b77eb54b73b266affae50284a194a72c2d +size 188640 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png.meta new file mode 100644 index 0000000..cad0d9e --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 5d4b367f0702b4b46a16ba3b67281419 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Brush_Grass_02.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset new file mode 100644 index 0000000..8ea8626 Binary files /dev/null and b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset differ diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset.meta new file mode 100644 index 0000000..732dc61 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 053158c74390f9e4eb2fbfb90564a82e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/SampleTerrain.asset + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer new file mode 100644 index 0000000..fad12dd --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer @@ -0,0 +1,22 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1953259897 &8574412962073106934 +TerrainLayer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TerrainDirt + m_DiffuseTexture: {fileID: 2800000, guid: 37d1938c74868484ea08b34225eb73b7, type: 3} + m_NormalMapTexture: {fileID: 2800000, guid: 6372a4abc4700ef4aad94d04602e89bf, type: 3} + m_MaskMapTexture: {fileID: 0} + m_TileSize: {x: 5, y: 5} + m_TileOffset: {x: 0, y: 0} + m_Specular: {r: 0, g: 0, b: 0, a: 0} + m_Metallic: 0 + m_Smoothness: 0 + m_NormalScale: 1 + m_DiffuseRemapMin: {x: 0, y: 0, z: 0, w: 0} + m_DiffuseRemapMax: {x: 1, y: 1, z: 1, w: 1} + m_MaskMapRemapMin: {x: 0, y: 0, z: 0, w: 0} + m_MaskMapRemapMax: {x: 1, y: 1, z: 1, w: 1} diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer.meta new file mode 100644 index 0000000..2e4efe5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d62e27a62f70e074eba77bbd9259e732 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainDirt.terrainlayer + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer new file mode 100644 index 0000000..c4891dd --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer @@ -0,0 +1,22 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1953259897 &8574412962073106934 +TerrainLayer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TerrainGrass + m_DiffuseTexture: {fileID: 2800000, guid: 5e1acf362611957488060eee4178b3f3, type: 3} + m_NormalMapTexture: {fileID: 2800000, guid: 69e10fcec9984ba4f839a5693383c57e, type: 3} + m_MaskMapTexture: {fileID: 0} + m_TileSize: {x: 5, y: 5} + m_TileOffset: {x: 0, y: 0} + m_Specular: {r: 0, g: 0, b: 0, a: 0} + m_Metallic: 0 + m_Smoothness: 0 + m_NormalScale: 0.2 + m_DiffuseRemapMin: {x: 0, y: 0, z: 0, w: 0} + m_DiffuseRemapMax: {x: 1, y: 1, z: 1, w: 1} + m_MaskMapRemapMin: {x: 0, y: 0, z: 0, w: 0} + m_MaskMapRemapMax: {x: 1, y: 1, z: 1, w: 1} diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer.meta new file mode 100644 index 0000000..563343b --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: adb6478a7f24de14eb356d6dc3d0c502 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainGrass.terrainlayer + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer new file mode 100644 index 0000000..315a1f5 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer @@ -0,0 +1,22 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1953259897 &8574412962073106934 +TerrainLayer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: TerrainRock + m_DiffuseTexture: {fileID: 2800000, guid: 5749f76eaefd4464d864cb20ae8451aa, type: 3} + m_NormalMapTexture: {fileID: 2800000, guid: 758b1fc63752a1e44957111d5af9b00c, type: 3} + m_MaskMapTexture: {fileID: 0} + m_TileSize: {x: 10, y: 10} + m_TileOffset: {x: 0, y: 0} + m_Specular: {r: 0, g: 0, b: 0, a: 0} + m_Metallic: 0 + m_Smoothness: 0 + m_NormalScale: 1 + m_DiffuseRemapMin: {x: 0, y: 0, z: 0, w: 0} + m_DiffuseRemapMax: {x: 1, y: 1, z: 1, w: 1} + m_MaskMapRemapMin: {x: 0, y: 0, z: 0, w: 0} + m_MaskMapRemapMax: {x: 1, y: 1, z: 1, w: 1} diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer.meta new file mode 100644 index 0000000..9310ceb --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ca948470117be2143a600fa882a2b77a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/TerrainRock.terrainlayer + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png new file mode 100644 index 0000000..0e652a8 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb74d05b666d673bcbc8b11280d57dd2705425e473fbe86e81734d45ca45e836 +size 20020176 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png.meta new file mode 100644 index 0000000..e43f386 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 37d1938c74868484ea08b34225eb73b7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Diffuse.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png new file mode 100644 index 0000000..1481c5f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b39462ceb0a46c8b15418cef3af63b15fc4df946c79e291b82cc1d8caf9e480 +size 6560470 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png.meta new file mode 100644 index 0000000..6ba1415 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 6372a4abc4700ef4aad94d04602e89bf +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Dirt_Normal.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png new file mode 100644 index 0000000..a07a3e8 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3172276887a66da720e9f62b0e2daa5edb15a66131f316e0bb92ed91eaf16ebf +size 7224872 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png.meta new file mode 100644 index 0000000..80d9d6f --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 5e1acf362611957488060eee4178b3f3 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Diffuse.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png new file mode 100644 index 0000000..57c05b0 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b1e849287bffbd0178bf3bd92d3baebdf031a32e576711afdee2b68d36ae00 +size 5300593 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png.meta new file mode 100644 index 0000000..d3b2db9 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 69e10fcec9984ba4f839a5693383c57e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Grass_Normal.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png new file mode 100644 index 0000000..2d67d41 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9138623e45edb8def67d45a921aac27e9145035ae27559681c30c4248deb8f2c +size 8101186 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png.meta new file mode 100644 index 0000000..a879272 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 5749f76eaefd4464d864cb20ae8451aa +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 0 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texture_Rock_Diffuse.png + uploadId: 699843 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png new file mode 100644 index 0000000..65ab100 --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac1e4ce4ad450c82c55aa0af8e77c3d1dc9014b621c720fa57e865aaf3973c9 +size 6896458 diff --git a/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png.meta b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png.meta new file mode 100644 index 0000000..c78cc2c --- /dev/null +++ b/Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png.meta @@ -0,0 +1,111 @@ +fileFormatVersion: 2 +guid: 758b1fc63752a1e44957111d5af9b00c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: -1 + mipBias: -100 + wrapU: -1 + wrapV: -1 + wrapW: -1 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 18353 + packageName: Fantasy Skybox FREE + packageVersion: 1.6.5 + assetPath: Assets/Fantasy Skybox FREE/Scenes/Textures (Terrain)/Texure_Rock_Normal.png + uploadId: 699843 diff --git a/Assets/ForestTheme.asset b/Assets/ForestTheme.asset index e29cb2e..7e4613b 100644 --- a/Assets/ForestTheme.asset +++ b/Assets/ForestTheme.asset @@ -12,12 +12,12 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 499d175f95879d544bfd6d610c7c6b74, type: 3} m_Name: ForestTheme m_EditorClassIdentifier: Assembly-CSharp::VisualTheme - themeName: ForestTheme - skyboxMaterial: {fileID: 2100000, guid: 493bfb50af5d9424da505ba945c86600, type: 2} + themeName: Unusual + skyboxMaterial: {fileID: 2100000, guid: ab675e6698bde46fd87143fb0d7580cb, type: 2} platformPrefab: {fileID: 7388098317519412612, guid: 9df5615d011b72f42896a2e628c80fc0, type: 3} playerPrefab: {fileID: 6421127655908476580, guid: 20c0d5e9f02408d478fb5903c4e881ab, type: 3} coinPrefab: {fileID: 7352386468180256529, guid: f03dae2521ff66b40b0101ca7e3aeb03, type: 3} lowObstaclePrefab: {fileID: 5900154681421489298, guid: 41dd1101e94575240a2d186bd7a91313, type: 3} highObstaclePrefab: {fileID: 6148259636070924320, guid: 1e7cabca810a6e7429106ff7cf74c483, type: 3} movingObstaclePrefab: {fileID: 6290620345133858945, guid: 2af733ae47c2d7c47b3dca774b52927b, type: 3} - invincibilityBonusPrefab: {fileID: 6691556644615571111, guid: 308c67b9b453b05419008ffe8f297c41, type: 3} + invincibilityBonusPrefab: {fileID: 9038621023743578149, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} diff --git a/Assets/POLY STYLE - Platformer Starter Pack.meta b/Assets/POLY STYLE - Platformer Starter Pack.meta new file mode 100644 index 0000000..9adce5a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3b216635de9f13d4089e7d00f654c703 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_Standard.unitypackage.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_Standard.unitypackage.meta new file mode 100644 index 0000000..f00a5c1 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_Standard.unitypackage.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0049abd2a4dddff4eb9cedc78b951818 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_Standard.unitypackage + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP.meta new file mode 100644 index 0000000..2043da2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 73dc913719880a344b4ddc48eba7b0e7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art.meta new file mode 100644 index 0000000..515dd61 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 679bbe32338fbe8418aa52d1eb89c1b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials.meta new file mode 100644 index 0000000..ee17c23 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d0234ba368eeec9418390da711bfdad0 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments.meta new file mode 100644 index 0000000..4a4b583 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa50052c471ecdb43970d0115bb3a704 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat new file mode 100644 index 0000000..4b19440 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat @@ -0,0 +1,128 @@ +%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: Grass-1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.45098042, g: 0.94509804, b: 0.59212255, a: 1} + - _Color: {r: 0.45098042, g: 0.945098, b: 0.5921225, 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: [] +--- !u!114 &6065444824456037891 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat.meta new file mode 100644 index 0000000..b520438 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 34b0f56bfe7f4f249a90646158c51028 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-1.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat new file mode 100644 index 0000000..a8fbe38 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat @@ -0,0 +1,128 @@ +%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: Grass-2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.2627451, g: 0.6117647, b: 0.37998033, a: 1} + - _Color: {r: 0.26274508, g: 0.6117647, b: 0.3799803, 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: [] +--- !u!114 &1094061388125808602 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat.meta new file mode 100644 index 0000000..25647ad --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0c1f7fd3b4f294643bfff7973f272be4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Grass-2.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat new file mode 100644 index 0000000..0f29f5b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat @@ -0,0 +1,130 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5683818036936798497 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground-1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: + - _METALLICSPECGLOSSMAP + - _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: 2800000, guid: 160973fa57fae734c94490fde7de1b10, type: 3} + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.027 + - _SmoothnessTextureChannel: 1 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 0.7838906, b: 0.6745283, a: 1} + - _Color: {r: 1, g: 0.7838906, b: 0.6745283, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat.meta new file mode 100644 index 0000000..cd4e157 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 00e34802479f9fd459b030739febd8a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-1.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat new file mode 100644 index 0000000..cbfc62c --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat @@ -0,0 +1,128 @@ +%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: Ground-2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.8679245, g: 0.77884734, b: 0.5772517, a: 1} + - _Color: {r: 0.8679245, g: 0.77884734, b: 0.5772516, 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: [] +--- !u!114 &89481022533413998 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat.meta new file mode 100644 index 0000000..8da3c1a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f630717f81f57464b8e873cba8340d98 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-2.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat new file mode 100644 index 0000000..379e697 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-3553382585505006916 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ground-3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.8962438, g: 0.7500503, b: 0.86501, a: 1} + - _Color: {r: 0.8962438, g: 0.7500503, b: 0.86501, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat.meta new file mode 100644 index 0000000..9773aa5 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: de715bd0e61c62a4cadff578735a5794 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-3.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat new file mode 100644 index 0000000..85e8f25 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat @@ -0,0 +1,128 @@ +%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: Ground-4 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.76706403, g: 0.71524084, b: 1, a: 1} + - _Color: {r: 0.76706403, g: 0.71524084, 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: [] +--- !u!114 &2978507663748544499 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat.meta new file mode 100644 index 0000000..b3d5667 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d7490659138a0154da86c55a554012eb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ground-4.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat new file mode 100644 index 0000000..998a835 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat @@ -0,0 +1,131 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4932188353428073299 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Ocean + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - DepthOnly + - SHADOWCASTER + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 660609ae00fb200499331d08c1bdba65, type: 3} + 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: 2800000, guid: 660609ae00fb200499331d08c1bdba65, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.383 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.939 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.372 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 5 + - _Surface: 1 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 0 + m_Colors: + - _BaseColor: {r: 0.23789605, g: 0.45398587, b: 0.6226415, a: 1} + - _Color: {r: 0.23789603, g: 0.4539858, b: 0.62264144, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat.meta new file mode 100644 index 0000000..b796508 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b10ef4f07ce157c499f1eff989a7614e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Ocean.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat new file mode 100644 index 0000000..82c1dcc --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat @@ -0,0 +1,131 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9017665815438592326 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Props-1 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.191 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.631 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 0.48584908, b: 0.7315832, a: 1} + - _Color: {r: 1, g: 0.48584902, b: 0.7315832, 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/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat.meta new file mode 100644 index 0000000..b0efec7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 2c09ef49c13be054891579dd4de949de +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-1.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat new file mode 100644 index 0000000..c5bd87c --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat @@ -0,0 +1,128 @@ +%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: Props-2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.183 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0, g: 0.9528302, b: 0.6053275, a: 1} + - _Color: {r: 0, g: 0.95283014, b: 0.6053275, 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: [] +--- !u!114 &581980085092858759 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat.meta new file mode 100644 index 0000000..f7101d2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fab313412e0d2c74789fda3ec4afed43 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-2.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat new file mode 100644 index 0000000..3483975 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1860041231741011267 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Props-3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.990566, g: 0.34109113, b: 0.66710204, a: 1} + - _Color: {r: 0.99056596, g: 0.3410911, b: 0.66710204, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat.meta new file mode 100644 index 0000000..7840f39 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5a7e3987da126b3448d7e55a9ec0fe97 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-3.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat new file mode 100644 index 0000000..45ed364 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat @@ -0,0 +1,131 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8408183155290627238 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Props-4 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.603 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 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/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat.meta new file mode 100644 index 0000000..cb93c43 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4bca999ab1da9294ea5d575e41073b88 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-4.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat new file mode 100644 index 0000000..9baaa2c --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat @@ -0,0 +1,131 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5706600515636587098 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Props-5 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.4716981, g: 0.4716981, b: 0.4716981, a: 1} + - _Color: {r: 0.4716981, g: 0.4716981, b: 0.4716981, 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/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat.meta new file mode 100644 index 0000000..3aef88c --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 1e9f84486bb4bf74fa49fc80ba3c345c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-5.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat new file mode 100644 index 0000000..7ac5293 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat @@ -0,0 +1,131 @@ +%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: Props-6 + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.345 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.73985404, g: 0.87068355, b: 0.9622642, a: 1} + - _Color: {r: 0.58431375, g: 0.050980397, b: 0.37505978, 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 &4764047621965171912 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat.meta new file mode 100644 index 0000000..1e3b124 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 228d3ebd5ea75474e9e2536eaabc8a1f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-6.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat new file mode 100644 index 0000000..85ea882 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6512635619441598025 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Props-7 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.586 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.97010356, g: 1, b: 0, a: 1} + - _Color: {r: 0.97010356, g: 1, b: 0, a: 1} + - _EmissionColor: {r: 1.9372549, g: 2, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat.meta new file mode 100644 index 0000000..759e8b7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8b1f7c9e230f99f46a4e2c246a99f84e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-7.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat new file mode 100644 index 0000000..95a3296 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat @@ -0,0 +1,128 @@ +%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: Props-8 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.442 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.376 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.64216644, g: 1, b: 0.9572535, a: 1} + - _Color: {r: 0.64216644, g: 1, b: 0.9572535, 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: [] +--- !u!114 &3230261328155821005 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat.meta new file mode 100644 index 0000000..b4e504d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 49b91a815dee8974d9439e1311858a09 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-8.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat new file mode 100644 index 0000000..f7ebebf --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1831278917347304039 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Props-9 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.258 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.469 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.910951, g: 0.4009434, b: 1, a: 1} + - _Color: {r: 0.910951, g: 0.40094337, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat.meta new file mode 100644 index 0000000..ea56e6d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a981f91f7749c814bae01f18e53d2a5f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Props-9.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat new file mode 100644 index 0000000..8d32acd --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat @@ -0,0 +1,128 @@ +%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: Stone-1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.476 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.8632076, g: 1, b: 0.9824625, a: 1} + - _Color: {r: 0.8632076, g: 1, b: 0.98246247, 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: [] +--- !u!114 &7952981146447474627 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat.meta new file mode 100644 index 0000000..57e247e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d742b67c3d5e5f44ebe4f2553652d5cf +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-1.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat new file mode 100644 index 0000000..726c7d9 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-837266811707952148 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Stone-2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.265 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.64386797, g: 0.6811936, b: 0.8584906, a: 1} + - _Color: {r: 0.64386797, g: 0.6811936, b: 0.8584906, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat.meta new file mode 100644 index 0000000..8a80f2a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: cb87884a8ae01b54cb01f106d1483267 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-2.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat new file mode 100644 index 0000000..5a33c5d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-9219054977296942170 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Stone-3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.381 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.4669811, g: 1, b: 0.9757719, a: 1} + - _Color: {r: 0.46698105, g: 1, b: 0.97577184, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat.meta new file mode 100644 index 0000000..bfd0215 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 8d8f5ea4461ee664996547d6fbdfb054 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Stone-3.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat new file mode 100644 index 0000000..f1647a7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat @@ -0,0 +1,128 @@ +%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: Terrain-1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.285 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.43614277, g: 0.764151, b: 0.53560275, a: 1} + - _Color: {r: 0.43614274, g: 0.764151, b: 0.5356027, 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: [] +--- !u!114 &7210014563868751570 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat.meta new file mode 100644 index 0000000..12fee3e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 130ece05034e8344992e207b56a66bae +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-1.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat new file mode 100644 index 0000000..c51279b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8026446798480079061 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Terrain-2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.66359615, g: 0.5379584, b: 0.7264151, a: 1} + - _Color: {r: 0.6635961, g: 0.5379584, b: 0.7264151, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat.meta new file mode 100644 index 0000000..c744217 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 81fa015d0e3e3734da6a6a94ddbe2c1b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-2.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat new file mode 100644 index 0000000..627a218 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6765558141517788597 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Terrain-3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.564 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.707 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.53317535, g: 0.5250534, b: 0.6509434, a: 1} + - _Color: {r: 0.53317535, g: 0.5250533, b: 0.6509434, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat.meta new file mode 100644 index 0000000..0cf21b3 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 3e286d3a961ac6d4bb715589537a3dc1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-3.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat new file mode 100644 index 0000000..3fef8b2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat @@ -0,0 +1,128 @@ +%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: Terrain-4 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0.741 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.81777793, g: 0.7881881, b: 0.9063317, a: 1} + - _Color: {r: 0.81777793, g: 0.7881881, b: 0.9063317, 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: [] +--- !u!114 &8380055986673567226 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat.meta new file mode 100644 index 0000000..8088af4 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 151dc79f21cceaf42a271efb37da099c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Terrain-4.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat new file mode 100644 index 0000000..f2a1a1b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-714670831631330217 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Tree-1 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 0.7171496, b: 0.6556604, a: 1} + - _Color: {r: 1, g: 0.7171496, b: 0.6556604, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat.meta new file mode 100644 index 0000000..3c17ff9 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: ab6e2fd1d942a394b9c0e3ce70d9ad63 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-1.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat new file mode 100644 index 0000000..3eb4683 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-6081869220153171991 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Tree-2 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.8679245, g: 0.5585948, b: 0.33980063, a: 1} + - _Color: {r: 0.8679245, g: 0.5585948, b: 0.3398006, 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat.meta new file mode 100644 index 0000000..1d071ce --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 14562ff1e56b3424c83b07a3e25b9414 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-2.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat new file mode 100644 index 0000000..5a4c5d7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat @@ -0,0 +1,128 @@ +%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: Tree-3 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + 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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.990566, g: 0.5934051, b: 0.5934051, a: 1} + - _Color: {r: 0.99056596, g: 0.5934051, b: 0.5934051, 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: [] +--- !u!114 &7187604596143124870 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat.meta new file mode 100644 index 0000000..f3753b5 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-3.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat new file mode 100644 index 0000000..6b63470 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat @@ -0,0 +1,128 @@ +%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: Tree-4 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 873128cb2561cd44181c5b4ea07410b2, type: 3} + 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: 2800000, guid: 873128cb2561cd44181c5b4ea07410b2, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.655 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 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: [] +--- !u!114 &4363635541352771257 +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: + version: 5 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat.meta new file mode 100644 index 0000000..ea8007d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b0005086df78d8745981ed1d06db52a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-4.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat new file mode 100644 index 0000000..7e126ff --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-7857569134415986014 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Tree-5 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 30837d99204c267469790c935fcc77af, type: 3} + 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: 2800000, guid: 30837d99204c267469790c935fcc77af, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.669 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat.meta new file mode 100644 index 0000000..96d5fdb --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 5545c155a6153ed4098064cd72797dc6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-5.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat new file mode 100644 index 0000000..c357d30 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat @@ -0,0 +1,128 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-1023743343509483304 +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: + version: 5 +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Tree-6 + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: + RenderType: Opaque + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: 5037bd3ff9093da4f81bb8f690104168, type: 3} + 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: 2800000, guid: 5037bd3ff9093da4f81bb8f690104168, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _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: + - _AlphaClip: 0 + - _Blend: 0 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _EnvironmentReflections: 1 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.583 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 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: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat.meta new file mode 100644 index 0000000..d1f184a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: f45a00a6d60a4544d859023c36429b66 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Environments/Tree-6.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat new file mode 100644 index 0000000..e212641 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat @@ -0,0 +1,102 @@ +%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: Skybox_Mat + m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0} + m_ValidKeywords: [] + m_InvalidKeywords: + - _MAPPING_LATITUDE_LONGITUDE_LAYOUT + - _METALLIC_SETUP + - _SUNDISK_HIGH_QUALITY + 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: 2800000, guid: 0b045f30bfc32464780c25865b113dfd, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AtmosphereThickness: 0.53 + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _Exposure: 1 + - _GlossMapScale: 1 + - _Glossiness: 0.5 + - _GlossyReflections: 1 + - _ImageType: 0 + - _Layout: 0 + - _Mapping: 1 + - _Metallic: 0 + - _MirrorOnBack: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _Rotation: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SunDisk: 2 + - _SunSize: 0.04 + - _SunSizeConvergence: 1 + - _UVSec: 0 + - _WorkflowMode: 1 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 1, g: 1, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _GroundColor: {r: 0.4475792, g: 0.6671858, b: 0.8867924, a: 1} + - _SkyTint: {r: 0.9433962, g: 0.74351066, b: 0.4405482, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + - _Tint: {r: 0.7303695, g: 0.6468049, b: 0.8018868, a: 0.5} + m_BuildTextureStacks: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat.meta new file mode 100644 index 0000000..4918554 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0ffaa0b7117ba8c47a9d05ae701d4b4d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Materials/Skybox_Mat.mat + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes.meta new file mode 100644 index 0000000..48ef7f6 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d0bb46de673bcf745bbeb786cdd68677 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene.meta new file mode 100644 index 0000000..ad215ac --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 44ab6ebe5d86158409e685d3110a8c71 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx new file mode 100644 index 0000000..6d4e319 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b201ad07deefeb4c328e00decab7888d45c611c4a156a18b5b72e1d846d227f3 +size 11860320 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx.meta new file mode 100644 index 0000000..224a3f5 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx.meta @@ -0,0 +1,257 @@ +fileFormatVersion: 2 +guid: f184ba4911fbaaa4195a4f967a69e3bf +ModelImporter: + serializedVersion: 21202 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Grass-1 + second: {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Grass-2 + second: {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-1 + second: {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-2 + second: {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-3 + second: {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-4 + second: {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ocean + second: {fileID: 2100000, guid: b10ef4f07ce157c499f1eff989a7614e, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-1 + second: {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-2 + second: {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-3 + second: {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-4 + second: {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-5 + second: {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-6 + second: {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-7 + second: {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-8 + second: {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-9 + second: {fileID: 2100000, guid: a981f91f7749c814bae01f18e53d2a5f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Stone-1 + second: {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Stone-2 + second: {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Stone-3 + second: {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-1 + second: {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-2 + second: {fileID: 2100000, guid: 81fa015d0e3e3734da6a6a94ddbe2c1b, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-3 + second: {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-4 + second: {fileID: 2100000, guid: 151dc79f21cceaf42a271efb37da099c, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-1 + second: {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-2 + second: {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-3 + second: {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-4 + second: {fileID: 2100000, guid: b0005086df78d8745981ed1d06db52a5, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-5 + second: {fileID: 2100000, guid: 5545c155a6153ed4098064cd72797dc6, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-6 + second: {fileID: 2100000, guid: f45a00a6d60a4544d859023c36429b66, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + 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 + 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 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/DemoScene/DemoScene.fbx + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments.meta new file mode 100644 index 0000000..daeb8a9 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5406a61fe100b3c439cfe3758f1fc27a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx new file mode 100644 index 0000000..1897f4a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef878a05fb1dfed5084e8bbf970c1343cccd3b7fc46295beec01223241ac814 +size 1342592 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx.meta new file mode 100644 index 0000000..3153906 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx.meta @@ -0,0 +1,257 @@ +fileFormatVersion: 2 +guid: 32812f864ffc68f45aa97b19014b7867 +ModelImporter: + serializedVersion: 21202 + internalIDToNameTable: [] + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Grass-1 + second: {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Grass-2 + second: {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-1 + second: {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-2 + second: {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-3 + second: {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ground-4 + second: {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Ocean + second: {fileID: 2100000, guid: b10ef4f07ce157c499f1eff989a7614e, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-1 + second: {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-2 + second: {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-3 + second: {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-4 + second: {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-5 + second: {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-6 + second: {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-7 + second: {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-8 + second: {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Props-9 + second: {fileID: 2100000, guid: a981f91f7749c814bae01f18e53d2a5f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Stone-1 + second: {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Stone-2 + second: {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Stone-3 + second: {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-1 + second: {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-2 + second: {fileID: 2100000, guid: 81fa015d0e3e3734da6a6a94ddbe2c1b, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-3 + second: {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Terrain-4 + second: {fileID: 2100000, guid: 151dc79f21cceaf42a271efb37da099c, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-1 + second: {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-2 + second: {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-3 + second: {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-4 + second: {fileID: 2100000, guid: b0005086df78d8745981ed1d06db52a5, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-5 + second: {fileID: 2100000, guid: 5545c155a6153ed4098064cd72797dc6, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Tree-6 + second: {fileID: 2100000, guid: f45a00a6d60a4544d859023c36429b66, type: 2} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 1 + motionNodeName: + rigImportErrors: + rigImportWarnings: + 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 + 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 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 0 + 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: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 0 + humanoidOversampling: 1 + avatarSetup: 0 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Meshes/Environments/Meshes.fbx + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures.meta new file mode 100644 index 0000000..4e94ccb --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d15ac5b27badac44e9535c7f31e5922e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png new file mode 100644 index 0000000..f18c8fe --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23db5179d689d3371147905250751662ab4867f8b4e939681ff45551fc803d5d +size 18442 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png.meta new file mode 100644 index 0000000..019b2e0 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 160973fa57fae734c94490fde7de1b10 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Land.png + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png new file mode 100644 index 0000000..d4b2290 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb13a73fe2743f2839e7bac523573a1648b5650c473aa59c5b9d173bbfc3f02 +size 74497 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png.meta new file mode 100644 index 0000000..97b3ffa --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 660609ae00fb200499331d08c1bdba65 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Mask.png + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png new file mode 100644 index 0000000..f3ebeb2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac4ae2055f631b3d17f0d0c0297c2fcf32c2138aa8ded53440f2f7a71ea64c7 +size 166587 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png.meta new file mode 100644 index 0000000..a280a08 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 0b045f30bfc32464780c25865b113dfd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/SkyColor.png + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png new file mode 100644 index 0000000..04f0753 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3bd768f62b75344609369155d2fee46247244d42b3ca1af2ad0c75e6c692ee +size 3927 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png.meta new file mode 100644 index 0000000..501e7b1 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 873128cb2561cd44181c5b4ea07410b2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-1.png + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png new file mode 100644 index 0000000..bf57f8e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151d9c7428d65a15549d40e7ba9febe80969f446b20da0f04329b338d1b1a6b2 +size 3740 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png.meta new file mode 100644 index 0000000..b844dab --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 30837d99204c267469790c935fcc77af +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-2.png + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png new file mode 100644 index 0000000..6161b4b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee745723a3b94eda1518f20c750f782275e4ad3895b986f6e904a40b9c66b2fc +size 3795 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png.meta new file mode 100644 index 0000000..29f88a5 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png.meta @@ -0,0 +1,153 @@ +fileFormatVersion: 2 +guid: 5037bd3ff9093da4f81bb8f690104168 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 2 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Art/Textures/Tree-3.png + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs.meta new file mode 100644 index 0000000..512d86d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fba63d9ffc5030f42b8c80155ee9e1d9 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene.meta new file mode 100644 index 0000000..af1cfa0 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1dffa31a3a1e9440bb3cc1995515268 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab new file mode 100644 index 0000000..6290c71 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab @@ -0,0 +1,4938 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &310429181149382779 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2728134396825416471} + - component: {fileID: 2667552470373422522} + - component: {fileID: 6680737812238377558} + m_Layer: 0 + m_Name: Props_4a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2728134396825416471 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 310429181149382779} + m_LocalRotation: {x: -5.2716065e-17, y: 0.9914449, z: -5.2716065e-17, w: 0.13052619} + m_LocalPosition: {x: -1.2732926e-13, y: -0.016392339, z: 2.046363e-14} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6541871334192471150} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2667552470373422522 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 310429181149382779} + m_Mesh: {fileID: -7159946465811131861, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &6680737812238377558 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 310429181149382779} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &504091049274483215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7064564000076014248} + - component: {fileID: 7683662685582332935} + - component: {fileID: 6457229311293125165} + m_Layer: 0 + m_Name: Props_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7064564000076014248 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 504091049274483215} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -62.173187, y: 4.8271074, z: 9.236744} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 3124229533219891216} + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 26 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7683662685582332935 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 504091049274483215} + m_Mesh: {fileID: -5431765119403406774, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &6457229311293125165 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 504091049274483215} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &522978429468984254 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8465744870083957953} + - component: {fileID: 3164957898409827464} + - component: {fileID: 8345150695822445286} + m_Layer: 0 + m_Name: Ground_F + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8465744870083957953 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 522978429468984254} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -36.562023, y: 2.511542, z: 11.745317} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 17 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3164957898409827464 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 522978429468984254} + m_Mesh: {fileID: 2193865713457090062, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8345150695822445286 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 522978429468984254} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &553062907437005373 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5823295931311407029} + - component: {fileID: 7811979206407148321} + - component: {fileID: 1235054072390142802} + m_Layer: 0 + m_Name: Props_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5823295931311407029 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 553062907437005373} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -25.514225, y: 2.7359233, z: -10.793178} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 27 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7811979206407148321 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 553062907437005373} + m_Mesh: {fileID: -564700060665500780, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &1235054072390142802 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 553062907437005373} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &724204674424136312 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1455745607777360823} + - component: {fileID: 3992575401211714310} + - component: {fileID: 581494332529418796} + m_Layer: 0 + m_Name: Ground_G2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1455745607777360823 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724204674424136312} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -41.562027, y: -0.0011432252, z: 6.7453175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 19 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3992575401211714310 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724204674424136312} + m_Mesh: {fileID: -5451474847325771254, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &581494332529418796 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724204674424136312} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &849704651500100434 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4748046219840925204} + - component: {fileID: 6157833566908624221} + - component: {fileID: 6739074732078444407} + m_Layer: 0 + m_Name: Bridge_B + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4748046219840925204 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 849704651500100434} + m_LocalRotation: {x: 6.123234e-17, y: 1, z: -6.123234e-17, w: 1.8369701e-16} + m_LocalPosition: {x: -51.562027, y: 4.611069, z: 10.872224} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6157833566908624221 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 849704651500100434} + m_Mesh: {fileID: -61364371788196381, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &6739074732078444407 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 849704651500100434} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &850188607635090785 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5591589590668559352} + - component: {fileID: 7955160785147522170} + - component: {fileID: 3593227928224738061} + m_Layer: 0 + m_Name: Tree_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5591589590668559352 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 850188607635090785} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -72.1851, y: 4.7769914, z: 4.3576603} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 49 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7955160785147522170 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 850188607635090785} + m_Mesh: {fileID: -8693436764281777323, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &3593227928224738061 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 850188607635090785} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f45a00a6d60a4544d859023c36429b66, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1090421656204206061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6162505363892248932} + - component: {fileID: 2653484113310326451} + - component: {fileID: 5268250622905888008} + m_Layer: 0 + m_Name: Ground_C1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6162505363892248932 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1090421656204206061} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -36.562023, y: 0, z: 6.7453175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2653484113310326451 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1090421656204206061} + m_Mesh: {fileID: 6611562796582349096, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &5268250622905888008 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1090421656204206061} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1242724848826476435 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8586142221003783720} + - component: {fileID: 8714078726356131901} + - component: {fileID: 8054740622225774539} + m_Layer: 0 + m_Name: Props_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8586142221003783720 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1242724848826476435} + m_LocalRotation: {x: 6.123234e-17, y: -6.123234e-17, z: 6.123234e-17, w: 1} + m_LocalPosition: {x: -48.982414, y: 7.245394, z: -10.773147} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 36 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8714078726356131901 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1242724848826476435} + m_Mesh: {fileID: -6089941210699977678, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8054740622225774539 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1242724848826476435} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: a981f91f7749c814bae01f18e53d2a5f, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1266056877984721894 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4868436123623873857} + - component: {fileID: 6660754455191307343} + - component: {fileID: 4712032841217621060} + m_Layer: 0 + m_Name: Ground_E1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4868436123623873857 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1266056877984721894} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -91.56202, y: 2.4180312, z: 6.7453175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6660754455191307343 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1266056877984721894} + m_Mesh: {fileID: 5875955341648465240, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4712032841217621060 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1266056877984721894} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1401615490443024855 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3661113354254783247} + - component: {fileID: 4742854355348454008} + - component: {fileID: 2222740914987316976} + m_Layer: 0 + m_Name: Ground_A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3661113354254783247 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1401615490443024855} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -66.56203, y: 2.4180312, z: -8.254683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4742854355348454008 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1401615490443024855} + m_Mesh: {fileID: -2451462281645638667, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2222740914987316976 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1401615490443024855} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1470565241052749397 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4503487847721410375} + - component: {fileID: 8994373699765852387} + - component: {fileID: 2617646134368288151} + m_Layer: 0 + m_Name: Props_10a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4503487847721410375 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1470565241052749397} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0020037405, y: 0.003005611, z: -8.015943} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2431297286195428201} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8994373699765852387 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1470565241052749397} + m_Mesh: {fileID: -1573460029855636193, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2617646134368288151 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1470565241052749397} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1578510165027104910 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2431297286195428201} + - component: {fileID: 606940977427813061} + - component: {fileID: 7061125458423021915} + m_Layer: 0 + m_Name: Props_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2431297286195428201 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578510165027104910} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -62.72175, y: 6.052467, z: -4.1825156} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4503487847721410375} + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 31 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &606940977427813061 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578510165027104910} + m_Mesh: {fileID: 4892918372294959524, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &7061125458423021915 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1578510165027104910} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1703243598578268282 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7064621366854467218} + - component: {fileID: 1333834613220119874} + - component: {fileID: 4466648387198376945} + m_Layer: 0 + m_Name: Props_8 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7064621366854467218 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703243598578268282} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -23.339872, y: 2.7359233, z: -10.793178} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 29 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1333834613220119874 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703243598578268282} + m_Mesh: {fileID: -4951212787418725992, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4466648387198376945 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1703243598578268282} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1774948922748446191 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2681918170781460091} + - component: {fileID: 1487698005954727623} + - component: {fileID: 3250491184565306897} + m_Layer: 0 + m_Name: Props_9a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2681918170781460091 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1774948922748446191} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.24336022, y: 0, z: -1.1368684e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 5203170786835130190} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1487698005954727623 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1774948922748446191} + m_Mesh: {fileID: -4685099658920931431, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &3250491184565306897 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1774948922748446191} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1811463232452665498 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3570189906554393705} + - component: {fileID: 3600526519137585557} + - component: {fileID: 2155579928583779913} + m_Layer: 0 + m_Name: Ground_D1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3570189906554393705 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1811463232452665498} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -36.562023, y: 5.684342e-16, z: 1.745317} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3600526519137585557 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1811463232452665498} + m_Mesh: {fileID: -1979449810057982274, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2155579928583779913 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1811463232452665498} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1946120090204296073 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 905275595801400234} + - component: {fileID: 5178463490208399049} + - component: {fileID: 7401172244677545467} + m_Layer: 0 + m_Name: Ground_G1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &905275595801400234 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1946120090204296073} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -31.562023, y: 1.1368684e-15, z: 1.745317} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 18 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5178463490208399049 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1946120090204296073} + m_Mesh: {fileID: -2857704899355416645, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &7401172244677545467 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1946120090204296073} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + - {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &1988803418924030416 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 96079274729944719} + - component: {fileID: 271415811126966565} + - component: {fileID: 717451812176844711} + m_Layer: 0 + m_Name: Stone_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &96079274729944719 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1988803418924030416} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -27.712004, y: 2.416365, z: 3.8625314} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 42 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &271415811126966565 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1988803418924030416} + m_Mesh: {fileID: 1009085864058569157, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &717451812176844711 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1988803418924030416} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2280575170535965550 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8133750158011702109} + - component: {fileID: 8493552325601213792} + - component: {fileID: 4125564944746471432} + m_Layer: 0 + m_Name: Props_1a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8133750158011702109 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2280575170535965550} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.70158154, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6208875396826572570} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8493552325601213792 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2280575170535965550} + m_Mesh: {fileID: 5859233324537171573, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4125564944746471432 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2280575170535965550} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2344803741521522533 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7954692343369689074} + - component: {fileID: 1011191496478810817} + - component: {fileID: 7839217674305301019} + m_Layer: 0 + m_Name: Bridge_A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7954692343369689074 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2344803741521522533} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -46.562027, y: 2.4180312, z: 11.745317} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1011191496478810817 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2344803741521522533} + m_Mesh: {fileID: 1415995223586581018, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &7839217674305301019 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2344803741521522533} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2372517985278457102 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2769804303922663194} + - component: {fileID: 5611235926556428065} + - component: {fileID: 8401417116809691379} + m_Layer: 0 + m_Name: Tip_Board_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2769804303922663194 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2372517985278457102} + m_LocalRotation: {x: 0, y: -1.2246469e-16, z: -0, w: 1} + m_LocalPosition: {x: -36.382206, y: 2.511542, z: 4.4683967} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 43 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5611235926556428065 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2372517985278457102} + m_Mesh: {fileID: 5907125756783019099, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8401417116809691379 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2372517985278457102} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2553666808162211179 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6689529391023565755} + - component: {fileID: 5164344099647095359} + - component: {fileID: 3266149192924536304} + m_Layer: 0 + m_Name: Tree_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6689529391023565755 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2553666808162211179} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -73.73805, y: 4.8029914, z: 2.6924222} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 47 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5164344099647095359 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2553666808162211179} + m_Mesh: {fileID: -8081317734454312985, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &3266149192924536304 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2553666808162211179} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b0005086df78d8745981ed1d06db52a5, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2752641239593858835 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7797542717727262308} + - component: {fileID: 2624382175831448217} + - component: {fileID: 2934654852862161762} + m_Layer: 0 + m_Name: Props_2a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7797542717727262308 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2752641239593858835} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: -0.021077318, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 50395727107979012} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2624382175831448217 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2752641239593858835} + m_Mesh: {fileID: 2806953395882273590, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2934654852862161762 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2752641239593858835} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &2879489838742719418 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6823084094943301337} + - component: {fileID: 5369804898872941047} + - component: {fileID: 168302869814705521} + m_Layer: 0 + m_Name: Tree + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6823084094943301337 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879489838742719418} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -64.70715, y: 5.3218775, z: -6.177127} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 46 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5369804898872941047 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879489838742719418} + m_Mesh: {fileID: 2494185979427425891, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &168302869814705521 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879489838742719418} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5545c155a6153ed4098064cd72797dc6, type: 2} + - {fileID: 2100000, guid: f45a00a6d60a4544d859023c36429b66, type: 2} + - {fileID: 2100000, guid: b0005086df78d8745981ed1d06db52a5, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3218890848699395280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6723081520114357219} + - component: {fileID: 4410945852308300482} + - component: {fileID: 4308133661518594744} + m_Layer: 0 + m_Name: Ground_B1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6723081520114357219 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3218890848699395280} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -91.56202, y: 2.4180312, z: 6.7453175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4410945852308300482 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3218890848699395280} + m_Mesh: {fileID: -373302801714569162, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4308133661518594744 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3218890848699395280} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3315056817458287769 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2687138455064333859} + m_Layer: 0 + m_Name: DemoScene + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2687138455064333859 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3315056817458287769} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7954692343369689074} + - {fileID: 4748046219840925204} + - {fileID: 2432451413291065497} + - {fileID: 153792926135007390} + - {fileID: 5771490741259419187} + - {fileID: 4573664756800467727} + - {fileID: 100457773515234710} + - {fileID: 9128610247163451517} + - {fileID: 3661113354254783247} + - {fileID: 6723081520114357219} + - {fileID: 5088082351622477063} + - {fileID: 6162505363892248932} + - {fileID: 8341195889338271189} + - {fileID: 3570189906554393705} + - {fileID: 9020551397144027838} + - {fileID: 4868436123623873857} + - {fileID: 5865362830198294569} + - {fileID: 8465744870083957953} + - {fileID: 905275595801400234} + - {fileID: 1455745607777360823} + - {fileID: 4730554330916941520} + - {fileID: 5330122501283273235} + - {fileID: 6208875396826572570} + - {fileID: 50395727107979012} + - {fileID: 8636262935074021525} + - {fileID: 6541871334192471150} + - {fileID: 7064564000076014248} + - {fileID: 5823295931311407029} + - {fileID: 6979585307310411268} + - {fileID: 7064621366854467218} + - {fileID: 5203170786835130190} + - {fileID: 2431297286195428201} + - {fileID: 2434371242457721059} + - {fileID: 3824744991977739534} + - {fileID: 7072348968147562041} + - {fileID: 5242787006894236692} + - {fileID: 8586142221003783720} + - {fileID: 8839710481781353333} + - {fileID: 809214160861789764} + - {fileID: 5586239097615133861} + - {fileID: 6767001788655814249} + - {fileID: 3426926201685550184} + - {fileID: 96079274729944719} + - {fileID: 2769804303922663194} + - {fileID: 4536158019832322488} + - {fileID: 1104907191572212889} + - {fileID: 6823084094943301337} + - {fileID: 6689529391023565755} + - {fileID: 3068347261681032965} + - {fileID: 5591589590668559352} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &3342774310146152133 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4536158019832322488} + - component: {fileID: 3750192025498923488} + - component: {fileID: 961062287008648225} + m_Layer: 0 + m_Name: Tip_Board_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4536158019832322488 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3342774310146152133} + m_LocalRotation: {x: 0, y: -1.2246469e-16, z: -0, w: 1} + m_LocalPosition: {x: -26.296738, y: 2.4802375, z: -9.399758} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 44 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3750192025498923488 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3342774310146152133} + m_Mesh: {fileID: 3506284551123680527, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &961062287008648225 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3342774310146152133} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3680120948545854324 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5242787006894236692} + - component: {fileID: 7336439738541536701} + - component: {fileID: 4420930918659356579} + m_Layer: 0 + m_Name: Props_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5242787006894236692 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3680120948545854324} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -51.059105, y: 7.267849, z: -10.773147} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 35 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7336439738541536701 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3680120948545854324} + m_Mesh: {fileID: -5677936356427508876, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4420930918659356579 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3680120948545854324} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3796577019864565553 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5865362830198294569} + - component: {fileID: 5836169705783971476} + - component: {fileID: 889590290287491669} + m_Layer: 0 + m_Name: Ground_E2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5865362830198294569 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3796577019864565553} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -26.562023, y: -0.0005716126, z: -3.2546828} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5836169705783971476 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3796577019864565553} + m_Mesh: {fileID: 3508779935246238746, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &889590290287491669 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3796577019864565553} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &3869563060996843838 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9128610247163451517} + - component: {fileID: 8592129485944309168} + - component: {fileID: 3849216985358671088} + m_Layer: 0 + m_Name: Clone + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9128610247163451517 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3869563060996843838} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -29.895359, y: 6.6502357e-16, z: 2.5786505} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8592129485944309168 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3869563060996843838} + m_Mesh: {fileID: 7641865363630646605, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &3849216985358671088 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3869563060996843838} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - {fileID: 2100000, guid: 151dc79f21cceaf42a271efb37da099c, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - {fileID: 2100000, guid: 81fa015d0e3e3734da6a6a94ddbe2c1b, type: 2} + - {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4074238775909452828 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3124229533219891216} + - component: {fileID: 4721535920903535541} + - component: {fileID: 5066499148156707278} + m_Layer: 0 + m_Name: Props_5a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3124229533219891216 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4074238775909452828} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.70306104, z: 0.0164619} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7064564000076014248} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4721535920903535541 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4074238775909452828} + m_Mesh: {fileID: -1164985422732053104, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &5066499148156707278 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4074238775909452828} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4305991169062788721 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8341195889338271189} + - component: {fileID: 2421246179415722948} + - component: {fileID: 2065972360798053580} + m_Layer: 0 + m_Name: Ground_C2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8341195889338271189 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4305991169062788721} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -101.56202, y: 2.4180312, z: 6.7453175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2421246179415722948 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4305991169062788721} + m_Mesh: {fileID: -1979695248683697757, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2065972360798053580 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4305991169062788721} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4619058942627022197 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9020551397144027838} + - component: {fileID: 3037505190771946432} + - component: {fileID: 2208135524508941056} + m_Layer: 0 + m_Name: Ground_D2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9020551397144027838 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4619058942627022197} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -41.562027, y: 2.4180312, z: 6.7453175} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3037505190771946432 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4619058942627022197} + m_Mesh: {fileID: -3922460249865267708, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2208135524508941056 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4619058942627022197} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4667187198172800417 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 809214160861789764} + - component: {fileID: 5720272939052036367} + - component: {fileID: 8421866044719924350} + m_Layer: 0 + m_Name: Props_16_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &809214160861789764 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4667187198172800417} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -53.009426, y: 8.015143, z: -9.82924} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 38 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5720272939052036367 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4667187198172800417} + m_Mesh: {fileID: -884456633798817354, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8421866044719924350 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4667187198172800417} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4694796096254396554 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 153792926135007390} + - component: {fileID: 8823884176791274158} + - component: {fileID: 2484714963832025329} + m_Layer: 0 + m_Name: C_Props_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &153792926135007390 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4694796096254396554} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -25.37414, y: 2.793172, z: -14.198889} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8823884176791274158 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4694796096254396554} + m_Mesh: {fileID: -2613476925639860158, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2484714963832025329 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4694796096254396554} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &4946445323579602900 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8636262935074021525} + - component: {fileID: 2694299407484909668} + - component: {fileID: 897746609947277922} + m_Layer: 0 + m_Name: Props_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8636262935074021525 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4946445323579602900} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -37.519905, y: 3.175204, z: 8.579719} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 24 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2694299407484909668 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4946445323579602900} + m_Mesh: {fileID: 491143407260242397, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &897746609947277922 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4946445323579602900} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5005703201817931543 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6208875396826572570} + - component: {fileID: 2859245187226061054} + - component: {fileID: 719951033147315653} + m_Layer: 0 + m_Name: Props_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6208875396826572570 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5005703201817931543} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -33.989143, y: 2.4108598, z: 2.6903703} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 8133750158011702109} + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 22 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2859245187226061054 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5005703201817931543} + m_Mesh: {fileID: 8410154506439070708, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &719951033147315653 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5005703201817931543} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5158621595271495391 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 50395727107979012} + - component: {fileID: 2669989963413297609} + - component: {fileID: 2471059977137882815} + m_Layer: 0 + m_Name: Props_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &50395727107979012 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158621595271495391} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -29.463678, y: 2.3882496, z: -1.6954381} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 7797542717727262308} + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 23 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2669989963413297609 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158621595271495391} + m_Mesh: {fileID: -1258035341741586828, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2471059977137882815 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5158621595271495391} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5279020813578182028 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8839710481781353333} + - component: {fileID: 4913974402193433182} + - component: {fileID: 4655689130227708550} + m_Layer: 0 + m_Name: Props_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8839710481781353333 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5279020813578182028} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -57.51404, y: 5.3256483, z: -11.543771} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 37 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4913974402193433182 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5279020813578182028} + m_Mesh: {fileID: 3845746245577317204, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4655689130227708550 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5279020813578182028} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5337858086215805228 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6767001788655814249} + - component: {fileID: 33081093227341304} + - component: {fileID: 4067993309624856840} + m_Layer: 0 + m_Name: Stone_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6767001788655814249 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5337858086215805228} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -30.480604, y: 2.4115222, z: 3.4342585} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 40 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &33081093227341304 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5337858086215805228} + m_Mesh: {fileID: 2928966540353291585, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4067993309624856840 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5337858086215805228} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5488431491778927847 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1104907191572212889} + - component: {fileID: 4630205601971825415} + - component: {fileID: 209788763345599938} + m_Layer: 0 + m_Name: Tip_Board_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1104907191572212889 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5488431491778927847} + m_LocalRotation: {x: 0, y: -1.2246469e-16, z: -0, w: 1} + m_LocalPosition: {x: -106.218376, y: 4.9295626, z: 11.417738} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 45 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4630205601971825415 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5488431491778927847} + m_Mesh: {fileID: -3262154263023565661, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &209788763345599938 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5488431491778927847} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5509356002828975580 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6541871334192471150} + - component: {fileID: 3750281104720942465} + - component: {fileID: 5837679081224528753} + m_Layer: 0 + m_Name: Props_4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6541871334192471150 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5509356002828975580} + m_LocalRotation: {x: -6.870091e-17, y: 0.9914449, z: -6.870091e-17, w: -0.13052619} + m_LocalPosition: {x: -73.73805, y: 4.8294783, z: 9.222002} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2728134396825416471} + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 25 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3750281104720942465 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5509356002828975580} + m_Mesh: {fileID: 3729085003051603586, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &5837679081224528753 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5509356002828975580} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6616436738852599515 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4730554330916941520} + - component: {fileID: 3076647625495359166} + - component: {fileID: 6960893446660730542} + m_Layer: 0 + m_Name: Ground_H + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4730554330916941520 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6616436738852599515} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -36.562023, y: 1.1368684e-15, z: 11.745317} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 20 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3076647625495359166 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6616436738852599515} + m_Mesh: {fileID: 7609841865771072057, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &6960893446660730542 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6616436738852599515} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - {fileID: 2100000, guid: 151dc79f21cceaf42a271efb37da099c, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: 81fa015d0e3e3734da6a6a94ddbe2c1b, type: 2} + - {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6772223057242786127 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2432451413291065497} + - component: {fileID: 2037881771993657845} + - component: {fileID: 1499182945726467255} + m_Layer: 0 + m_Name: C_Props_1_2_3_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2432451413291065497 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6772223057242786127} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -50.09466, y: 4.564577, z: 7.9840684} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2037881771993657845 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6772223057242786127} + m_Mesh: {fileID: 8323181220054153087, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &1499182945726467255 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6772223057242786127} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6917459141497492501 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3426926201685550184} + - component: {fileID: 6294185410265706035} + - component: {fileID: 2950552538833702916} + m_Layer: 0 + m_Name: Stone_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3426926201685550184 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6917459141497492501} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -27.588243, y: 2.4177933, z: 10.277106} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 41 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6294185410265706035 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6917459141497492501} + m_Mesh: {fileID: -3505231035254027634, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2950552538833702916 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6917459141497492501} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6992654788645476301 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5330122501283273235} + - component: {fileID: 8789419152300476996} + - component: {fileID: 2458852168211796836} + m_Layer: 0 + m_Name: Ocean + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5330122501283273235 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6992654788645476301} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -64.794365, y: -4.6426334, z: -2.8461874} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 21 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8789419152300476996 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6992654788645476301} + m_Mesh: {fileID: 6555138371428779536, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2458852168211796836 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6992654788645476301} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b10ef4f07ce157c499f1eff989a7614e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7321408625481718687 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3824744991977739534} + - component: {fileID: 1027012451765998399} + - component: {fileID: 4371704170771286745} + m_Layer: 0 + m_Name: Props_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3824744991977739534 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7321408625481718687} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -73.9356, y: 5.163951, z: -10.599813} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 33 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1027012451765998399 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7321408625481718687} + m_Mesh: {fileID: -768028402504110270, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4371704170771286745 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7321408625481718687} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7527101769137043893 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7072348968147562041} + - component: {fileID: 8176963415219857116} + - component: {fileID: 8092545646285117960} + m_Layer: 0 + m_Name: Props_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7072348968147562041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7527101769137043893} + m_LocalRotation: {x: 0, y: -1.2246469e-16, z: -0, w: 1} + m_LocalPosition: {x: -35.362354, y: 2.423907, z: -15.75075} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 34 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8176963415219857116 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7527101769137043893} + m_Mesh: {fileID: 8321027438956282203, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8092545646285117960 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7527101769137043893} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7610040327079708566 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5088082351622477063} + - component: {fileID: 2412399073932067799} + - component: {fileID: 2454043196752361943} + m_Layer: 0 + m_Name: Ground_B2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5088082351622477063 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7610040327079708566} + m_LocalRotation: {x: 0, y: 1.2246469e-16, z: -0, w: 1} + m_LocalPosition: {x: -96.56202, y: 2.4180312, z: -8.254683} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2412399073932067799 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7610040327079708566} + m_Mesh: {fileID: 1457376672236423645, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &2454043196752361943 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7610040327079708566} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7638976242746621255 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5203170786835130190} + - component: {fileID: 4266326429596039981} + - component: {fileID: 3036965811695468195} + m_Layer: 0 + m_Name: Props_9 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5203170786835130190 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7638976242746621255} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -91.56756, y: 4.8700333, z: 9.247762} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 2681918170781460091} + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 30 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4266326429596039981 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7638976242746621255} + m_Mesh: {fileID: 6672925563393389093, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &3036965811695468195 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7638976242746621255} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7694859392637572172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2434371242457721059} + - component: {fileID: 8535953293682447622} + - component: {fileID: 4250029894949606536} + m_Layer: 0 + m_Name: Props_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2434371242457721059 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7694859392637572172} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -22.726414, y: 1.3058172, z: -6.8291044} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 32 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8535953293682447622 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7694859392637572172} + m_Mesh: {fileID: 8132423522751337658, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4250029894949606536 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7694859392637572172} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8393239524046474854 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5586239097615133861} + - component: {fileID: 7439263879232136914} + - component: {fileID: 6416624187776832411} + m_Layer: 0 + m_Name: Stone + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5586239097615133861 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8393239524046474854} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -28.593618, y: 2.5027473, z: 5.8579655} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 39 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7439263879232136914 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8393239524046474854} + m_Mesh: {fileID: -915661510970944972, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &6416624187776832411 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8393239524046474854} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8495183649705113528 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5771490741259419187} + - component: {fileID: 5515260361310335183} + - component: {fileID: 1506284515419079068} + m_Layer: 0 + m_Name: C_Props_7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5771490741259419187 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8495183649705113528} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -97.535065, y: 8.86284, z: -3.0266936} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5515260361310335183 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8495183649705113528} + m_Mesh: {fileID: -7505256890615824843, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &1506284515419079068 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8495183649705113528} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8672872190289512975 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6979585307310411268} + - component: {fileID: 2395905767113776552} + - component: {fileID: 8325141317459888313} + m_Layer: 0 + m_Name: Props_7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6979585307310411268 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8672872190289512975} + m_LocalRotation: {x: -3.3138708e-17, y: -8.0003916e-17, z: -0.38268346, w: 0.92387956} + m_LocalPosition: {x: -103.92918, y: 8.86284, z: 2.6468432} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 28 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2395905767113776552 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8672872190289512975} + m_Mesh: {fileID: -8070298290176478403, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8325141317459888313 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8672872190289512975} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9100612154005553445 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 100457773515234710} + - component: {fileID: 5984968085290178581} + - component: {fileID: 4744126581364634672} + m_Layer: 0 + m_Name: C_Props_9 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &100457773515234710 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9100612154005553445} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -97.67421, y: 4.8700333, z: -2.2029538} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5984968085290178581 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9100612154005553445} + m_Mesh: {fileID: -375334878602104358, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &4744126581364634672 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9100612154005553445} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9151886819554666601 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4573664756800467727} + - component: {fileID: 7126866090626225468} + - component: {fileID: 8659018804048612620} + m_Layer: 0 + m_Name: C_Props_8 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4573664756800467727 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9151886819554666601} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -25.144741, y: 2.7359233, z: -13.960958} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7126866090626225468 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9151886819554666601} + m_Mesh: {fileID: 45104159081862169, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &8659018804048612620 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9151886819554666601} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &9173296676977608533 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3068347261681032965} + - component: {fileID: 5425899352127902546} + - component: {fileID: 1467876422239786166} + m_Layer: 0 + m_Name: Tree_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3068347261681032965 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9173296676977608533} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -75.629326, y: 4.833291, z: 4.802499} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2687138455064333859} + m_RootOrder: 48 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5425899352127902546 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9173296676977608533} + m_Mesh: {fileID: 2163022072983001361, guid: f184ba4911fbaaa4195a4f967a69e3bf, type: 3} +--- !u!23 &1467876422239786166 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9173296676977608533} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5545c155a6153ed4098064cd72797dc6, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab.meta new file mode 100644 index 0000000..3d4796b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 74e8e1c76d258bc4c9f071738ea495aa +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/DemoScene/DemoScene.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments.meta new file mode 100644 index 0000000..1a1d065 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 79032e343aa0fc44e9b0b45b017c3c58 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab new file mode 100644 index 0000000..49ec04a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab @@ -0,0 +1,92 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &9069512018116835260 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3689491801070714667} + - component: {fileID: 6007646847464323608} + - component: {fileID: 3575142616090981058} + m_Layer: 0 + m_Name: Bridge_A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3689491801070714667 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9069512018116835260} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6007646847464323608 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9069512018116835260} + m_Mesh: {fileID: 1415995223586581018, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3575142616090981058 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9069512018116835260} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab.meta new file mode 100644 index 0000000..c177fa1 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8e0a147d9af72a949bc3c30dff6603d6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_A.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab new file mode 100644 index 0000000..28cd655 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4978090098534038182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1097481449707835360} + - component: {fileID: 1993544812187028649} + - component: {fileID: 1394281566832889475} + m_Layer: 0 + m_Name: Bridge_B + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1097481449707835360 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4978090098534038182} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1993544812187028649 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4978090098534038182} + m_Mesh: {fileID: -61364371788196381, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &1394281566832889475 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4978090098534038182} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab.meta new file mode 100644 index 0000000..901a729 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 186a8d9264fb5ee4bb4b0b5a4af78407 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Bridge_B.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab new file mode 100644 index 0000000..410e02d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8814771233844399499 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6622878955296884563} + - component: {fileID: 2951496614748843556} + - component: {fileID: 8646649004515500716} + m_Layer: 0 + m_Name: Ground_A + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6622878955296884563 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8814771233844399499} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2951496614748843556 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8814771233844399499} + m_Mesh: {fileID: -2451462281645638667, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &8646649004515500716 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8814771233844399499} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab.meta new file mode 100644 index 0000000..c21c299 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 951feb579e3b39140b4fe8b330bf1c32 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_A.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab new file mode 100644 index 0000000..33a22d4 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab @@ -0,0 +1,92 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &611986764106753725 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8761987896963078542} + - component: {fileID: 1865380257393600687} + - component: {fileID: 2241783440142846165} + m_Layer: 0 + m_Name: Ground_B1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8761987896963078542 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 611986764106753725} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1865380257393600687 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 611986764106753725} + m_Mesh: {fileID: -373302801714569162, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &2241783440142846165 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 611986764106753725} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab.meta new file mode 100644 index 0000000..27f79de --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: efbe4c2311392ab44bbbcb00005f5693 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab new file mode 100644 index 0000000..4dca3c4 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4927774854340721166 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7737973284625131679} + - component: {fileID: 901883662597668431} + - component: {fileID: 1148471839132746831} + m_Layer: 0 + m_Name: Ground_B2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7737973284625131679 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4927774854340721166} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &901883662597668431 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4927774854340721166} + m_Mesh: {fileID: 1457376672236423645, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &1148471839132746831 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4927774854340721166} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab.meta new file mode 100644 index 0000000..03f8367 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 14f5723f491c5a64d914851138ec166c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_B2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab new file mode 100644 index 0000000..f389e4e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab @@ -0,0 +1,92 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1819637588901140087 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4892263782881683710} + - component: {fileID: 3653056710070130473} + - component: {fileID: 6880871311801738386} + m_Layer: 0 + m_Name: Ground_C1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4892263782881683710 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1819637588901140087} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3653056710070130473 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1819637588901140087} + m_Mesh: {fileID: 6611562796582349096, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6880871311801738386 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1819637588901140087} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab.meta new file mode 100644 index 0000000..54c2487 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: a8aa1fcb3ef5b1843afd3311ea052a06 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab new file mode 100644 index 0000000..6bc3e08 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &800740092206231335 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4835979310867002499} + - component: {fileID: 1244337555654179474} + - component: {fileID: 3204018746076026266} + m_Layer: 0 + m_Name: Ground_C2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4835979310867002499 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 800740092206231335} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1244337555654179474 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 800740092206231335} + m_Mesh: {fileID: -1979695248683697757, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3204018746076026266 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 800740092206231335} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab.meta new file mode 100644 index 0000000..6a27ee7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 4de7a2a67eaf3294aba3f667e530de8f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_C2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab new file mode 100644 index 0000000..88154fa --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab @@ -0,0 +1,92 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5054928217913559482 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7966575911465106761} + - component: {fileID: 7994603549604602037} + - component: {fileID: 4823076882736029545} + m_Layer: 0 + m_Name: Ground_D1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7966575911465106761 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5054928217913559482} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7994603549604602037 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5054928217913559482} + m_Mesh: {fileID: -1979449810057982274, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &4823076882736029545 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5054928217913559482} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab.meta new file mode 100644 index 0000000..ef4ff25 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 71f3a5a4e9a4f0c4e987e096c37a96e5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab new file mode 100644 index 0000000..60f89ec --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2186164526041931453 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2550039168676166006} + - component: {fileID: 8388942009942403080} + - component: {fileID: 4677057621422547144} + m_Layer: 0 + m_Name: Ground_D2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2550039168676166006 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2186164526041931453} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8388942009942403080 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2186164526041931453} + m_Mesh: {fileID: -3922460249865267708, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &4677057621422547144 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2186164526041931453} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab.meta new file mode 100644 index 0000000..27f2b1a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f3e32ecb9bd57bc40ba45c6c55989484 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_D2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab new file mode 100644 index 0000000..77853a2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab @@ -0,0 +1,92 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3496924548767383208 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7099443780278847503} + - component: {fileID: 9041436671230349569} + - component: {fileID: 6949866471613229322} + m_Layer: 0 + m_Name: Ground_E1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7099443780278847503 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3496924548767383208} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9041436671230349569 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3496924548767383208} + m_Mesh: {fileID: 5875955341648465240, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6949866471613229322 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3496924548767383208} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab.meta new file mode 100644 index 0000000..4b73042 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f09d76e28c315d442b4a6f6bc6ff9689 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab new file mode 100644 index 0000000..5f255a8 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3527443803528375600 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6135641806504305192} + - component: {fileID: 6106288119166805141} + - component: {fileID: 584250224935866452} + m_Layer: 0 + m_Name: Ground_E2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6135641806504305192 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3527443803528375600} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6106288119166805141 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3527443803528375600} + m_Mesh: {fileID: 3508779935246238746, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &584250224935866452 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3527443803528375600} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab.meta new file mode 100644 index 0000000..9b53210 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b842aee6341024f4589ba59ff0ddc909 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_E2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab new file mode 100644 index 0000000..bb8854e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab @@ -0,0 +1,91 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4963246500885332436 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3953419823642891947} + - component: {fileID: 7515716171308506850} + - component: {fileID: 3489988646181898380} + m_Layer: 0 + m_Name: Ground_F + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3953419823642891947 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4963246500885332436} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7515716171308506850 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4963246500885332436} + m_Mesh: {fileID: 2193865713457090062, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3489988646181898380 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4963246500885332436} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 00e34802479f9fd459b030739febd8a6, type: 2} + - {fileID: 2100000, guid: f630717f81f57464b8e873cba8340d98, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab.meta new file mode 100644 index 0000000..565f459 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 20e0fa8e0cb7c1643895985f8d5b14d9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_F.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab new file mode 100644 index 0000000..79074bd --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1737350606708659954 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1120940691151623889} + - component: {fileID: 4955041366372416434} + - component: {fileID: 7325228165724457088} + m_Layer: 0 + m_Name: Ground_G1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1120940691151623889 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1737350606708659954} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4955041366372416434 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1737350606708659954} + m_Mesh: {fileID: -2857704899355416645, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &7325228165724457088 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1737350606708659954} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + - {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab.meta new file mode 100644 index 0000000..913b032 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 4caec93c49ab5b34593a7cdc71d23e05 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab new file mode 100644 index 0000000..a37ad1a --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1728367123960093460 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 703502755234783963} + - component: {fileID: 3069478853065794154} + - component: {fileID: 1576650119769561920} + m_Layer: 0 + m_Name: Ground_G2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &703502755234783963 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1728367123960093460} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3069478853065794154 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1728367123960093460} + m_Mesh: {fileID: -5451474847325771254, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &1576650119769561920 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1728367123960093460} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: d7490659138a0154da86c55a554012eb, type: 2} + - {fileID: 2100000, guid: de715bd0e61c62a4cadff578735a5794, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab.meta new file mode 100644 index 0000000..d899b88 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: cb219fb371521054188c0bae8153e9cd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_G2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab new file mode 100644 index 0000000..ed8919f --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab @@ -0,0 +1,90 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1685864440775332888 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 941644813231066131} + - component: {fileID: 7351379104709758077} + - component: {fileID: 3183241587988221037} + m_Layer: 0 + m_Name: Ground_H + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &941644813231066131 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1685864440775332888} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7351379104709758077 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1685864440775332888} + m_Mesh: {fileID: 7609841865771072057, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3183241587988221037 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1685864440775332888} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 3e286d3a961ac6d4bb715589537a3dc1, type: 2} + - {fileID: 2100000, guid: 151dc79f21cceaf42a271efb37da099c, type: 2} + - {fileID: 2100000, guid: 130ece05034e8344992e207b56a66bae, type: 2} + - {fileID: 2100000, guid: 81fa015d0e3e3734da6a6a94ddbe2c1b, type: 2} + - {fileID: 2100000, guid: 0c1f7fd3b4f294643bfff7973f272be4, type: 2} + - {fileID: 2100000, guid: 34b0f56bfe7f4f249a90646158c51028, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab.meta new file mode 100644 index 0000000..56026fa --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f9028a1015685ce4795e21831f327fb9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ground_H.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab new file mode 100644 index 0000000..cc3dc4f --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab @@ -0,0 +1,85 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7977199180309384278 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5063792230117622152} + - component: {fileID: 8521963051273392607} + - component: {fileID: 3288132524205902079} + m_Layer: 0 + m_Name: Ocean + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5063792230117622152 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7977199180309384278} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8521963051273392607 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7977199180309384278} + m_Mesh: {fileID: 6555138371428779536, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3288132524205902079 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7977199180309384278} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b10ef4f07ce157c499f1eff989a7614e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab.meta new file mode 100644 index 0000000..c5ab914 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: fdeb14b6b1d857a4e97752d1f07b49b7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Ocean.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab new file mode 100644 index 0000000..af8d3e1 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab @@ -0,0 +1,174 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &172217303782348944 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1242528905608908957} + - component: {fileID: 6969908020333592441} + - component: {fileID: 5686293251109167682} + m_Layer: 0 + m_Name: Props_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1242528905608908957 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172217303782348944} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4032094541106080986} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6969908020333592441 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172217303782348944} + m_Mesh: {fileID: 8410154506439070708, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5686293251109167682 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 172217303782348944} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6391233746760414441 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4032094541106080986} + - component: {fileID: 3660066286208862951} + - component: {fileID: 9103166031350798223} + m_Layer: 0 + m_Name: Props_1a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4032094541106080986 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6391233746760414441} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.70158154, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1242528905608908957} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3660066286208862951 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6391233746760414441} + m_Mesh: {fileID: 5859233324537171573, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &9103166031350798223 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6391233746760414441} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab.meta new file mode 100644 index 0000000..b4a5ca6 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e898f64f4bb313b4093714a7f5141831 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab new file mode 100644 index 0000000..be6a206 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab @@ -0,0 +1,175 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5393459245724866854 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6975670680373123124} + - component: {fileID: 2477959365151072144} + - component: {fileID: 8854827397824150244} + m_Layer: 0 + m_Name: Props_10a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6975670680373123124 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5393459245724866854} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.0020037405, y: 0.003005611, z: -8.015943} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 9154870057917676570} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2477959365151072144 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5393459245724866854} + m_Mesh: {fileID: -1573460029855636193, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &8854827397824150244 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5393459245724866854} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &5428785273902133245 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9154870057917676570} + - component: {fileID: 6259260531206575542} + - component: {fileID: 4561932985464768040} + m_Layer: 0 + m_Name: Props_10 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &9154870057917676570 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5428785273902133245} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6975670680373123124} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6259260531206575542 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5428785273902133245} + m_Mesh: {fileID: 4892918372294959524, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &4561932985464768040 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5428785273902133245} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab.meta new file mode 100644 index 0000000..f2c7668 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 524443b7797344d49a3a83c3cf3e0a60 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_10.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab new file mode 100644 index 0000000..8ba7d7d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7195035819186706 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5411270384614237885} + - component: {fileID: 2064304813652253528} + - component: {fileID: 5776725971262020310} + m_Layer: 0 + m_Name: Props_11 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5411270384614237885 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7195035819186706} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2064304813652253528 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7195035819186706} + m_Mesh: {fileID: 8132423522751337658, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5776725971262020310 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7195035819186706} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab.meta new file mode 100644 index 0000000..3a407ff --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 2cfd87436f82f694cb1ed07e801a4415 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_11.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab new file mode 100644 index 0000000..632100e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab @@ -0,0 +1,89 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8118714852897901293 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2316432612491707516} + - component: {fileID: 1977370628844487245} + - component: {fileID: 2997936898113133483} + m_Layer: 0 + m_Name: Props_12 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2316432612491707516 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8118714852897901293} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1977370628844487245 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8118714852897901293} + m_Mesh: {fileID: -768028402504110270, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &2997936898113133483 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8118714852897901293} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab.meta new file mode 100644 index 0000000..0eaeb13 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0598a034c1b3d474e97ba38920f3ecc6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_12.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab new file mode 100644 index 0000000..93f6942 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4962762236631952770 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5660146438651394574} + - component: {fileID: 6760059441967559403} + - component: {fileID: 6693643976865369663} + m_Layer: 0 + m_Name: Props_13 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5660146438651394574 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4962762236631952770} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &6760059441967559403 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4962762236631952770} + m_Mesh: {fileID: 8321027438956282203, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6693643976865369663 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4962762236631952770} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab.meta new file mode 100644 index 0000000..16bf8ff --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e6f02d823d94dd743b3f443f86abfc95 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_13.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab new file mode 100644 index 0000000..a0a4e81 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8282453734043031796 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 657906292706535316} + - component: {fileID: 2608428998700660285} + - component: {fileID: 8987223841097511971} + m_Layer: 0 + m_Name: Props_14 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &657906292706535316 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8282453734043031796} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2608428998700660285 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8282453734043031796} + m_Mesh: {fileID: -5677936356427508876, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &8987223841097511971 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8282453734043031796} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab.meta new file mode 100644 index 0000000..b3e179f --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d2be97095b8b6714481f3b961928dd87 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_14.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab new file mode 100644 index 0000000..08964bd --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2215046558759874288 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8694898826406197067} + - component: {fileID: 8605471649702209886} + - component: {fileID: 6938438827243609768} + m_Layer: 0 + m_Name: Props_15 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8694898826406197067 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2215046558759874288} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8605471649702209886 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2215046558759874288} + m_Mesh: {fileID: -6089941210699977678, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6938438827243609768 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2215046558759874288} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: a981f91f7749c814bae01f18e53d2a5f, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab.meta new file mode 100644 index 0000000..ad79c96 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 34351fb8b2ad12e44aecfdd6a3a0a73a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_15.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab new file mode 100644 index 0000000..d0aa6e9 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7704129765306034611 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6414460233043877706} + - component: {fileID: 7465202293923042913} + - component: {fileID: 7148370227824314041} + m_Layer: 0 + m_Name: Props_16 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6414460233043877706 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7704129765306034611} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7465202293923042913 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7704129765306034611} + m_Mesh: {fileID: 3845746245577317204, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &7148370227824314041 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7704129765306034611} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab.meta new file mode 100644 index 0000000..23ac3bf --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 93ef5b4daf54ac14f81e0772961bf7b1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_16.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab new file mode 100644 index 0000000..1cb44ef --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab @@ -0,0 +1,172 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1342774651384427630 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6162736052093975989} + - component: {fileID: 8086442746386158456} + - component: {fileID: 8610762197343603726} + m_Layer: 0 + m_Name: Props_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6162736052093975989 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342774651384427630} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4108138992550759637} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8086442746386158456 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342774651384427630} + m_Mesh: {fileID: -1258035341741586828, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &8610762197343603726 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1342774651384427630} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8288380280959352226 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4108138992550759637} + - component: {fileID: 8169187514087034920} + - component: {fileID: 9046773317259999699} + m_Layer: 0 + m_Name: Props_2a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4108138992550759637 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8288380280959352226} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: -0.021077318, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 6162736052093975989} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8169187514087034920 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8288380280959352226} + m_Mesh: {fileID: 2806953395882273590, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &9046773317259999699 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8288380280959352226} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab.meta new file mode 100644 index 0000000..29aca02 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: bd95c52d6828fdf42b8081bed36bc037 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab new file mode 100644 index 0000000..7b095ad --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5326168351634955486 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8833035874536917919} + - component: {fileID: 2894415143089034094} + - component: {fileID: 88519469005820264} + m_Layer: 0 + m_Name: Props_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8833035874536917919 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5326168351634955486} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2894415143089034094 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5326168351634955486} + m_Mesh: {fileID: 491143407260242397, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &88519469005820264 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5326168351634955486} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab.meta new file mode 100644 index 0000000..3ac4603 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e1f3eb9b7c62ede409fa1a4d6770ef88 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_3.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab new file mode 100644 index 0000000..13bd844 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab @@ -0,0 +1,175 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4074813984219522512 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3328418456275108962} + - component: {fileID: 4679841898955525517} + - component: {fileID: 2736523445153463165} + m_Layer: 0 + m_Name: Props_4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3328418456275108962 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4074813984219522512} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5847300028950260507} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4679841898955525517 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4074813984219522512} + m_Mesh: {fileID: 3729085003051603586, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &2736523445153463165 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4074813984219522512} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8122050685830729847 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5847300028950260507} + - component: {fileID: 5907741347030846902} + - component: {fileID: 2904593087290849882} + m_Layer: 0 + m_Name: Props_4a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5847300028950260507 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8122050685830729847} + m_LocalRotation: {x: 6.870091e-17, y: 0.9914449, z: -6.870091e-17, w: 0.13052619} + m_LocalPosition: {x: -1.1823431e-13, y: -0.016392339, z: 2.2737366e-14} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3328418456275108962} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5907741347030846902 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8122050685830729847} + m_Mesh: {fileID: -7159946465811131861, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &2904593087290849882 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8122050685830729847} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab.meta new file mode 100644 index 0000000..92313c2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 04a77e7e43a79ed478e212e4f5ede12d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_4.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab new file mode 100644 index 0000000..8f596a3 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab @@ -0,0 +1,174 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6169993613506482392 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5076080293125043412} + - component: {fileID: 3219196270559930225} + - component: {fileID: 3127028891294383370} + m_Layer: 0 + m_Name: Props_5a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5076080293125043412 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6169993613506482392} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0.70306104, z: 0.0164619} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1090149919819578988} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3219196270559930225 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6169993613506482392} + m_Mesh: {fileID: -1164985422732053104, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3127028891294383370 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6169993613506482392} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7769912462131510987 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1090149919819578988} + - component: {fileID: 543660759012346051} + - component: {fileID: 3798238505618042601} + m_Layer: 0 + m_Name: Props_5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1090149919819578988 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7769912462131510987} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5076080293125043412} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &543660759012346051 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7769912462131510987} + m_Mesh: {fileID: -5431765119403406774, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &3798238505618042601 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7769912462131510987} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab.meta new file mode 100644 index 0000000..d803e0c --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 9c41d981db5f5c14c8a3c97fa7093eaf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_5.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab new file mode 100644 index 0000000..dcd2149 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5741591184186878543 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1788603879022669767} + - component: {fileID: 2624293159330497363} + - component: {fileID: 6422465297872444192} + m_Layer: 0 + m_Name: Props_6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1788603879022669767 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5741591184186878543} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2624293159330497363 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5741591184186878543} + m_Mesh: {fileID: -564700060665500780, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6422465297872444192 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5741591184186878543} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab.meta new file mode 100644 index 0000000..6f184a9 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: bcdb601ee0e1144478b160e8530cefa2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_6.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab new file mode 100644 index 0000000..bad12cc --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab @@ -0,0 +1,90 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &5003257899507768075 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6768743221385502464} + - component: {fileID: 2021245808634072236} + - component: {fileID: 5673348229918235069} + m_Layer: 0 + m_Name: Props_7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6768743221385502464 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5003257899507768075} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2021245808634072236 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5003257899507768075} + m_Mesh: {fileID: -8070298290176478403, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5673348229918235069 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 5003257899507768075} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab.meta new file mode 100644 index 0000000..e1b6ce2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: de3df4a73a200dd4aab4b967d8702018 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_7.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab new file mode 100644 index 0000000..1e978d2 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &7505324163579992151 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2126249040023576255} + - component: {fileID: 7857052964919932271} + - component: {fileID: 4789541380720933852} + m_Layer: 0 + m_Name: Props_8 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2126249040023576255 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7505324163579992151} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7857052964919932271 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7505324163579992151} + m_Mesh: {fileID: -4951212787418725992, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &4789541380720933852 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7505324163579992151} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab.meta new file mode 100644 index 0000000..bccdb0e --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 167742c9202c0fd4da31d23fa9992363 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_8.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab new file mode 100644 index 0000000..df7dc18 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab @@ -0,0 +1,173 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1522957048453749876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3969036272369092221} + - component: {fileID: 4905739949562829342} + - component: {fileID: 6126234037445009296} + m_Layer: 0 + m_Name: Props_9 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3969036272369092221 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1522957048453749876} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6492413213065611080} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4905739949562829342 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1522957048453749876} + m_Mesh: {fileID: 6672925563393389093, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6126234037445009296 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1522957048453749876} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &7458061667951051996 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6492413213065611080} + - component: {fileID: 7747568234931498996} + - component: {fileID: 5926079275722729250} + m_Layer: 0 + m_Name: Props_9a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6492413213065611080 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7458061667951051996} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.24336022, y: 0, z: -1.1368684e-15} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3969036272369092221} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &7747568234931498996 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7458061667951051996} + m_Mesh: {fileID: -4685099658920931431, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5926079275722729250 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7458061667951051996} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5a7e3987da126b3448d7e55a9ec0fe97, type: 2} + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 49b91a815dee8974d9439e1311858a09, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab.meta new file mode 100644 index 0000000..2569e61 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 380287f50b6d85c44a78fc73bcd3bbce +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Props_9.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab new file mode 100644 index 0000000..2c0aa13 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3774595086870836809 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2565037312225007884} + - component: {fileID: 9080497691994159773} + - component: {fileID: 5045586029052096109} + m_Layer: 0 + m_Name: Stone_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2565037312225007884 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3774595086870836809} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9080497691994159773 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3774595086870836809} + m_Mesh: {fileID: 2928966540353291585, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5045586029052096109 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3774595086870836809} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab.meta new file mode 100644 index 0000000..8804a47 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b0035cc3b5e6130448e28efdaf06b319 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab new file mode 100644 index 0000000..71a402f --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2353168751709432258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5825689560108898751} + - component: {fileID: 2886405743355450340} + - component: {fileID: 6315617972220292563} + m_Layer: 0 + m_Name: Stone_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5825689560108898751 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2353168751709432258} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &2886405743355450340 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2353168751709432258} + m_Mesh: {fileID: -3505231035254027634, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6315617972220292563 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2353168751709432258} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab.meta new file mode 100644 index 0000000..2eaeacd --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 6489ddf5157f65840adb429c54b450ff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab new file mode 100644 index 0000000..5ee56d7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab @@ -0,0 +1,87 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &990202616093739481 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1689159592676468358} + - component: {fileID: 1576274276280379692} + - component: {fileID: 2292517733232822190} + m_Layer: 0 + m_Name: Stone_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1689159592676468358 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 990202616093739481} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1576274276280379692 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 990202616093739481} + m_Mesh: {fileID: 1009085864058569157, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &2292517733232822190 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 990202616093739481} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: d742b67c3d5e5f44ebe4f2553652d5cf, type: 2} + - {fileID: 2100000, guid: 8d8f5ea4461ee664996547d6fbdfb054, type: 2} + - {fileID: 2100000, guid: cb87884a8ae01b54cb01f106d1483267, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab.meta new file mode 100644 index 0000000..275193d --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c6167d9e9d25c0a42a42842b617775c3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Stone_3.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab new file mode 100644 index 0000000..98b8021 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1707171496953629376 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1237827652249727188} + - component: {fileID: 8827876328216131823} + - component: {fileID: 4884756040634908477} + m_Layer: 0 + m_Name: Tip_Board_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1237827652249727188 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707171496953629376} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &8827876328216131823 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707171496953629376} + m_Mesh: {fileID: 5907125756783019099, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &4884756040634908477 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1707171496953629376} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab.meta new file mode 100644 index 0000000..659290b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3007f24466db0fb43b9ec398808a54a2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab new file mode 100644 index 0000000..7f85d94 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4015253669241155504 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2821870039043858637} + - component: {fileID: 3301626371158984853} + - component: {fileID: 1480700733762254164} + m_Layer: 0 + m_Name: Tip_Board_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2821870039043858637 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4015253669241155504} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3301626371158984853 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4015253669241155504} + m_Mesh: {fileID: 3506284551123680527, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &1480700733762254164 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4015253669241155504} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab.meta new file mode 100644 index 0000000..573dd04 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e1927dbfa7e97ee429f2a2a6c27dd86f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab new file mode 100644 index 0000000..a6cec9f --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab @@ -0,0 +1,88 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &134916880053487179 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4801094834027345461} + - component: {fileID: 987495695622336939} + - component: {fileID: 5700660649010603886} + m_Layer: 0 + m_Name: Tip_Board_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4801094834027345461 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134916880053487179} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &987495695622336939 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134916880053487179} + m_Mesh: {fileID: -3262154263023565661, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5700660649010603886 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134916880053487179} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + - {fileID: 2100000, guid: fab313412e0d2c74789fda3ec4afed43, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 8b1f7c9e230f99f46a4e2c246a99f84e, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab.meta new file mode 100644 index 0000000..c1b9b35 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 7e9a1ea230e000c418e11c3b421734e1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tip_Board_3.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab new file mode 100644 index 0000000..d899002 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &8145180899380037513 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1057491833481886041} + - component: {fileID: 1572428248199418077} + - component: {fileID: 9163345106820714258} + m_Layer: 0 + m_Name: Tree_1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1057491833481886041 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8145180899380037513} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &1572428248199418077 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8145180899380037513} + m_Mesh: {fileID: -8081317734454312985, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &9163345106820714258 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8145180899380037513} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: b0005086df78d8745981ed1d06db52a5, type: 2} + - {fileID: 2100000, guid: ab6e2fd1d942a394b9c0e3ce70d9ad63, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab.meta new file mode 100644 index 0000000..351d9c5 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 900020bfbf6587d4585d9a2820e456f2 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_1.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab new file mode 100644 index 0000000..05ed1ee --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &904873530533890607 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6436818716434862719} + - component: {fileID: 4074758901382176296} + - component: {fileID: 7466450050233915852} + m_Layer: 0 + m_Name: Tree_2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6436818716434862719 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904873530533890607} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4074758901382176296 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904873530533890607} + m_Mesh: {fileID: 2163022072983001361, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &7466450050233915852 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 904873530533890607} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 5545c155a6153ed4098064cd72797dc6, type: 2} + - {fileID: 2100000, guid: 14562ff1e56b3424c83b07a3e25b9414, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab.meta new file mode 100644 index 0000000..b4128df --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 68c7915e0967e9c4997abb068bcb6ec1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_2.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab new file mode 100644 index 0000000..70b9ec1 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6920142995410206608 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2764192504540238089} + - component: {fileID: 406269540216651403} + - component: {fileID: 6492086919514585596} + m_Layer: 0 + m_Name: Tree_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2764192504540238089 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6920142995410206608} + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &406269540216651403 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6920142995410206608} + m_Mesh: {fileID: -8693436764281777323, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &6492086919514585596 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6920142995410206608} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: f45a00a6d60a4544d859023c36429b66, type: 2} + - {fileID: 2100000, guid: 6f8a22a830d0bfc4e92ab0cc0aa1b8b5, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_AdditionalVertexStreams: {fileID: 0} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab.meta new file mode 100644 index 0000000..aaa3b8b --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ba3eb6b685c0e0c4ba30d08ec22c45be +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Prefabs/Environments/Tree_3.prefab + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene.meta new file mode 100644 index 0000000..52ab600 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5999630819df39b40b9327d242d1b87e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.meta new file mode 100644 index 0000000..42f0ed4 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 03dce3267b3ec6d45b82fc102ee7dba7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity new file mode 100644 index 0000000..2fac757 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity @@ -0,0 +1,1592 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0, g: 0.14137071, b: 0.2830189, a: 1} + m_AmbientEquatorColor: {r: 0.7859113, g: 0.81920826, b: 0.8207547, a: 1} + m_AmbientGroundColor: {r: 0, g: 0.04592918, b: 0.764151, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 1 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 2100000, guid: 0ffaa0b7117ba8c47a9d05ae701d4b4d, type: 2} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.47284234, g: 0.51750654, b: 1.06183, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 12 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &209839579 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 209839583} + - component: {fileID: 209839582} + - component: {fileID: 209839581} + - component: {fileID: 209839580} + - component: {fileID: 209839584} + m_Layer: 0 + m_Name: Camera1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &209839580 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209839579} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &209839581 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209839579} + m_Enabled: 0 +--- !u!20 &209839582 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209839579} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 18 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &209839583 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209839579} + m_LocalRotation: {x: 0.106778115, y: 0.8927037, z: -0.29306617, w: 0.32525495} + m_LocalPosition: {x: -150.46272, y: 91.06264, z: 93.043976} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!95 &209839584 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 209839579} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &339995405 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 339995408} + - component: {fileID: 339995407} + - component: {fileID: 339995406} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &339995406 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 339995405} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} +--- !u!108 &339995407 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 339995405} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &339995408 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 339995405} + m_LocalRotation: {x: -0.051796995, y: -0.89947504, z: 0.41943207, w: -0.11107902} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 50, y: -194.08, z: 0} +--- !u!1 &611914879 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 611914881} + - component: {fileID: 611914880} + m_Layer: 0 + m_Name: Global Volume + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &611914880 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 611914879} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3} + m_Name: + m_EditorClassIdentifier: + m_IsGlobal: 1 + priority: 0 + blendDistance: 0 + weight: 1 + sharedProfile: {fileID: 11400000, guid: 7cf5e34839f2a3f488f93e70b8585391, type: 2} +--- !u!4 &611914881 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 611914879} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &660494044 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 660494049} + - component: {fileID: 660494048} + - component: {fileID: 660494047} + - component: {fileID: 660494046} + - component: {fileID: 660494045} + m_Layer: 0 + m_Name: Camera3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &660494045 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 660494044} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &660494046 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 660494044} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &660494047 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 660494044} + m_Enabled: 0 +--- !u!20 &660494048 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 660494044} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 35 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &660494049 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 660494044} + m_LocalRotation: {x: 0.14212471, y: 0.8465998, z: -0.27999148, w: 0.4297372} + m_LocalPosition: {x: -44.171978, y: 13.699397, z: 13.149801} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0.0004001914, y: 0.100384, z: 359.9254} +--- !u!1 &728003661 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 728003666} + - component: {fileID: 728003665} + - component: {fileID: 728003664} + - component: {fileID: 728003663} + - component: {fileID: 728003662} + m_Layer: 0 + m_Name: Camera2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &728003662 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 728003661} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &728003663 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 728003661} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &728003664 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 728003661} + m_Enabled: 0 +--- !u!20 &728003665 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 728003661} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 35 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &728003666 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 728003661} + m_LocalRotation: {x: -0.091106705, y: 0.8973149, z: -0.21994972, w: -0.37168223} + m_LocalPosition: {x: -14.493922, y: 10.773683, z: 0.8413384} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0.0004395412, y: 0.0263906, z: 359.9862} +--- !u!1 &1198897413 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1198897418} + - component: {fileID: 1198897417} + - component: {fileID: 1198897416} + - component: {fileID: 1198897415} + - component: {fileID: 1198897414} + m_Layer: 0 + m_Name: Camera5 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &1198897414 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1198897413} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1198897415 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1198897413} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &1198897416 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1198897413} + m_Enabled: 0 +--- !u!20 &1198897417 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1198897413} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 42 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1198897418 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1198897413} + m_LocalRotation: {x: -0.06184091, y: 0.9340625, z: -0.1993436, w: -0.2897674} + m_LocalPosition: {x: -83.57113, y: 12.751231, z: 19.944101} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: -0.00015823, y: 359.9359, z: 0.0286388} +--- !u!1 &1263811082 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1263811087} + - component: {fileID: 1263811086} + - component: {fileID: 1263811085} + - component: {fileID: 1263811084} + - component: {fileID: 1263811083} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1263811083 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1263811082} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: be76e5f14cfee674cb30b491fb72b09b, type: 3} + m_Name: + m_EditorClassIdentifier: + boost: 3.5 + positionLerpTime: 0.2 + mouseSensitivity: 60 + mouseSensitivityCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5 + inSlope: 0 + outSlope: 5 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 2.5 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + rotationLerpTime: 0.01 + invertY: 1 +--- !u!114 &1263811084 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1263811082} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &1263811085 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1263811082} + m_Enabled: 1 +--- !u!20 &1263811086 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1263811082} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 35 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1263811087 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1263811082} + m_LocalRotation: {x: -0.0895816, y: -0.88372296, z: 0.18910778, w: -0.41862538} + m_LocalPosition: {x: -119.29015, y: 23.719254, z: 28.902908} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1621298899 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1621298904} + - component: {fileID: 1621298903} + - component: {fileID: 1621298902} + - component: {fileID: 1621298901} + - component: {fileID: 1621298900} + m_Layer: 0 + m_Name: Camera4 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &1621298900 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1621298899} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1621298901 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1621298899} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &1621298902 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1621298899} + m_Enabled: 0 +--- !u!20 &1621298903 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1621298899} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 36 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1621298904 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1621298899} + m_LocalRotation: {x: 0.100031614, y: 0.89747936, z: -0.3369497, w: 0.2664383} + m_LocalPosition: {x: -77.552734, y: 17.55494, z: 20.938332} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: -0.0002938055, y: 359.9771, z: 0.0200319} +--- !u!1 &1719001545 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1719001550} + - component: {fileID: 1719001549} + - component: {fileID: 1719001548} + - component: {fileID: 1719001547} + - component: {fileID: 1719001546} + m_Layer: 0 + m_Name: Camera7 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &1719001546 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719001545} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1719001547 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719001545} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &1719001548 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719001545} + m_Enabled: 0 +--- !u!20 &1719001549 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719001545} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 35 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1719001550 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1719001545} + m_LocalRotation: {x: -0.0895816, y: -0.88372296, z: 0.18910776, w: -0.41862538} + m_LocalPosition: {x: -119.29015, y: 23.719254, z: 28.902908} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0.1428965, y: 0.0003921903, z: -0.0001760341} +--- !u!1 &1995899063 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1995899068} + - component: {fileID: 1995899067} + - component: {fileID: 1995899066} + - component: {fileID: 1995899065} + - component: {fileID: 1995899064} + m_Layer: 0 + m_Name: Camera6 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &1995899064 +Animator: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1995899063} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1995899065 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1995899063} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 1 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 +--- !u!81 &1995899066 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1995899063} + m_Enabled: 0 +--- !u!20 &1995899067 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1995899063} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 30 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1995899068 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1995899063} + m_LocalRotation: {x: 0.101819046, y: 0.58949476, z: -0.075235106, w: 0.79778975} + m_LocalPosition: {x: -97.240074, y: 12.597321, z: -19.80363} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 2053612825} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 359.8537, y: -0.0001356686, z: 0.00003536673} +--- !u!1 &2053612823 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2053612825} + - component: {fileID: 2053612824} + m_Layer: 0 + m_Name: TimeLine + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!320 &2053612824 +PlayableDirector: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2053612823} + m_Enabled: 1 + serializedVersion: 3 + m_PlayableAsset: {fileID: 11400000, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + m_InitialState: 1 + m_WrapMode: 1 + m_DirectorUpdateMode: 1 + m_InitialTime: 0 + m_SceneBindings: + - key: {fileID: 3756770228235237946, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 209839579} + - key: {fileID: 5374182927220107189, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 209839584} + - key: {fileID: -1328749046880332474, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 728003661} + - key: {fileID: 2660282719783706248, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 728003662} + - key: {fileID: -3378775901811290856, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 660494044} + - key: {fileID: -4754770584993223959, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 660494045} + - key: {fileID: 7355854904237219257, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1621298899} + - key: {fileID: -1825924967361497884, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1621298900} + - key: {fileID: -3371639176208967926, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1198897413} + - key: {fileID: 5335584828457266885, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1198897414} + - key: {fileID: -8226836603998004083, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1995899063} + - key: {fileID: 2053656950772837535, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1995899064} + - key: {fileID: 4613964526404073171, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1719001545} + - key: {fileID: -4289169844063014867, guid: 66c119e7045751a4b925a4c0a1233bec, type: 2} + value: {fileID: 1719001546} + m_ExposedReferences: + m_References: + - fe1d9ae62e8fcc044aedf3a3c3e74d0e: {fileID: 611914879} +--- !u!4 &2053612825 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2053612823} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 209839583} + - {fileID: 728003666} + - {fileID: 660494049} + - {fileID: 1621298904} + - {fileID: 1198897418} + - {fileID: 1995899068} + - {fileID: 1719001550} + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &2504031411408720010 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.w + value: 0.9999619 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.x + value: -0.0036603261 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.y + value: -0.0070181023 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.z + value: -0.003677265 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: -0.422 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: -0.803 + objectReference: {fileID: 0} + - target: {fileID: 2687138455064333859, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: -0.418 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.x + value: 0.00015002303 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.y + value: 0.00015393365 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalRotation.z + value: 0.00011993634 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0.017 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0.018 + objectReference: {fileID: 0} + - target: {fileID: 3068347261681032965, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0.014 + objectReference: {fileID: 0} + - target: {fileID: 3315056817458287769, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} + propertyPath: m_Name + value: DemoScene + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 74e8e1c76d258bc4c9f071738ea495aa, type: 3} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity.meta new file mode 100644 index 0000000..2b0e2fb --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c5f4a9658803981469ebe90da3bd7fbf +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene.unity + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global Volume Profile.asset b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global Volume Profile.asset new file mode 100644 index 0000000..26caad3 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global Volume Profile.asset @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-4983669264633382618 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: c01700fd266d6914ababb731e09af2eb, type: 3} + m_Name: DepthOfField + m_EditorClassIdentifier: + active: 0 + mode: + m_OverrideState: 1 + m_Value: 1 + gaussianStart: + m_OverrideState: 1 + m_Value: 45.5 + gaussianEnd: + m_OverrideState: 1 + m_Value: 55.82 + gaussianMaxRadius: + m_OverrideState: 1 + m_Value: 1.5 + highQualitySampling: + m_OverrideState: 0 + m_Value: 0 + focusDistance: + m_OverrideState: 0 + m_Value: 10 + aperture: + m_OverrideState: 0 + m_Value: 5.6 + focalLength: + m_OverrideState: 0 + m_Value: 50 + bladeCount: + m_OverrideState: 0 + m_Value: 5 + bladeCurvature: + m_OverrideState: 0 + m_Value: 1 + bladeRotation: + m_OverrideState: 0 + m_Value: 0 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: Global Volume Profile + m_EditorClassIdentifier: + components: + - {fileID: 7225331311088432630} + - {fileID: 2392206589416782144} + - {fileID: 7444957570398090810} + - {fileID: 5859739168768652775} + - {fileID: 962204566152670459} + - {fileID: -4983669264633382618} +--- !u!114 &962204566152670459 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 81180773991d8724ab7f2d216912b564, type: 3} + m_Name: ChromaticAberration + m_EditorClassIdentifier: + active: 1 + intensity: + m_OverrideState: 1 + m_Value: 0.081 +--- !u!114 &2392206589416782144 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 221518ef91623a7438a71fef23660601, type: 3} + m_Name: WhiteBalance + m_EditorClassIdentifier: + active: 1 + temperature: + m_OverrideState: 1 + m_Value: 15 + tint: + m_OverrideState: 1 + m_Value: 0 +--- !u!114 &5859739168768652775 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 5485954d14dfb9a4c8ead8edb0ded5b1, type: 3} + m_Name: LiftGammaGain + m_EditorClassIdentifier: + active: 1 + lift: + m_OverrideState: 1 + m_Value: {x: 1, y: 0.9643375, z: 0.795479, w: 0} + gamma: + m_OverrideState: 1 + m_Value: {x: 1, y: 1, z: 1, w: 0} + gain: + m_OverrideState: 1 + m_Value: {x: 1, y: 1, z: 1, w: 0} +--- !u!114 &7225331311088432630 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 66f335fb1ffd8684294ad653bf1c7564, type: 3} + m_Name: ColorAdjustments + m_EditorClassIdentifier: + active: 1 + postExposure: + m_OverrideState: 0 + m_Value: 0 + contrast: + m_OverrideState: 1 + m_Value: 16 + colorFilter: + m_OverrideState: 0 + m_Value: {r: 1, g: 1, b: 1, a: 1} + hueShift: + m_OverrideState: 0 + m_Value: 7 + saturation: + m_OverrideState: 1 + m_Value: 25 +--- !u!114 &7444957570398090810 +MonoBehaviour: + m_ObjectHideFlags: 3 + 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: 0b2db86121404754db890f4c8dfe81b2, type: 3} + m_Name: Bloom + m_EditorClassIdentifier: + active: 1 + threshold: + m_OverrideState: 1 + m_Value: 0.87 + intensity: + m_OverrideState: 1 + m_Value: 0.55 + scatter: + m_OverrideState: 1 + m_Value: 0.65 + clamp: + m_OverrideState: 0 + m_Value: 65472 + tint: + m_OverrideState: 0 + m_Value: {r: 1, g: 1, b: 1, a: 1} + highQualityFiltering: + m_OverrideState: 0 + m_Value: 0 + skipIterations: + m_OverrideState: 0 + m_Value: 1 + dirtTexture: + m_OverrideState: 0 + m_Value: {fileID: 0} + dirtIntensity: + m_OverrideState: 0 + m_Value: 0 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global Volume Profile.asset.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global Volume Profile.asset.meta new file mode 100644 index 0000000..3f82a8f --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global Volume Profile.asset.meta @@ -0,0 +1,16 @@ +fileFormatVersion: 2 +guid: 7cf5e34839f2a3f488f93e70b8585391 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/DemoScene/Global + Volume Profile.asset + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine.meta new file mode 100644 index 0000000..44335a7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 231a39003d7900a449195034b9bcae99 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable new file mode 100644 index 0000000..dbf06a3 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable @@ -0,0 +1,3031 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8910778383196288265 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!74 &-8753161202352575896 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (3) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: {x: 1.656536, y: 374.6868, z: -12.80367} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.41420746, y: -3.6774216, z: 3.205933} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 16 + value: {x: -0.0002938053, y: 359.9771, z: 0.02006244} + inSlope: {x: -0.41420746, y: -3.6774216, z: 3.205933} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: {x: -6.329277, y: 3.0474129, z: 2.8098984} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.5823193, y: -0.6780796, z: -0.77570057} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 16 + value: {x: 0, y: 0.33509445, z: -0.2929039} + inSlope: {x: 1.5823193, y: -0.6780796, z: -0.77570057} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 16 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: 1.656536 + inSlope: 0 + outSlope: -0.41420746 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 16 + value: -0.0002938053 + inSlope: -0.41420746 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: 374.6868 + inSlope: 0 + outSlope: -3.6774216 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 16 + value: 359.9771 + inSlope: -3.6774216 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: -12.80367 + inSlope: 0 + outSlope: 3.205933 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 16 + value: 0.02006244 + inSlope: 3.205933 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: -6.329277 + inSlope: 0 + outSlope: 1.5823193 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 16 + value: 0 + inSlope: 1.5823193 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: 3.0474129 + inSlope: 0 + outSlope: -0.6780796 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 16 + value: 0.33509445 + inSlope: -0.6780796 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 12 + value: 2.8098984 + inSlope: 0 + outSlope: -0.77570057 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 16 + value: -0.2929039 + inSlope: -0.77570057 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &-8226836603998004083 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track (5) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 20 + m_ClipIn: 0 + m_Asset: {fileID: -7931942682585198771} + m_Duration: 4 + m_TimeScale: 1 + m_ParentTrack: {fileID: -8226836603998004083} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &-7931942682585198771 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &-5245872554536405847 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &-5223637148881837275 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &-4754770584993223959 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (2) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -44.171978, y: 13.699397, z: 13.149801} + m_InfiniteClipOffsetEulerAngles: {x: 36.600655, y: 126.17496, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 8726525509226088760} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &-4289169844063014867 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (6) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -119.29015, y: 23.719254, z: 28.902908} + m_InfiniteClipOffsetEulerAngles: {x: 24.157103, y: 129.30556, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 1663406644296998947} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &-3378775901811290856 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track (2) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 8 + m_ClipIn: 0 + m_Asset: {fileID: -5245872554536405847} + m_Duration: 4 + m_TimeScale: 1 + m_ParentTrack: {fileID: -3378775901811290856} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &-3371639176208967926 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track (4) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 16 + m_ClipIn: 0 + m_Asset: {fileID: 1941589247262125674} + m_Duration: 4 + m_TimeScale: 1 + m_ParentTrack: {fileID: -3371639176208967926} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &-2795104163658652169 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &-1825924967361497884 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (3) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -77.552734, y: 17.55494, z: 20.938332} + m_InfiniteClipOffsetEulerAngles: {x: 41.156296, y: 146.93044, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: -8753161202352575896} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &-1328749046880332474 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track (1) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 4 + m_ClipIn: 0 + m_Asset: {fileID: -5223637148881837275} + m_Duration: 4 + m_TimeScale: 1 + m_ParentTrack: {fileID: -1328749046880332474} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfda56da833e2384a9677cd3c976a436, type: 3} + m_Name: TimeLine + m_EditorClassIdentifier: + m_Version: 0 + m_Tracks: + - {fileID: 3756770228235237946} + - {fileID: 5374182927220107189} + - {fileID: -1328749046880332474} + - {fileID: 2660282719783706248} + - {fileID: -3378775901811290856} + - {fileID: -4754770584993223959} + - {fileID: 7355854904237219257} + - {fileID: -1825924967361497884} + - {fileID: -3371639176208967926} + - {fileID: 5335584828457266885} + - {fileID: -8226836603998004083} + - {fileID: 2053656950772837535} + - {fileID: 4613964526404073171} + - {fileID: -4289169844063014867} + m_FixedDuration: 0 + m_EditorSettings: + m_Framerate: 60 + m_ScenePreview: 1 + m_DurationMode: 0 + m_MarkerTrack: {fileID: 0} +--- !u!74 &1663406644296998947 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (6) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 29 + value: {x: 2.04289, y: 0.0003921903, z: -0.0001760341} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 24 + value: {x: 0.0000038146973, y: -0.2912941, z: 0.13065338} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.2865921, y: -0.18287392, z: -2.411441} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 29 + value: {x: 1.4329643, y: -1.2056637, z: -11.926552} + inSlope: {x: 0.2865921, y: -0.18287392, z: -2.411441} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 29 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 24 + value: 0.0000038146973 + inSlope: 0 + outSlope: 0.2865921 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 29 + value: 1.4329643 + inSlope: 0.2865921 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 24 + value: -0.2912941 + inSlope: 0 + outSlope: -0.18287392 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 29 + value: -1.2056637 + inSlope: -0.18287392 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 24 + value: 0.13065338 + inSlope: 0 + outSlope: -2.411441 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 29 + value: -11.926552 + inSlope: -2.411441 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 29 + value: 2.04289 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 29 + value: 0.0003921903 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 29 + value: -0.0001760341 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &1941589247262125674 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &2053656950772837535 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (5) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -97.240074, y: 12.597321, z: -19.80363} + m_InfiniteClipOffsetEulerAngles: {x: 14.546271, y: 72.92213, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 6571470887496804522} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &2254500217158255614 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: fde0d25a170598d46a0b9dc16b4527a5, type: 3} + m_Name: ActivationPlayableAsset + m_EditorClassIdentifier: +--- !u!114 &2660282719783706248 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (1) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -14.493922, y: 10.773683, z: 0.8413384} + m_InfiniteClipOffsetEulerAngles: {x: 27.545563, y: 225.00024, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 8738086086919459427} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &3756770228235237946 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 0 + m_ClipIn: 0 + m_Asset: {fileID: -8910778383196288265} + m_Duration: 4 + m_TimeScale: 1 + m_ParentTrack: {fileID: 3756770228235237946} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!74 &3836721090766180396 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.000015258789, y: 0.41659927, z: -0.30677795} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.25532818, y: 0.9633713, z: 5.9404488} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 4 + value: {x: -1.021328, y: 4.2700844, z: 23.455017} + inSlope: {x: -0.25532818, y: 0.9633713, z: 5.9404488} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 4 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.000015258789 + inSlope: 0 + outSlope: -0.25532818 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: -1.021328 + inSlope: -0.25532818 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.41659927 + inSlope: 0 + outSlope: 0.9633713 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 4.2700844 + inSlope: 0.9633713 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.30677795 + inSlope: 0 + outSlope: 5.9404488 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4 + value: 23.455017 + inSlope: 5.9404488 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &4613964526404073171 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track (6) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 24 + m_ClipIn: 0 + m_Asset: {fileID: 2254500217158255614} + m_Duration: 5 + m_TimeScale: 1 + m_ParentTrack: {fileID: 4613964526404073171} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!114 &5335584828457266885 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (4) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -83.57113, y: 12.751231, z: 19.944101} + m_InfiniteClipOffsetEulerAngles: {x: 24.09418, y: 214.47015, z: 0.00000093525733} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 8496398168100019450} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &5374182927220107189 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: [] + m_Markers: + m_Objects: [] + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: -150.46272, y: 91.06264, z: 93.043976} + m_InfiniteClipOffsetEulerAngles: {x: 36.349037, y: 139.96176, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 3836721090766180396} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!74 &6571470887496804522 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (5) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: {x: 360.8381, y: -6.097855, z: 1.585027} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: {x: 0.0000009536743, y: 0.0025978088, z: -0.00065612793} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.5388671, y: 0.44052863, z: 1.6978912} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 24 + value: {x: 2.1554694, y: 1.7647123, z: 6.790909} + inSlope: {x: 0.5388671, y: 0.44052863, z: 1.6978912} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 24 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: 0.0000009536743 + inSlope: 0 + outSlope: 0.5388671 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 24 + value: 2.1554694 + inSlope: 0.5388671 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: 0.0025978088 + inSlope: 0 + outSlope: 0.44052863 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 24 + value: 1.7647123 + inSlope: 0.44052863 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: -0.00065612793 + inSlope: 0 + outSlope: 1.6978912 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 24 + value: 6.790909 + inSlope: 1.6978912 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: 360.8381 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: -6.097855 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 20 + value: 1.585027 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &7355854904237219257 +MonoBehaviour: + m_ObjectHideFlags: 1 + 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: 21bf7f712d84d26478ebe6a299f21738, type: 3} + m_Name: Activation Track (3) + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 12 + m_ClipIn: 0 + m_Asset: {fileID: -2795104163658652169} + m_Duration: 4 + m_TimeScale: 1 + m_ParentTrack: {fileID: 7355854904237219257} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 0 + m_BlendOutDuration: 0 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: Active + m_Markers: + m_Objects: [] + m_PostPlaybackState: 3 +--- !u!74 &8496398168100019450 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (4) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: {x: 8.606379, y: 360.3658, z: -0.1774617} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -2.5749888, y: 0.007949829, z: 0.0004882738} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 20 + value: {x: -1.693577, y: 360.3976, z: -0.1755086} + inSlope: {x: -2.5749888, y: 0.007949829, z: 0.0004882738} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: {x: 0, y: 4.15246, z: -1.8569794} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -1.2323823, z: 0.5511203} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 20 + value: {x: 0, y: -0.7770691, z: 0.34750175} + inSlope: {x: -0, y: -1.2323823, z: 0.5511203} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 20 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: 4.15246 + inSlope: 0 + outSlope: -1.2323823 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: -0.7770691 + inSlope: -1.2323823 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: -1.8569794 + inSlope: 0 + outSlope: 0.5511203 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0.34750175 + inSlope: 0.5511203 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: 8.606379 + inSlope: 0 + outSlope: -2.5749888 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: -1.693577 + inSlope: -2.5749888 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: 360.3658 + inSlope: 0 + outSlope: 0.007949829 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 360.3976 + inSlope: 0.007949829 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 16 + value: -0.1774617 + inSlope: 0 + outSlope: 0.0004882738 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: -0.1755086 + inSlope: 0.0004882738 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!74 &8726525509226088760 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (2) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: {x: 1.203248, y: -0.7705413, z: 360.5814} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.09502421, y: -0.08039868, z: 0.05960083} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12 + value: {x: 0.8231512, y: -1.092136, z: 360.8198} + inSlope: {x: -0.09502421, y: -0.08039868, z: 0.05960083} + outSlope: {x: -0.13077049, y: 0.345304, z: -0.26007625} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: {x: 0, y: 0.00048446655, z: -0.00035858154} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.762959, y: -0.67902493, z: -1.6270933} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12 + value: {x: 3.051836, y: -2.7156153, z: -6.508732} + inSlope: {x: 0.762959, y: -0.67902493, z: -1.6270933} + outSlope: {x: 1.0005233, y: -0.8999818, z: -2.1266487} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 12 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: 0 + inSlope: 0 + outSlope: 0.762959 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: 3.051836 + inSlope: 0.762959 + outSlope: 1.0005233 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: 0.00048446655 + inSlope: 0 + outSlope: -0.67902493 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: -2.7156153 + inSlope: -0.67902493 + outSlope: -0.8999818 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: -0.00035858154 + inSlope: 0 + outSlope: -1.6270933 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: -6.508732 + inSlope: -1.6270933 + outSlope: -2.1266487 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: 1.203248 + inSlope: 0 + outSlope: -0.09502421 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: 0.8231512 + inSlope: -0.09502421 + outSlope: -0.13077049 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: -0.7705413 + inSlope: 0 + outSlope: -0.08039868 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: -1.092136 + inSlope: -0.08039868 + outSlope: 0.345304 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 8 + value: 360.5814 + inSlope: 0 + outSlope: 0.05960083 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: 360.8198 + inSlope: 0.05960083 + outSlope: -0.26007625 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!74 &8738086086919459427 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Recorded (1) + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: {x: 0.001156705, y: -0.3992076, z: 360.2082} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.11626054, y: -1.1371306, z: 0.5946274} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8 + value: {x: 0.4661989, y: -4.94773, z: 362.5867} + inSlope: {x: 0.11626054, y: -1.1371306, z: 0.5946274} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: {x: -1.6927433, y: -0.78285027, z: -1.5008755} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.88388443, y: 0.40874362, z: 0.78369457} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8 + value: {x: 1.8427944, y: 0.8521242, z: 1.6339028} + inSlope: {x: 0.88388443, y: 0.40874362, z: 0.78369457} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: 0.001156705 + inSlope: 0 + outSlope: 0.11626054 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 0.4661989 + inSlope: 0.11626054 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: -0.3992076 + inSlope: 0 + outSlope: -1.1371306 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: -4.94773 + inSlope: -1.1371306 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: 360.2082 + inSlope: 0 + outSlope: 0.5946274 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 362.5867 + inSlope: 0.5946274 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: -1.6927433 + inSlope: 0 + outSlope: 0.88388443 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 1.8427944 + inSlope: 0.88388443 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: -0.78285027 + inSlope: 0 + outSlope: 0.40874362 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 0.8521242 + inSlope: 0.40874362 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4 + value: -1.5008755 + inSlope: 0 + outSlope: 0.78369457 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 1.6339028 + inSlope: 0.78369457 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable.meta new file mode 100644 index 0000000..d8be1a4 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 66c119e7045751a4b925a4c0a1233bec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scene/TimeLine/TimeLine.playable + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts.meta new file mode 100644 index 0000000..2b27efa --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 02a3527b6b33a924e8ec66aa805ea717 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs new file mode 100644 index 0000000..c878e02 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs @@ -0,0 +1,303 @@ +#if ENABLE_INPUT_SYSTEM +using UnityEngine.InputSystem; +#endif + +using UnityEngine; + +namespace UnityTemplateProjects +{ + public class SimpleCameraController : MonoBehaviour + { + class CameraState + { + public float yaw; + public float pitch; + public float roll; + public float x; + public float y; + public float z; + + public void SetFromTransform(Transform t) + { + pitch = t.eulerAngles.x; + yaw = t.eulerAngles.y; + roll = t.eulerAngles.z; + x = t.position.x; + y = t.position.y; + z = t.position.z; + } + + public void Translate(Vector3 translation) + { + Vector3 rotatedTranslation = Quaternion.Euler(pitch, yaw, roll) * translation; + + x += rotatedTranslation.x; + y += rotatedTranslation.y; + z += rotatedTranslation.z; + } + + public void LerpTowards(CameraState target, float positionLerpPct, float rotationLerpPct) + { + yaw = Mathf.Lerp(yaw, target.yaw, rotationLerpPct); + pitch = Mathf.Lerp(pitch, target.pitch, rotationLerpPct); + roll = Mathf.Lerp(roll, target.roll, rotationLerpPct); + + x = Mathf.Lerp(x, target.x, positionLerpPct); + y = Mathf.Lerp(y, target.y, positionLerpPct); + z = Mathf.Lerp(z, target.z, positionLerpPct); + } + + public void UpdateTransform(Transform t) + { + t.eulerAngles = new Vector3(pitch, yaw, roll); + t.position = new Vector3(x, y, z); + } + } + + const float k_MouseSensitivityMultiplier = 0.01f; + + CameraState m_TargetCameraState = new CameraState(); + CameraState m_InterpolatingCameraState = new CameraState(); + + [Header("Movement Settings")] + [Tooltip("Exponential boost factor on translation, controllable by mouse wheel.")] + public float boost = 3.5f; + + [Tooltip("Time it takes to interpolate camera position 99% of the way to the target."), Range(0.001f, 1f)] + public float positionLerpTime = 0.2f; + + [Header("Rotation Settings")] + [Tooltip("Multiplier for the sensitivity of the rotation.")] + public float mouseSensitivity = 60.0f; + + [Tooltip("X = Change in mouse position.\nY = Multiplicative factor for camera rotation.")] + public AnimationCurve mouseSensitivityCurve = new AnimationCurve(new Keyframe(0f, 0.5f, 0f, 5f), new Keyframe(1f, 2.5f, 0f, 0f)); + + [Tooltip("Time it takes to interpolate camera rotation 99% of the way to the target."), Range(0.001f, 1f)] + public float rotationLerpTime = 0.01f; + + [Tooltip("Whether or not to invert our Y axis for mouse input to rotation.")] + public bool invertY = false; + +#if ENABLE_INPUT_SYSTEM + InputAction movementAction; + InputAction verticalMovementAction; + InputAction lookAction; + InputAction boostFactorAction; + bool mouseRightButtonPressed; + + void Start() + { + var map = new InputActionMap("Simple Camera Controller"); + + lookAction = map.AddAction("look", binding: "/delta"); + movementAction = map.AddAction("move", binding: "/leftStick"); + verticalMovementAction = map.AddAction("Vertical Movement"); + boostFactorAction = map.AddAction("Boost Factor", binding: "/scroll"); + + lookAction.AddBinding("/rightStick").WithProcessor("scaleVector2(x=15, y=15)"); + movementAction.AddCompositeBinding("Dpad") + .With("Up", "/w") + .With("Up", "/upArrow") + .With("Down", "/s") + .With("Down", "/downArrow") + .With("Left", "/a") + .With("Left", "/leftArrow") + .With("Right", "/d") + .With("Right", "/rightArrow"); + verticalMovementAction.AddCompositeBinding("Dpad") + .With("Up", "/pageUp") + .With("Down", "/pageDown") + .With("Up", "/e") + .With("Down", "/q") + .With("Up", "/rightshoulder") + .With("Down", "/leftshoulder"); + boostFactorAction.AddBinding("/Dpad").WithProcessor("scaleVector2(x=1, y=4)"); + + movementAction.Enable(); + lookAction.Enable(); + verticalMovementAction.Enable(); + boostFactorAction.Enable(); + } +#endif + + void OnEnable() + { + m_TargetCameraState.SetFromTransform(transform); + m_InterpolatingCameraState.SetFromTransform(transform); + } + + Vector3 GetInputTranslationDirection() + { + Vector3 direction = Vector3.zero; +#if ENABLE_INPUT_SYSTEM + var moveDelta = movementAction.ReadValue(); + direction.x = moveDelta.x; + direction.z = moveDelta.y; + direction.y = verticalMovementAction.ReadValue().y; +#else + if (Input.GetKey(KeyCode.W)) + { + direction += Vector3.forward; + } + if (Input.GetKey(KeyCode.S)) + { + direction += Vector3.back; + } + if (Input.GetKey(KeyCode.A)) + { + direction += Vector3.left; + } + if (Input.GetKey(KeyCode.D)) + { + direction += Vector3.right; + } + if (Input.GetKey(KeyCode.Q)) + { + direction += Vector3.down; + } + if (Input.GetKey(KeyCode.E)) + { + direction += Vector3.up; + } +#endif + return direction; + } + + void Update() + { + // Exit Sample + + if (IsEscapePressed()) + { + Application.Quit(); + #if UNITY_EDITOR + UnityEditor.EditorApplication.isPlaying = false; + #endif + } + + // Hide and lock cursor when right mouse button pressed + if (IsRightMouseButtonDown()) + { + Cursor.lockState = CursorLockMode.Locked; + } + + // Unlock and show cursor when right mouse button released + if (IsRightMouseButtonUp()) + { + Cursor.visible = true; + Cursor.lockState = CursorLockMode.None; + } + + // Rotation + if (IsCameraRotationAllowed()) + { + var mouseMovement = GetInputLookRotation() * k_MouseSensitivityMultiplier * mouseSensitivity; + if (invertY) + mouseMovement.y = -mouseMovement.y; + + var mouseSensitivityFactor = mouseSensitivityCurve.Evaluate(mouseMovement.magnitude); + + m_TargetCameraState.yaw += mouseMovement.x * mouseSensitivityFactor; + m_TargetCameraState.pitch += mouseMovement.y * mouseSensitivityFactor; + } + + // Translation + var translation = GetInputTranslationDirection() * Time.deltaTime; + + // Speed up movement when shift key held + if (IsBoostPressed()) + { + translation *= 10.0f; + } + + // Modify movement by a boost factor (defined in Inspector and modified in play mode through the mouse scroll wheel) + boost += GetBoostFactor(); + translation *= Mathf.Pow(2.0f, boost); + + m_TargetCameraState.Translate(translation); + + // Framerate-independent interpolation + // Calculate the lerp amount, such that we get 99% of the way to our target in the specified time + var positionLerpPct = 1f - Mathf.Exp((Mathf.Log(1f - 0.99f) / positionLerpTime) * Time.deltaTime); + var rotationLerpPct = 1f - Mathf.Exp((Mathf.Log(1f - 0.99f) / rotationLerpTime) * Time.deltaTime); + m_InterpolatingCameraState.LerpTowards(m_TargetCameraState, positionLerpPct, rotationLerpPct); + + m_InterpolatingCameraState.UpdateTransform(transform); + } + + float GetBoostFactor() + { +#if ENABLE_INPUT_SYSTEM + return boostFactorAction.ReadValue().y * 0.01f; +#else + return Input.mouseScrollDelta.y * 0.01f; +#endif + } + + Vector2 GetInputLookRotation() + { + // try to compensate the diff between the two input systems by multiplying with empirical values +#if ENABLE_INPUT_SYSTEM + var delta = lookAction.ReadValue(); + delta *= 0.5f; // Account for scaling applied directly in Windows code by old input system. + delta *= 0.1f; // Account for sensitivity setting on old Mouse X and Y axes. + return delta; +#else + return new Vector2(Input.GetAxis("Mouse X"), Input.GetAxis("Mouse Y")); +#endif + } + + bool IsBoostPressed() + { +#if ENABLE_INPUT_SYSTEM + bool boost = Keyboard.current != null ? Keyboard.current.leftShiftKey.isPressed : false; + boost |= Gamepad.current != null ? Gamepad.current.xButton.isPressed : false; + return boost; +#else + return Input.GetKey(KeyCode.LeftShift); +#endif + + } + + bool IsEscapePressed() + { +#if ENABLE_INPUT_SYSTEM + return Keyboard.current != null ? Keyboard.current.escapeKey.isPressed : false; +#else + return Input.GetKey(KeyCode.Escape); +#endif + } + + bool IsCameraRotationAllowed() + { +#if ENABLE_INPUT_SYSTEM + bool canRotate = Mouse.current != null ? Mouse.current.rightButton.isPressed : false; + canRotate |= Gamepad.current != null ? Gamepad.current.rightStick.ReadValue().magnitude > 0 : false; + return canRotate; +#else + return Input.GetMouseButton(1); +#endif + } + + bool IsRightMouseButtonDown() + { +#if ENABLE_INPUT_SYSTEM + return Mouse.current != null ? Mouse.current.rightButton.isPressed : false; +#else + return Input.GetMouseButtonDown(1); +#endif + } + + bool IsRightMouseButtonUp() + { +#if ENABLE_INPUT_SYSTEM + return Mouse.current != null ? !Mouse.current.rightButton.isPressed : false; +#else + return Input.GetMouseButtonUp(1); +#endif + } + + } + +} diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs.meta new file mode 100644 index 0000000..ad46a64 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs.meta @@ -0,0 +1,18 @@ +fileFormatVersion: 2 +guid: be76e5f14cfee674cb30b491fb72b09b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Scripts/SimpleCameraController.cs + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings.meta new file mode 100644 index 0000000..8e9f13c --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0735c275001a2c84dafdb30deced5d8d +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset new file mode 100644 index 0000000..f736146 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset @@ -0,0 +1,78 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-5659086675040278697 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f62c9c65cf3354c93be831c8bc075510, type: 3} + m_Name: ScreenSpaceAmbientOcclusion + m_EditorClassIdentifier: + m_Active: 1 + m_Shader: {fileID: 4800000, guid: 0849e84e3d62649e8882e9d6f056a017, type: 3} + m_Settings: + Downsample: 0 + AfterOpaque: 1 + Source: 1 + NormalSamples: 2 + Intensity: 1 + DirectLightingStrength: 0.335 + Radius: 1 + SampleCount: 20 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} + m_Name: ForwardRenderer + m_EditorClassIdentifier: + debugShaders: + debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} + m_RendererFeatures: + - {fileID: -5659086675040278697} + m_RendererFeatureMap: 57e713f5a6e276b1 + m_UseNativeRenderPass: 0 + postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} + xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} + shaders: + blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} + copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} + screenSpaceShadowPS: {fileID: 4800000, guid: 0f854b35a0cf61a429bd5dcfea30eddd, type: 3} + samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} + stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} + fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} + materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3} + coreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} + coreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} + cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} + objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3} + m_AssetVersion: 1 + m_OpaqueLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_TransparentLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_DefaultStencilState: + overrideStencilState: 0 + stencilReference: 0 + stencilCompareFunction: 8 + passOperation: 0 + failOperation: 0 + zFailOperation: 0 + m_ShadowTransparentReceive: 1 + m_RenderingMode: 0 + m_DepthPrimingMode: 0 + m_AccurateGbufferNormals: 0 + m_ClusteredRendering: 0 + m_TileSize: 32 + m_IntermediateTextureMode: 1 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset.meta new file mode 100644 index 0000000..d433bac --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 4a8e21d5c33334b11b34a596161b9360 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/ForwardRenderer.asset + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset new file mode 100644 index 0000000..1f4b6ec --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset @@ -0,0 +1,74 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} + m_Name: UniversalRP-HighQuality + m_EditorClassIdentifier: + k_AssetVersion: 9 + k_AssetPreviousVersion: 9 + m_RendererType: 1 + m_RendererData: {fileID: 0} + m_RendererDataList: + - {fileID: 11400000, guid: 4a8e21d5c33334b11b34a596161b9360, type: 2} + m_DefaultRendererIndex: 0 + m_RequireDepthTexture: 0 + m_RequireOpaqueTexture: 0 + m_OpaqueDownsampling: 1 + m_SupportsTerrainHoles: 1 + m_StoreActionsOptimization: 0 + m_SupportsHDR: 1 + m_MSAA: 2 + m_RenderScale: 2 + m_UpscalingFilter: 0 + m_FsrOverrideSharpness: 0 + m_FsrSharpness: 0.92 + m_MainLightRenderingMode: 1 + m_MainLightShadowsSupported: 1 + m_MainLightShadowmapResolution: 2048 + m_AdditionalLightsRenderingMode: 1 + m_AdditionalLightsPerObjectLimit: 4 + m_AdditionalLightShadowsSupported: 1 + m_AdditionalLightsShadowmapResolution: 512 + m_AdditionalLightsShadowResolutionTierLow: 128 + m_AdditionalLightsShadowResolutionTierMedium: 256 + m_AdditionalLightsShadowResolutionTierHigh: 512 + m_ReflectionProbeBlending: 0 + m_ReflectionProbeBoxProjection: 0 + m_ShadowDistance: 200 + m_ShadowCascadeCount: 4 + m_Cascade2Split: 0.25 + m_Cascade3Split: {x: 0.1, y: 0.3} + m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} + m_CascadeBorder: 0 + m_ShadowDepthBias: 0 + m_ShadowNormalBias: 0 + m_SoftShadowsSupported: 1 + m_ConservativeEnclosingSphere: 0 + m_NumIterationsEnclosingSphere: 64 + m_AdditionalLightsCookieResolution: 2048 + m_AdditionalLightsCookieFormat: 3 + m_UseSRPBatcher: 1 + m_SupportsDynamicBatching: 0 + m_MixedLightingSupported: 1 + m_SupportsLightLayers: 0 + m_DebugLevel: 0 + m_UseAdaptivePerformance: 1 + m_ColorGradingMode: 0 + m_ColorGradingLutSize: 32 + m_UseFastSRGBLinearConversion: 0 + m_ShadowType: 1 + m_LocalShadowsSupported: 0 + m_LocalShadowsAtlasResolution: 256 + m_MaxPixelLights: 0 + m_ShadowAtlasResolution: 256 + m_ShaderVariantLogLevel: 0 + m_VolumeFrameworkUpdateMode: 0 + m_ShadowCascades: 1 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset.meta new file mode 100644 index 0000000..a93b3cf --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 19ba41d7c0026c3459d37c2fe90c55a0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-HighQuality.asset + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset new file mode 100644 index 0000000..8cde2bb --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset @@ -0,0 +1,74 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} + m_Name: UniversalRP-LowQuality + m_EditorClassIdentifier: + k_AssetVersion: 9 + k_AssetPreviousVersion: 9 + m_RendererType: 1 + m_RendererData: {fileID: 0} + m_RendererDataList: + - {fileID: 11400000, guid: 4a8e21d5c33334b11b34a596161b9360, type: 2} + m_DefaultRendererIndex: 0 + m_RequireDepthTexture: 0 + m_RequireOpaqueTexture: 0 + m_OpaqueDownsampling: 1 + m_SupportsTerrainHoles: 1 + m_StoreActionsOptimization: 0 + m_SupportsHDR: 0 + m_MSAA: 1 + m_RenderScale: 1 + m_UpscalingFilter: 0 + m_FsrOverrideSharpness: 0 + m_FsrSharpness: 0.92 + m_MainLightRenderingMode: 1 + m_MainLightShadowsSupported: 0 + m_MainLightShadowmapResolution: 2048 + m_AdditionalLightsRenderingMode: 0 + m_AdditionalLightsPerObjectLimit: 4 + m_AdditionalLightShadowsSupported: 0 + m_AdditionalLightsShadowmapResolution: 512 + m_AdditionalLightsShadowResolutionTierLow: 128 + m_AdditionalLightsShadowResolutionTierMedium: 256 + m_AdditionalLightsShadowResolutionTierHigh: 512 + m_ReflectionProbeBlending: 0 + m_ReflectionProbeBoxProjection: 0 + m_ShadowDistance: 50 + m_ShadowCascadeCount: 1 + m_Cascade2Split: 0.25 + m_Cascade3Split: {x: 0.1, y: 0.3} + m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} + m_CascadeBorder: 0.1 + m_ShadowDepthBias: 1 + m_ShadowNormalBias: 1 + m_SoftShadowsSupported: 0 + m_ConservativeEnclosingSphere: 0 + m_NumIterationsEnclosingSphere: 64 + m_AdditionalLightsCookieResolution: 2048 + m_AdditionalLightsCookieFormat: 3 + m_UseSRPBatcher: 1 + m_SupportsDynamicBatching: 0 + m_MixedLightingSupported: 1 + m_SupportsLightLayers: 0 + m_DebugLevel: 0 + m_UseAdaptivePerformance: 1 + m_ColorGradingMode: 0 + m_ColorGradingLutSize: 16 + m_UseFastSRGBLinearConversion: 0 + m_ShadowType: 1 + m_LocalShadowsSupported: 0 + m_LocalShadowsAtlasResolution: 256 + m_MaxPixelLights: 0 + m_ShadowAtlasResolution: 256 + m_ShaderVariantLogLevel: 0 + m_VolumeFrameworkUpdateMode: 0 + m_ShadowCascades: 0 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset.meta new file mode 100644 index 0000000..533e6c7 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: a31e9f9f9c9d4b9429ed0d1234e22103 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-LowQuality.asset + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset new file mode 100644 index 0000000..bdfa441 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset @@ -0,0 +1,74 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} + m_Name: UniversalRP-MediumQuality + m_EditorClassIdentifier: + k_AssetVersion: 9 + k_AssetPreviousVersion: 9 + m_RendererType: 1 + m_RendererData: {fileID: 0} + m_RendererDataList: + - {fileID: 11400000, guid: 4a8e21d5c33334b11b34a596161b9360, type: 2} + m_DefaultRendererIndex: 0 + m_RequireDepthTexture: 0 + m_RequireOpaqueTexture: 0 + m_OpaqueDownsampling: 1 + m_SupportsTerrainHoles: 1 + m_StoreActionsOptimization: 0 + m_SupportsHDR: 0 + m_MSAA: 1 + m_RenderScale: 1 + m_UpscalingFilter: 0 + m_FsrOverrideSharpness: 0 + m_FsrSharpness: 0.92 + m_MainLightRenderingMode: 1 + m_MainLightShadowsSupported: 1 + m_MainLightShadowmapResolution: 2048 + m_AdditionalLightsRenderingMode: 1 + m_AdditionalLightsPerObjectLimit: 4 + m_AdditionalLightShadowsSupported: 0 + m_AdditionalLightsShadowmapResolution: 512 + m_AdditionalLightsShadowResolutionTierLow: 128 + m_AdditionalLightsShadowResolutionTierMedium: 256 + m_AdditionalLightsShadowResolutionTierHigh: 512 + m_ReflectionProbeBlending: 0 + m_ReflectionProbeBoxProjection: 0 + m_ShadowDistance: 50 + m_ShadowCascadeCount: 1 + m_Cascade2Split: 0.25 + m_Cascade3Split: {x: 0.1, y: 0.3} + m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} + m_CascadeBorder: 0.1 + m_ShadowDepthBias: 1 + m_ShadowNormalBias: 1 + m_SoftShadowsSupported: 0 + m_ConservativeEnclosingSphere: 0 + m_NumIterationsEnclosingSphere: 64 + m_AdditionalLightsCookieResolution: 2048 + m_AdditionalLightsCookieFormat: 3 + m_UseSRPBatcher: 1 + m_SupportsDynamicBatching: 0 + m_MixedLightingSupported: 1 + m_SupportsLightLayers: 0 + m_DebugLevel: 0 + m_UseAdaptivePerformance: 1 + m_ColorGradingMode: 0 + m_ColorGradingLutSize: 32 + m_UseFastSRGBLinearConversion: 0 + m_ShadowType: 1 + m_LocalShadowsSupported: 0 + m_LocalShadowsAtlasResolution: 256 + m_MaxPixelLights: 0 + m_ShadowAtlasResolution: 256 + m_ShaderVariantLogLevel: 0 + m_VolumeFrameworkUpdateMode: 0 + m_ShadowCascades: 0 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset.meta b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset.meta new file mode 100644 index 0000000..fad03bd --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d847b876476d3d6468f5dfcd34266f96 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Platformer Starter Pack_URP/Settings/UniversalRP-MediumQuality.asset + uploadId: 661738 diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Readme.txt b/Assets/POLY STYLE - Platformer Starter Pack/Readme.txt new file mode 100644 index 0000000..93db9d8 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Readme.txt @@ -0,0 +1,7 @@ +Thank you for purchasing our products :-D + +When you use the Built-in render pipeline, import the package Platformer Starter Pack_Standard. + +If you have any questions please contact us. + +Email : GameBatata@163.com \ No newline at end of file diff --git a/Assets/POLY STYLE - Platformer Starter Pack/Readme.txt.meta b/Assets/POLY STYLE - Platformer Starter Pack/Readme.txt.meta new file mode 100644 index 0000000..f535ac8 --- /dev/null +++ b/Assets/POLY STYLE - Platformer Starter Pack/Readme.txt.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: dc137612af3d7c340b85e0aaa03477c1 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 284167 + packageName: POLY STYLE - Platformer Starter Pack + packageVersion: 1.2 + assetPath: Assets/POLY STYLE - Platformer Starter Pack/Readme.txt + uploadId: 661738 diff --git a/Assets/PolyKebap.meta b/Assets/PolyKebap.meta new file mode 100644 index 0000000..d52e44c --- /dev/null +++ b/Assets/PolyKebap.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2d11b124923e83f4aa7f00a5300e24db +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack.meta b/Assets/PolyKebap/Stylized Coin Pack.meta new file mode 100644 index 0000000..5ecfdf6 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4787968924182d2468e04ab7c29056e1 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity b/Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity new file mode 100644 index 0000000..b8e9fce --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity @@ -0,0 +1,4356 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 10 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 13 + m_BakeOnSceneLoad: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 1 + m_PVRFilteringGaussRadiusAO: 1 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 + m_LightingDataAsset: {fileID: 20201, guid: 0000000000000000f000000000000000, type: 0} + m_LightingSettings: {fileID: 0} +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 3 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + buildHeightMesh: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &31963182 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalPosition.x + value: 0.2 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6696439994084197907, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} +--- !u!4 &31963183 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6315550940907429033, guid: 56a3891be8fbb9d40bd149e84f62ce6b, type: 3} + m_PrefabInstance: {fileID: 31963182} + m_PrefabAsset: {fileID: 0} +--- !u!1 &79779620 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 79779621} + m_Layer: 0 + m_Name: WoodenCoins + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &79779621 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 79779620} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0, y: 0, z: -0.44} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1721152007} + - {fileID: 2124207011} + - {fileID: 786283834} + - {fileID: 1577071118} + - {fileID: 691418268} + - {fileID: 1908681403} + - {fileID: 1856225758} + - {fileID: 1104597747} + - {fileID: 96186932} + - {fileID: 1951233710} + - {fileID: 139784645} + - {fileID: 1696870848} + - {fileID: 1030327755} + - {fileID: 402481921} + - {fileID: 1611772319} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!1001 &96186931 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 2766155344777933997, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_Name + value: Coin_Wood_Lightning + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalPosition.x + value: -0.64857143 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} +--- !u!4 &96186932 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3254003622043266583, guid: 23cdd5a97e2e81a48babf3d9d7ef4de8, type: 3} + m_PrefabInstance: {fileID: 96186931} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &138199636 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 8118725470066188814, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Triangle + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalPosition.x + value: -3 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5d60e0caabd80164e8677823f898c232, type: 3} +--- !u!4 &138199637 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8926223935323142324, guid: 5d60e0caabd80164e8677823f898c232, type: 3} + m_PrefabInstance: {fileID: 138199636} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &139784644 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalPosition.x + value: -1.5057143 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6393920021982042220, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + propertyPath: m_Name + value: Coin_Wood_Skull + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} +--- !u!4 &139784645 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6048357177420088022, guid: 08ea0f53071503c4cab33adf7140a39f, type: 3} + m_PrefabInstance: {fileID: 139784644} + m_PrefabAsset: {fileID: 0} +--- !u!1 &174883368 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 174883369} + m_Layer: 0 + m_Name: SilverCoins + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &174883369 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 174883368} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0.034, z: 0.541} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1818660455} + - {fileID: 1701440232} + - {fileID: 1542819290} + - {fileID: 426942782} + - {fileID: 183529171} + - {fileID: 265694879} + - {fileID: 1628731953} + - {fileID: 1181396847} + - {fileID: 187814469} + - {fileID: 328180841} + - {fileID: 1782164488} + - {fileID: 1396955815} + - {fileID: 234007184} + - {fileID: 521980531} + - {fileID: 1505501159} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &183529170 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 5178842441776262910, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_Name + value: Coin_Silver_Crown + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalPosition.x + value: 1.2857143 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} +--- !u!4 &183529171 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5518353681243321412, guid: f6a0c61c160d3f1459ffb2daf8e09d8a, type: 3} + m_PrefabInstance: {fileID: 183529170} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &187814468 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 4767962993196682682, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_Name + value: Coin_Silver_Lightning + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalPosition.x + value: -0.42857143 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} +--- !u!4 &187814469 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5287478541053728512, guid: ce0cbcd7071e15944a9345ae13abd75e, type: 3} + m_PrefabInstance: {fileID: 187814468} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &234007183 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalPosition.x + value: -2.142857 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4112400920715872873, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + propertyPath: m_Name + value: Coin_Silver_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} +--- !u!4 &234007184 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3628210756777021651, guid: 8583161b44dd3ad41bcf42b6791c2855, type: 3} + m_PrefabInstance: {fileID: 234007183} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &265694878 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalPosition.x + value: 0.85714287 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 712439343502926683, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + propertyPath: m_Name + value: Coin_Silver_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} +--- !u!4 &265694879 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 191622209816590817, guid: ef47bd0ce6a56ce4fa9d924e10ec7a39, type: 3} + m_PrefabInstance: {fileID: 265694878} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &328180840 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 7116740994383275548, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_Name + value: Coin_Silver_Shield + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalPosition.x + value: -0.85714287 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} +--- !u!4 &328180841 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7604449565266984102, guid: 1fd74466767791b4fbbf6d4904c612fd, type: 3} + m_PrefabInstance: {fileID: 328180840} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &357268734 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 3576555113038541998, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_Name + value: Coin_Gold_Lightning + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalPosition.x + value: -0.42857143 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} +--- !u!4 &357268735 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + m_PrefabInstance: {fileID: 357268734} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &402481920 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 6112275051513193560, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_Name + value: Coin_Wood_Star + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalPosition.x + value: -2.7914286 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} +--- !u!4 &402481921 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6888529867824791266, guid: 1316b537d0e4d994eb05dbcbc48093fb, type: 3} + m_PrefabInstance: {fileID: 402481920} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &426942781 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 8639803948520067808, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_Name + value: Coin_Silver_Cross_Swords + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalPosition.x + value: 1.7142857 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 59120bcf697a01e489be0836adea6d68, type: 3} +--- !u!4 &426942782 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8983959182310770778, guid: 59120bcf697a01e489be0836adea6d68, type: 3} + m_PrefabInstance: {fileID: 426942781} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &460605165 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalPosition.x + value: 0.42857143 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8716862881270331998, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + propertyPath: m_Name + value: Coin_Gold_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} +--- !u!4 &460605166 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8337099933938589924, guid: f20ada6c28f89ff468ed4daa6537bb0a, type: 3} + m_PrefabInstance: {fileID: 460605165} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &521980530 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 1456750274349333546, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_Name + value: Coin_Silver_Star + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalPosition.x + value: -2.5714285 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} +--- !u!4 &521980531 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2268892841310365328, guid: 31aef631ce218144395ab5b8eb99c56f, type: 3} + m_PrefabInstance: {fileID: 521980530} + m_PrefabAsset: {fileID: 0} +--- !u!1 &580118876 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 580118877} + m_Layer: 0 + m_Name: GoldCoins + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &580118877 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 580118876} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0.23} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 747588813} + - {fileID: 1712354273} + - {fileID: 1931261851} + - {fileID: 1248248598} + - {fileID: 1667577369} + - {fileID: 763827163} + - {fileID: 460605166} + - {fileID: 934527795} + - {fileID: 357268735} + - {fileID: 1222628187} + - {fileID: 1131274434} + - {fileID: 828536579} + - {fileID: 1656221649} + - {fileID: 2058236645} + - {fileID: 962163844} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &618612249 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 237389471525612711, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Anchor + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalPosition.x + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} +--- !u!4 &618612250 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 576655210857100829, guid: f3a92e57383e3fe478462ae1cfd50748, type: 3} + m_PrefabInstance: {fileID: 618612249} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &684708407 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 7083577888621927305, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Star + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalPosition.x + value: -2.6 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} +--- !u!4 &684708408 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7567802347895603507, guid: 7f19b06f118cba6439602b3897bfeae5, type: 3} + m_PrefabInstance: {fileID: 684708407} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &691418267 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 6953148360944646550, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_Name + value: Coin_Wood_Crown + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalPosition.x + value: 1.0657142 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} +--- !u!4 &691418268 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7725181018310812460, guid: 504d541c465e269488eea44d5bdb7d59, type: 3} + m_PrefabInstance: {fileID: 691418267} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &705186107 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 5840652391868955981, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Skull + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalPosition.x + value: -1.4 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} +--- !u!4 &705186108 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6504880988123965431, guid: 09ff9e9647daa4746b6cd578d41a2f5a, type: 3} + m_PrefabInstance: {fileID: 705186107} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &747588812 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 5026562040205586080, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_Name + value: Coin_Gold_Anchor + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalPosition.x + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} +--- !u!4 &747588813 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5659405321523360794, guid: 5e4ba0de5a43b3141b613dae215fe292, type: 3} + m_PrefabInstance: {fileID: 747588812} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &763827162 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalPosition.x + value: 0.85714287 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4232917264217071711, guid: 639121180d4927e4e962719317dd5e06, type: 3} + propertyPath: m_Name + value: Coin_Gold_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 639121180d4927e4e962719317dd5e06, type: 3} +--- !u!4 &763827163 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3599932459702467301, guid: 639121180d4927e4e962719317dd5e06, type: 3} + m_PrefabInstance: {fileID: 763827162} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &786283833 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalPosition.x + value: 1.922857 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9050591361068782629, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + propertyPath: m_Name + value: Coin_Wood_Circle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} +--- !u!4 &786283834 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8561897357162647199, guid: 88cddf3376ff143438835bdcac6a5b02, type: 3} + m_PrefabInstance: {fileID: 786283833} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &828536578 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 4629599965816769349, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_Name + value: Coin_Gold_Square + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalPosition.x + value: -1.7142857 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} +--- !u!4 &828536579 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5437098259998511615, guid: 26cffa84212cd51448f1a2c3ed0467e0, type: 3} + m_PrefabInstance: {fileID: 828536578} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &851711745 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 6309074011942869055, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Base + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalPosition.x + value: 2.6 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} +--- !u!4 &851711746 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6684896348509078149, guid: 56e886de337b4524ca31db78d33c1bfb, type: 3} + m_PrefabInstance: {fileID: 851711745} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &863256951 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalPosition.x + value: -2.2 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6418716790281583113, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} +--- !u!4 &863256952 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5933506000293322931, guid: aa66446d51cbb43438791ac87ea14ca7, type: 3} + m_PrefabInstance: {fileID: 863256951} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &934527794 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2184842953507507163, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + propertyPath: m_Name + value: Coin_Gold_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} +--- !u!4 &934527795 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1520474754491142497, guid: 0457017d0b4b72244858674fee7d3b08, type: 3} + m_PrefabInstance: {fileID: 934527794} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &962163843 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalPosition.x + value: -3 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4161152786345810795, guid: c318c21546139fe458683d39b3f7387f, type: 3} + propertyPath: m_Name + value: Coin_Gold_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c318c21546139fe458683d39b3f7387f, type: 3} +--- !u!4 &962163844 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3671756155609448913, guid: c318c21546139fe458683d39b3f7387f, type: 3} + m_PrefabInstance: {fileID: 962163843} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1014425764 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1014425765} + m_Layer: 0 + m_Name: BronzeCoins + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1014425765 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1014425764} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: -1.31} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 618612250} + - {fileID: 851711746} + - {fileID: 1910960140} + - {fileID: 1112009528} + - {fileID: 2128419339} + - {fileID: 1680140463} + - {fileID: 2119805302} + - {fileID: 31963183} + - {fileID: 1775138238} + - {fileID: 1835983162} + - {fileID: 2088794152} + - {fileID: 705186108} + - {fileID: 1153965461} + - {fileID: 863256952} + - {fileID: 684708408} + - {fileID: 138199637} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1030327754 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalPosition.x + value: -2.362857 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9098113584261420437, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + propertyPath: m_Name + value: Coin_Wood_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} +--- !u!4 &1030327755 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8433323133338816303, guid: 3e6a8a47f06e3dd4f802b431a1f3b107, type: 3} + m_PrefabInstance: {fileID: 1030327754} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1104597746 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalPosition.x + value: -0.22 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3285108906794621472, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + propertyPath: m_Name + value: Coin_Wood_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0771309b59195c140bf09e1498a62a89, type: 3} +--- !u!4 &1104597747 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2800356651604328602, guid: 0771309b59195c140bf09e1498a62a89, type: 3} + m_PrefabInstance: {fileID: 1104597746} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1112009527 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 5771507442965416563, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Cross_Swords + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalPosition.x + value: 1.8 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} +--- !u!4 &1112009528 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6580695686332436681, guid: b86662cefb7cf874aaf97591a4ea876f, type: 3} + m_PrefabInstance: {fileID: 1112009527} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1131274433 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 8148542576127889976, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_Name + value: Coin_Gold_Skull + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalPosition.x + value: -1.2857143 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} +--- !u!4 &1131274434 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8817662005672380546, guid: c5c10042025ed0c44acf7665f60ac1d5, type: 3} + m_PrefabInstance: {fileID: 1131274433} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1153965460 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 5941958437199516240, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Square + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalPosition.x + value: -1.8 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} +--- !u!4 &1153965461 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6430510367542724842, guid: d6e102a7e34d87a4fac5056a8ec13753, type: 3} + m_PrefabInstance: {fileID: 1153965460} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1181396846 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6572210847701632351, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + propertyPath: m_Name + value: Coin_Silver_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} +--- !u!4 &1181396847 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5800353047574601701, guid: 0e71c3bdfb20a7243a9ae690b3f59266, type: 3} + m_PrefabInstance: {fileID: 1181396846} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1222628186 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalPosition.x + value: -0.85714287 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3149614201562649485, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + propertyPath: m_Name + value: Coin_Gold_Shield + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: cee2ff72be93b574e905ef53749df48d, type: 3} +--- !u!4 &1222628187 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2377475922608163127, guid: cee2ff72be93b574e905ef53749df48d, type: 3} + m_PrefabInstance: {fileID: 1222628186} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1248248597 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 6184085253135756744, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_Name + value: Coin_Gold_Cross_Swords + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalPosition.x + value: 1.7142857 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} +--- !u!4 &1248248598 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6816647089877104498, guid: a56d441a47ba2f244ba53ada153f88ab, type: 3} + m_PrefabInstance: {fileID: 1248248597} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1396955814 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalPosition.x + value: -1.7142857 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6908958538097050423, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + propertyPath: m_Name + value: Coin_Silver_Square + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} +--- !u!4 &1396955815 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6100791466703788429, guid: 8e74d8505d110a441ab019ca95089f52, type: 3} + m_PrefabInstance: {fileID: 1396955814} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1505501158 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalPosition.x + value: -3 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2042167629308967412, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + propertyPath: m_Name + value: Coin_Silver_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} +--- !u!4 &1505501159 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1665465511631348558, guid: 236bc76ae4187f64a93cf68fe70172ff, type: 3} + m_PrefabInstance: {fileID: 1505501158} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1542819289 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 3684848574035505802, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_Name + value: Coin_Silver_Circle + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalPosition.x + value: 2.142857 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} +--- !u!4 &1542819290 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4064752572920883248, guid: c7f3b657e1968c7489b7c571c99d964c, type: 3} + m_PrefabInstance: {fileID: 1542819289} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1577071117 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 8334360086732198514, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_Name + value: Coin_Wood_Cross_Swords + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalPosition.x + value: 1.4942857 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 45be4def481d27748a99b883d4c81a39, type: 3} +--- !u!4 &1577071118 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8710604876279548104, guid: 45be4def481d27748a99b883d4c81a39, type: 3} + m_PrefabInstance: {fileID: 1577071117} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1611772318 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalPosition.x + value: -3.22 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6691790439999302819, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + propertyPath: m_Name + value: Coin_Wood_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} +--- !u!4 &1611772319 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6311182861247657497, guid: 10322d84b23e5054c977d9f360a35b7a, type: 3} + m_PrefabInstance: {fileID: 1611772318} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1628731952 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalPosition.x + value: 0.42857143 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6730619468350247051, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + propertyPath: m_Name + value: Coin_Silver_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} +--- !u!4 &1628731953 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6209379851898980913, guid: ad0052d93d1ed884c9e35593f4807903, type: 3} + m_PrefabInstance: {fileID: 1628731952} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1656221648 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalPosition.x + value: -2.142857 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8821011928585654068, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + propertyPath: m_Name + value: Coin_Gold_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} +--- !u!4 &1656221649 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8151892671039051150, guid: d70a60219da9b504c9283ea4b6ba4132, type: 3} + m_PrefabInstance: {fileID: 1656221648} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1667577368 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalPosition.x + value: 1.2857143 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1126470237653282223, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + propertyPath: m_Name + value: Coin_Gold_Crown + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} +--- !u!4 &1667577369 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 354049456774051605, guid: 54bbaeb21a67e664fb285a936766772c, type: 3} + m_PrefabInstance: {fileID: 1667577368} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1680140462 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalPosition.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3202739422195025285, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} +--- !u!4 &1680140463 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2826494912359522111, guid: aa0d6145ab4b5d245a1bfefbc5c77a8d, type: 3} + m_PrefabInstance: {fileID: 1680140462} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1696870847 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalPosition.x + value: -1.9342858 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 876130990438961165, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + propertyPath: m_Name + value: Coin_Wood_Square + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} +--- !u!4 &1696870848 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 532397630402267831, guid: fa333d7c483d7fe47af042bce979c34c, type: 3} + m_PrefabInstance: {fileID: 1696870847} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1701440231 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 1456358861620716264, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_Name + value: Coin_Silver_Base + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalPosition.x + value: 2.5714285 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} +--- !u!4 &1701440232 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2269205116019374162, guid: 8c60271ea244f5f4fa5fa81e6803fa78, type: 3} + m_PrefabInstance: {fileID: 1701440231} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1712354272 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 5835149025752940900, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_Name + value: Coin_Gold_Base + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalPosition.x + value: 2.5714285 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} +--- !u!4 &1712354273 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6607147563311750110, guid: e4cdce44441da25449e495cdbc2632ff, type: 3} + m_PrefabInstance: {fileID: 1712354272} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1721152006 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalPosition.x + value: 2.78 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8982812755988263500, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + propertyPath: m_Name + value: Coin_Wood_Anchor + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} +--- !u!4 &1721152007 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8638621204547594486, guid: fd79c61c16e2c304ca0325702de33b99, type: 3} + m_PrefabInstance: {fileID: 1721152006} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1775138237 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 4906437148545252476, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Heart + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalPosition.x + value: -0.2 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} +--- !u!4 &1775138238 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5718720761609430726, guid: fa3e08a2edd494a449f849661e6ad974, type: 3} + m_PrefabInstance: {fileID: 1775138237} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1782164487 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 2306667483564513619, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_Name + value: Coin_Silver_Skull + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalPosition.x + value: -1.2857143 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: db246c61500f3b641808692e2caa9739, type: 3} +--- !u!4 &1782164488 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3119091796068451305, guid: db246c61500f3b641808692e2caa9739, type: 3} + m_PrefabInstance: {fileID: 1782164487} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1818660454 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 174883369} + m_Modifications: + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalPosition.x + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalPosition.z + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 768624704391478830, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + propertyPath: m_Name + value: Coin_Silver_Anchor + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} +--- !u!4 &1818660455 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 135500189068141716, guid: e2e642d0f0ca6e146b5e824ee3d844b3, type: 3} + m_PrefabInstance: {fileID: 1818660454} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1835983161 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 8625647431521071113, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Lightning + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalPosition.x + value: -0.6 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} +--- !u!4 &1835983162 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9007098168174881459, guid: f674ca63e6460c34d8e1075bf0e21aaf, type: 3} + m_PrefabInstance: {fileID: 1835983161} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1856225757 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 86014185678636435, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_Name + value: Coin_Wood_Gem + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalPosition.x + value: 0.20857143 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} +--- !u!4 &1856225758 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 754992710237380393, guid: 30f6eb9ed71b0354d899c16e5dc1c6f6, type: 3} + m_PrefabInstance: {fileID: 1856225757} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1873237964 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1873237967} + - component: {fileID: 1873237966} + - component: {fileID: 1873237965} + - component: {fileID: 1873237968} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1873237965 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1873237964} + m_Enabled: 1 +--- !u!20 &1873237966 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1873237964} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_FocusDistance: 10 + m_FocalLength: 50 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 57.9 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1873237967 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1873237964} + serializedVersion: 2 + m_LocalRotation: {x: -0.028428534, y: -0.91920984, z: 0.10465539, w: -0.37853974} + m_LocalPosition: {x: -4.12, y: 0.75, z: 1.62} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 12.352, y: -224.936, z: -1.582} +--- !u!114 &1873237968 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1873237964} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_RenderShadows: 1 + m_RequiresDepthTextureOption: 2 + m_RequiresOpaqueTextureOption: 2 + m_CameraType: 0 + m_Cameras: [] + m_RendererIndex: -1 + m_VolumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + m_VolumeTrigger: {fileID: 0} + m_VolumeFrameworkUpdateModeOption: 2 + m_RenderPostProcessing: 0 + m_Antialiasing: 0 + m_AntialiasingQuality: 2 + m_StopNaN: 0 + m_Dithering: 0 + m_ClearDepth: 1 + m_AllowXRRendering: 1 + m_AllowHDROutput: 1 + m_UseScreenCoordOverride: 0 + m_ScreenSizeOverride: {x: 0, y: 0, z: 0, w: 0} + m_ScreenCoordScaleBias: {x: 0, y: 0, z: 0, w: 0} + m_RequiresDepthTexture: 0 + m_RequiresColorTexture: 0 + m_Version: 2 + m_TaaSettings: + m_Quality: 3 + m_FrameInfluence: 0.1 + m_JitterScale: 1 + m_MipBias: 0 + m_VarianceClampScale: 0.9 + m_ContrastAdaptiveSharpening: 0 +--- !u!1001 &1908681402 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalPosition.x + value: 0.6371429 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2968184465415328853, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + propertyPath: m_Name + value: Coin_Wood_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} +--- !u!4 &1908681403 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2484523162253496047, guid: 0d15a255cd4fa0e49af13e6a6ec70079, type: 3} + m_PrefabInstance: {fileID: 1908681402} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1910960139 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalPosition.x + value: 2.2 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2282465841933427236, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Circle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} +--- !u!4 &1910960140 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1506210239372327070, guid: d218a373c5b63e746b7e0b084c079ddf, type: 3} + m_PrefabInstance: {fileID: 1910960139} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1931261850 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 6268610280348238262, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_Name + value: Coin_Gold_Circle + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalPosition.x + value: 2.142857 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} +--- !u!4 &1931261851 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6752377411757972236, guid: 55778e1053820e1429e32e3d9a32c264, type: 3} + m_PrefabInstance: {fileID: 1931261850} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &1951233709 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 4749522974339573989, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_Name + value: Coin_Wood_Shield + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalPosition.x + value: -1.0771428 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} +--- !u!4 &1951233710 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 5377967934287213151, guid: 474a240fe86632e49ac1f2590ae4f7bd, type: 3} + m_PrefabInstance: {fileID: 1951233709} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1967252354 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1967252356} + - component: {fileID: 1967252355} + - component: {fileID: 1967252357} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1967252355 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1967252354} + m_Enabled: 1 + serializedVersion: 11 + m_Type: 1 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 3 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 6 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 + m_ForceVisible: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 + m_LightUnit: 1 + m_LuxAtDistance: 1 + m_EnableSpotReflector: 1 +--- !u!4 &1967252356 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1967252354} + serializedVersion: 2 + m_LocalRotation: {x: 0.32237664, y: -0.74114865, z: 0.42409465, w: 0.40855336} + m_LocalPosition: {x: 0, y: 3, z: 6.4} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 63.132, y: -132.695, z: -16.893} +--- !u!114 &1967252357 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1967252354} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 3 + m_UsePipelineSettings: 1 + m_AdditionalLightsShadowResolutionTier: 2 + m_LightLayerMask: 1 + m_RenderingLayers: 1 + m_CustomShadowLayers: 0 + m_ShadowLayerMask: 1 + m_ShadowRenderingLayers: 1 + m_LightCookieSize: {x: 1, y: 1} + m_LightCookieOffset: {x: 0, y: 0} + m_SoftShadowQuality: 0 +--- !u!1001 &2058236644 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 580118877} + m_Modifications: + - target: {fileID: 8516786005925837427, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_Name + value: Coin_Gold_Star + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalPosition.x + value: -2.5714285 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} +--- !u!4 &2058236645 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 9041648135248175305, guid: d8e7d682c212c1741adfb76957f48a72, type: 3} + m_PrefabInstance: {fileID: 2058236644} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2088794151 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalPosition.x + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4548166368882212869, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Shield + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} +--- !u!4 &2088794152 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3771067166009989823, guid: 62d95e55ab62e7c49b6744a801eef8b1, type: 3} + m_PrefabInstance: {fileID: 2088794151} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2119805301 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalPosition.x + value: 0.6 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3202739422195025285, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Gear 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} +--- !u!4 &2119805302 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2826494912359522111, guid: e4a0ca3bde14dbb40971045d467802d8, type: 3} + m_PrefabInstance: {fileID: 2119805301} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2124207010 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 79779621} + m_Modifications: + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalPosition.x + value: 2.3514285 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalPosition.z + value: 1.95 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalRotation.w + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalRotation.y + value: -1 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4347626474827273923, guid: 03e227136c859c34691e378a3382d388, type: 3} + propertyPath: m_Name + value: Coin_Wood_Base + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 03e227136c859c34691e378a3382d388, type: 3} +--- !u!4 &2124207011 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3971629041573268601, guid: 03e227136c859c34691e378a3382d388, type: 3} + m_PrefabInstance: {fileID: 2124207010} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &2128419338 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1014425765} + m_Modifications: + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalPosition.x + value: 1.4 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2173368560352521093, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Crown + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} +--- !u!4 &2128419339 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1540947526111211839, guid: 59b591e097a036d43ae50fbfbc1f4433, type: 3} + m_PrefabInstance: {fileID: 2128419338} + m_PrefabAsset: {fileID: 0} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 1873237967} + - {fileID: 1967252356} + - {fileID: 580118877} + - {fileID: 79779621} + - {fileID: 174883369} + - {fileID: 1014425765} diff --git a/Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity.meta b/Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity.meta new file mode 100644 index 0000000..2764c99 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d10f3b595408f2b499dd08f96c0db658 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/DemoScene.unity + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials.meta new file mode 100644 index 0000000..02566af --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 049b18938cd7854449690458bc0e831c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat new file mode 100644 index 0000000..31acf77 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat @@ -0,0 +1,137 @@ +%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: M_Coin_Bronze_Edges + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0.644 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.696 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.79622644, g: 0.48331586, b: 0.30947667, a: 1} + - _Color: {r: 0.79622644, g: 0.48331583, b: 0.30947664, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat.meta new file mode 100644 index 0000000..546878f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 63bd91eca9b3a024d856ae89b202e338 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Edges.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat new file mode 100644 index 0000000..ceb776b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat @@ -0,0 +1,137 @@ +%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: M_Coin_Bronze_Inner + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0.47 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.69 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.5886792, g: 0.39606804, b: 0.29100743, a: 1} + - _Color: {r: 0.5886792, g: 0.396068, b: 0.2910074, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat.meta new file mode 100644 index 0000000..35d1bc4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: d9ea72f573ad49c40881a76e1e7a0f18 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Bronze_Inner.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.mat new file mode 100644 index 0000000..aa32224 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.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: M_Coin_Gold_Edges + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _GLOSSYREFLECTIONS_OFF + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0.774 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.32 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 1, g: 0.9052889, b: 0.34716982, a: 1} + - _Color: {r: 0.972549, g: 0.18039216, b: 0.18814921, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.mat.meta new file mode 100644 index 0000000..72720fd --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0b6966040eab23b44a002201da248c0a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Edges.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.mat new file mode 100644 index 0000000..37926fc --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.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: M_Coin_Gold_Inner + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _GLOSSYREFLECTIONS_OFF + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0.614 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.255 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _UVSec: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.78431374, g: 0.68251204, b: 0.25882357, a: 1} + - _Color: {r: 0.78431374, g: 0.68251204, b: 0.25882354, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.mat.meta new file mode 100644 index 0000000..accff88 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: fed97c52d9f00fb47a39b9a96ffe482b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Gold_Inner.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat new file mode 100644 index 0000000..fdc1d3a --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat @@ -0,0 +1,137 @@ +%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: M_Coin_Silver_Edges + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 1 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.773 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.98867923, g: 0.9773127, b: 0.9103311, a: 1} + - _Color: {r: 0.98867923, g: 0.9773126, b: 0.9103311, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat.meta new file mode 100644 index 0000000..19e64cc --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: b774ef4d9e221cd47a7d0fc2d8a3f441 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Edges.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat new file mode 100644 index 0000000..5e98e1f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat @@ -0,0 +1,137 @@ +%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: M_Coin_Silver_Inner + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0.612 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.673 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.7622642, g: 0.74555683, b: 0.70761126, a: 1} + - _Color: {r: 0.7622642, g: 0.74555683, b: 0.7076112, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat.meta new file mode 100644 index 0000000..5fd238e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 0a128d563c322fa4fbe65e1d022da959 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Silver_Inner.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat new file mode 100644 index 0000000..98cfa15 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat @@ -0,0 +1,137 @@ +%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: M_Coin_Wood_Edges + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.8301887, g: 0.66889244, b: 0.43232468, a: 1} + - _Color: {r: 0.8301887, g: 0.66889244, b: 0.43232465, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat.meta new file mode 100644 index 0000000..8634970 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 91077f671865e03458faa96088d4a005 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Edges.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat new file mode 100644 index 0000000..b73b0bf --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat @@ -0,0 +1,137 @@ +%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: M_Coin_Wood_Inner + 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: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0.211 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 0 + - _WorkflowMode: 1 + - _XRMotionVectorsPass: 1 + - _ZWrite: 1 + m_Colors: + - _BaseColor: {r: 0.4566037, g: 0.34374505, b: 0.2308864, a: 1} + - _Color: {r: 0.45660365, g: 0.34374502, b: 0.23088637, 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 &4557225270929429434 +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: + version: 10 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat.meta b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat.meta new file mode 100644 index 0000000..9e5f2f2 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: 6373b00aff57c5c4c9f5667581297222 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Materials/M_Coin_Wood_Inner.mat + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models.meta b/Assets/PolyKebap/Stylized Coin Pack/Models.meta new file mode 100644 index 0000000..838e378 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80a887905ef591f4281080c0e206ba06 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx new file mode 100644 index 0000000..4eb9850 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83af934b079cf38ea217810d528dbeb75170b7c04449649c5273124a72bcb1e +size 18764 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx.meta new file mode 100644 index 0000000..325d778 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 162e73071fb9b74458e02649a1273dca +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Base_Coin.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx new file mode 100644 index 0000000..f861d56 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e5c347d50fa59e3e95d235c67ce3e4edfee05f756300a00417d74a3c8fa991 +size 24012 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx.meta new file mode 100644 index 0000000..12b113f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: a59547279653a014c802f525afd7fc3c +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Anchor.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx new file mode 100644 index 0000000..2313f70 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911540b6beb0923aa54328362bd9e7d5627dba6d5e9e7163bbc500ed44330512 +size 21916 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx.meta new file mode 100644 index 0000000..076b063 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 8a8f645a64a948145b3fb635e4d60b85 +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Circle.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx new file mode 100644 index 0000000..f5a3b53 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60427e176390080b50d8def2e97f11eeba23e24dab5f7a9c3607396d5ba6771c +size 23708 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx.meta new file mode 100644 index 0000000..ca8e460 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 8d1672371998d4b4197e4fc61c67e504 +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Cross_Swords.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx new file mode 100644 index 0000000..38165ac --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d892defe786d9dd4f362420169bd3a2e9b59a7c0ebbc28d2437d2872323e7b +size 20860 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx.meta new file mode 100644 index 0000000..fb28b2c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 1f9239d832cd0714a88ba940268d52fc +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Crown.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx new file mode 100644 index 0000000..9e19bc8 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6eb3eaa939e6dbd3737872b5b9e8d527f0f77532480e652ac782fcf81fc18e +size 21964 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx.meta new file mode 100644 index 0000000..1b5392e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: dcfeba94f0e7a2846a3f638079ccd6bb +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gear.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx new file mode 100644 index 0000000..a13b4b7 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e5e525d79f3e54a66f52a8f8dbee760e8e780b9f684f9bdb53281ded847453 +size 22284 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx.meta new file mode 100644 index 0000000..6b61e48 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 416f413cd96232b4cb63897eb6aa9837 +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Gem.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx new file mode 100644 index 0000000..9e67562 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9ade11443896afc74346f1e65e37ae2e89981b9295e8c6c62c7e9aef087d9e +size 20572 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx.meta new file mode 100644 index 0000000..070d981 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 45bbe1d43581ef247bb83101a9b0409c +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Heart.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx new file mode 100644 index 0000000..b3262b5 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1df2af657067c5dccdd2af688fd54c7be6cd8c55cc9009d4012e72b69e3d55 +size 21052 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx.meta new file mode 100644 index 0000000..94a3a22 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: dcd401bb894277146b213c050c02fe70 +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Lightning.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx new file mode 100644 index 0000000..300f8b4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa00f19f7afda334776a550c1be7a48f974242a58257fc1003764da0f88c72d0 +size 20044 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx.meta new file mode 100644 index 0000000..93cf665 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 8e83f1de7e54cba4da8a641a30d7e3eb +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Shield.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx new file mode 100644 index 0000000..74ee4a9 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226f43ca5ddb2422cf80926056037ed4e36315b5e3bdb28815f630b38580db5e +size 24220 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx.meta new file mode 100644 index 0000000..5f09e98 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 8109fcb8f8c71d247b997c64b97f702c +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Skull.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx new file mode 100644 index 0000000..d0a2738 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ca1bb2d99d2a61a394cdfd31d4565019fdde78fdb02b1780cb556ededaed3b +size 19836 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx.meta new file mode 100644 index 0000000..4d03e8e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: ba982eecde207014fb1078ea4be62a26 +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx new file mode 100644 index 0000000..d68cbfe --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15ed7ee80c122d62351d54bd9b041f582d3aceff6a92f3390ce92e9ae0923e8 +size 20844 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx.meta new file mode 100644 index 0000000..835e2a5 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: c94ebda9aaa7655479b6c844b3e9db0f +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Square_Hollow.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx new file mode 100644 index 0000000..2c2c818 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860cad13fa8231645a102d2a19b08cd2aa2c4399ff18f96dfa76c1d72c63d365 +size 19676 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx.meta new file mode 100644 index 0000000..869dcca --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 7fa93266725d152428ae93262ef20bcf +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Star.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx new file mode 100644 index 0000000..49bd798 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269f14f9097ff658114e3edf3b8f1234d1f0d12b2f542d418ea77817e96d2e96 +size 21452 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx.meta b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx.meta new file mode 100644 index 0000000..d9a763e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx.meta @@ -0,0 +1,114 @@ +fileFormatVersion: 2 +guid: 6d6ca8440490f21418ae840a662b65ea +ModelImporter: + serializedVersion: 22200 + 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 + 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: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Models/Coin_Triangle.fbx + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs.meta new file mode 100644 index 0000000..d41224c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cad283101bf743e45bdb150005d802ea +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins.meta new file mode 100644 index 0000000..b949c86 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 674e8f99bf6441741819688bf4fa85da +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab new file mode 100644 index 0000000..3463fda --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1119718068470059510 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Anchor + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a59547279653a014c802f525afd7fc3c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab.meta new file mode 100644 index 0000000..5539e57 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f3a92e57383e3fe478462ae1cfd50748 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Anchor.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab new file mode 100644 index 0000000..bc452f2 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6579544319765374318 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Base + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 162e73071fb9b74458e02649a1273dca, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab.meta new file mode 100644 index 0000000..6fdc59c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 56e886de337b4524ca31db78d33c1bfb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Base.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab new file mode 100644 index 0000000..f4edfe6 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1399945788366954357 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Circle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab.meta new file mode 100644 index 0000000..5dc8721 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d218a373c5b63e746b7e0b084c079ddf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Circle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab new file mode 100644 index 0000000..2ead9e2 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6690636699325118242 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Cross_Swords + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab.meta new file mode 100644 index 0000000..84d4dbd --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b86662cefb7cf874aaf97591a4ea876f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Cross_Swords.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab new file mode 100644 index 0000000..e34ae57 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1362394829930976980 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Crown + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab.meta new file mode 100644 index 0000000..04856ed --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 59b591e097a036d43ae50fbfbc1f4433 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Crown.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear 1.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear 1.prefab new file mode 100644 index 0000000..4bda957 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear 1.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2356230709827221716 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Gear 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear 1.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear 1.prefab.meta new file mode 100644 index 0000000..d715e0e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear 1.prefab.meta @@ -0,0 +1,15 @@ +fileFormatVersion: 2 +guid: e4a0ca3bde14dbb40971045d467802d8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear + 1.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab new file mode 100644 index 0000000..737a5d5 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2356230709827221716 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab.meta new file mode 100644 index 0000000..75f9c47 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: aa0d6145ab4b5d245a1bfefbc5c77a8d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gear.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab new file mode 100644 index 0000000..6ac7bad --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5778084666134674242 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab.meta new file mode 100644 index 0000000..94422ae --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 56a3891be8fbb9d40bd149e84f62ce6b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Gem.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab new file mode 100644 index 0000000..96f744f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5248456386691252525 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab.meta new file mode 100644 index 0000000..2da8e76 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: fa3e08a2edd494a449f849661e6ad974 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Heart.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab new file mode 100644 index 0000000..c1de072 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8896049016779820376 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Lightning + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcd401bb894277146b213c050c02fe70, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab.meta new file mode 100644 index 0000000..cb4ee7e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f674ca63e6460c34d8e1075bf0e21aaf +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Lightning.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab new file mode 100644 index 0000000..590867c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3737773178451623252 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Shield + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab.meta new file mode 100644 index 0000000..495c0f5 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 62d95e55ab62e7c49b6744a801eef8b1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Shield.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab new file mode 100644 index 0000000..4a12295 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6759696015305949212 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Skull + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab.meta new file mode 100644 index 0000000..d6e9c52 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 09ff9e9647daa4746b6cd578d41a2f5a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Skull.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab new file mode 100644 index 0000000..54c5012 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6825058341415595777 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Square + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ba982eecde207014fb1078ea4be62a26, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab.meta new file mode 100644 index 0000000..e2e6e8b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d6e102a7e34d87a4fac5056a8ec13753 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab new file mode 100644 index 0000000..f54f218 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6184204491841898328 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab.meta new file mode 100644 index 0000000..e339b7d --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: aa66446d51cbb43438791ac87ea14ca7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Square_Hollow.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab new file mode 100644 index 0000000..310ac11 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7965888483075172056 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Star + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab.meta new file mode 100644 index 0000000..e650680 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 7f19b06f118cba6439602b3897bfeae5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Star.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab new file mode 100644 index 0000000..a3460a4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8965233220496596831 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 63bd91eca9b3a024d856ae89b202e338, type: 2} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: d9ea72f573ad49c40881a76e1e7a0f18, type: 2} + - target: {fileID: 919132149155446097, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_Name + value: Coin_Bronze_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab.meta new file mode 100644 index 0000000..31b643f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 5d60e0caabd80164e8677823f898c232 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Bronze Coins/Coin_Bronze_Triangle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins.meta new file mode 100644 index 0000000..3abe47b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b48a1dbf043f9e64a9449b1e292581cd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab new file mode 100644 index 0000000..abe5aac --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5260352089294869489 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_Name + value: Coin_Gold_Anchor + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a59547279653a014c802f525afd7fc3c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab.meta new file mode 100644 index 0000000..6893acf --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 5e4ba0de5a43b3141b613dae215fe292 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Anchor.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab new file mode 100644 index 0000000..1c0f1f2 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6646174843391032373 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_Name + value: Coin_Gold_Base + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 162e73071fb9b74458e02649a1273dca, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab.meta new file mode 100644 index 0000000..facf6a4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e4cdce44441da25449e495cdbc2632ff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Base.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab new file mode 100644 index 0000000..dd46c06 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6503191297191967975 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_Name + value: Coin_Gold_Circle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab.meta new file mode 100644 index 0000000..ebae548 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 55778e1053820e1429e32e3d9a32c264 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Circle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab new file mode 100644 index 0000000..9e6ab59 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6418510263748546713 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_Name + value: Coin_Gold_Cross_Swords + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab.meta new file mode 100644 index 0000000..773b406 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: a56d441a47ba2f244ba53ada153f88ab +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Cross_Swords.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab new file mode 100644 index 0000000..f8d1005 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &244161295552778494 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_Name + value: Coin_Gold_Crown + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab.meta new file mode 100644 index 0000000..a6129de --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 54bbaeb21a67e664fb285a936766772c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Crown.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab new file mode 100644 index 0000000..d7662e9 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3926925581845519630 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_Name + value: Coin_Gold_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab.meta new file mode 100644 index 0000000..9d0ab50 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 639121180d4927e4e962719317dd5e06 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gear.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab new file mode 100644 index 0000000..e1fc33a --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8374985887073355535 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_Name + value: Coin_Gold_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab.meta new file mode 100644 index 0000000..ac54cd9 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f20ada6c28f89ff468ed4daa6537bb0a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Gem.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab new file mode 100644 index 0000000..bdf611e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1338544110287042186 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_Name + value: Coin_Gold_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab.meta new file mode 100644 index 0000000..21ceee4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0457017d0b4b72244858674fee7d3b08 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Heart.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab new file mode 100644 index 0000000..7a23056 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4423397112856300031 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_Name + value: Coin_Gold_Lightning + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcd401bb894277146b213c050c02fe70, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab.meta new file mode 100644 index 0000000..190750c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: b5bf9ab58d0be9e41b4ebea06e9afeb9 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Lightning.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab new file mode 100644 index 0000000..fc9e89d --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2843113577242947292 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_Name + value: Coin_Gold_Shield + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab.meta new file mode 100644 index 0000000..ca4f4bf --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: cee2ff72be93b574e905ef53749df48d +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Shield.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab new file mode 100644 index 0000000..21c070b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &9066900112763187049 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_Name + value: Coin_Gold_Skull + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab.meta new file mode 100644 index 0000000..976ef0d --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c5c10042025ed0c44acf7665f60ac1d5 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Skull.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab new file mode 100644 index 0000000..795f4a0 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5548097680521459220 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_Name + value: Coin_Gold_Square + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ba982eecde207014fb1078ea4be62a26, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab.meta new file mode 100644 index 0000000..3d08d52 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 26cffa84212cd51448f1a2c3ed0467e0 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab new file mode 100644 index 0000000..f41a772 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8551190331550986853 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_Name + value: Coin_Gold_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab.meta new file mode 100644 index 0000000..051d5ff --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d70a60219da9b504c9283ea4b6ba4132 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Square_Hollow.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab new file mode 100644 index 0000000..140b1f0 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8858820635086227234 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_Name + value: Coin_Gold_Star + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab.meta new file mode 100644 index 0000000..c79e29a --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: d8e7d682c212c1741adfb76957f48a72 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Star.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab new file mode 100644 index 0000000..e8bc9a4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3854531217895056954 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + - target: {fileID: 919132149155446097, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_Name + value: Coin_Gold_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab.meta new file mode 100644 index 0000000..d913d27 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c318c21546139fe458683d39b3f7387f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Gold Coins/Coin_Gold_Triangle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins.meta new file mode 100644 index 0000000..22ed267 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1689e8966103151418ebb0a68563bf43 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab new file mode 100644 index 0000000..5043a7c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &462707243215405951 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_Name + value: Coin_Silver_Anchor + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a59547279653a014c802f525afd7fc3c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab.meta new file mode 100644 index 0000000..5abdb1b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: e2e642d0f0ca6e146b5e824ee3d844b3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Anchor.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab new file mode 100644 index 0000000..be785bd --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1799029149162545081 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_Name + value: Coin_Silver_Base + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 162e73071fb9b74458e02649a1273dca, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab.meta new file mode 100644 index 0000000..7f92668 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8c60271ea244f5f4fa5fa81e6803fa78 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Base.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab new file mode 100644 index 0000000..0a7ed49 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4603346843998392283 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_Name + value: Coin_Silver_Circle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab.meta new file mode 100644 index 0000000..054b246 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c7f3b657e1968c7489b7c571c99d964c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Circle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab new file mode 100644 index 0000000..ac53b72 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8874297141871472561 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_Name + value: Coin_Silver_Cross_Swords + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab.meta new file mode 100644 index 0000000..6394c6b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 59120bcf697a01e489be0836adea6d68 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Cross_Swords.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab new file mode 100644 index 0000000..975f274 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5413212484457157551 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_Name + value: Coin_Silver_Crown + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab.meta new file mode 100644 index 0000000..f6dc593 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: f6a0c61c160d3f1459ffb2daf8e09d8a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Crown.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab new file mode 100644 index 0000000..9ec840d --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &369996791234174474 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_Name + value: Coin_Silver_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab.meta new file mode 100644 index 0000000..652272f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ef47bd0ce6a56ce4fa9d924e10ec7a39 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gear.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab new file mode 100644 index 0000000..276d8b4 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5883565261848931802 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_Name + value: Coin_Silver_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab.meta new file mode 100644 index 0000000..9c8bc40 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ad0052d93d1ed884c9e35593f4807903 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Gem.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab new file mode 100644 index 0000000..4de7db3 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6337768778418665486 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_Name + value: Coin_Silver_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab.meta new file mode 100644 index 0000000..da8c5b0 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0e71c3bdfb20a7243a9ae690b3f59266 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Heart.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab new file mode 100644 index 0000000..b0efea8 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5686459482763129067 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_Name + value: Coin_Silver_Lightning + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcd401bb894277146b213c050c02fe70, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab.meta new file mode 100644 index 0000000..dcc8cc2 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: ce0cbcd7071e15944a9345ae13abd75e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Lightning.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab new file mode 100644 index 0000000..33d1d6b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7927135700936416077 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_Name + value: Coin_Silver_Shield + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab.meta new file mode 100644 index 0000000..a3d5051 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 1fd74466767791b4fbbf6d4904c612fd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Shield.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab new file mode 100644 index 0000000..e129ec5 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3225566940919735298 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_Name + value: Coin_Silver_Skull + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab.meta new file mode 100644 index 0000000..c5517c3 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: db246c61500f3b641808692e2caa9739 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Skull.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab new file mode 100644 index 0000000..0b4d54d --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5990039286175530598 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_Name + value: Coin_Silver_Square + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ba982eecde207014fb1078ea4be62a26, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab.meta new file mode 100644 index 0000000..2634137 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8e74d8505d110a441ab019ca95089f52 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab new file mode 100644 index 0000000..6ff3e9f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3878521806756214584 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_Name + value: Coin_Silver_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab.meta new file mode 100644 index 0000000..17cb7fd --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 8583161b44dd3ad41bcf42b6791c2855 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Square_Hollow.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab new file mode 100644 index 0000000..181927f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1798628923182301563 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_Name + value: Coin_Silver_Star + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab.meta new file mode 100644 index 0000000..563e5ca --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 31aef631ce218144395ab5b8eb99c56f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Star.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab new file mode 100644 index 0000000..2e65c2e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1195236701120627877 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: b774ef4d9e221cd47a7d0fc2d8a3f441, type: 2} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 0a128d563c322fa4fbe65e1d022da959, type: 2} + - target: {fileID: 919132149155446097, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_Name + value: Coin_Silver_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab.meta new file mode 100644 index 0000000..9295c8c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 236bc76ae4187f64a93cf68fe70172ff +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Silver Coins/Coin_Silver_Triangle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins.meta new file mode 100644 index 0000000..9ee3cf8 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 51f56b9a4fbb99c42b5c35dd03a75644 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab new file mode 100644 index 0000000..0633de0 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8099782522449825565 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: a59547279653a014c802f525afd7fc3c, type: 3} + propertyPath: m_Name + value: Coin_Wood_Anchor + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: a59547279653a014c802f525afd7fc3c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab.meta new file mode 100644 index 0000000..454b82f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: fd79c61c16e2c304ca0325702de33b99 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Anchor.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab new file mode 100644 index 0000000..d5b94d1 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3500623949667298194 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 162e73071fb9b74458e02649a1273dca, type: 3} + propertyPath: m_Name + value: Coin_Wood_Base + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 162e73071fb9b74458e02649a1273dca, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab.meta new file mode 100644 index 0000000..124c88f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 03e227136c859c34691e378a3382d388 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Base.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab new file mode 100644 index 0000000..fabde93 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8168194049077176692 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} + propertyPath: m_Name + value: Coin_Wood_Circle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8a8f645a64a948145b3fb635e4d60b85, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab.meta new file mode 100644 index 0000000..4d758e5 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 88cddf3376ff143438835bdcac6a5b02 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Circle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab new file mode 100644 index 0000000..7b111ad --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &9180853400568393507 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} + propertyPath: m_Name + value: Coin_Wood_Cross_Swords + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8d1672371998d4b4197e4fc61c67e504, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab.meta new file mode 100644 index 0000000..042a5dd --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 45be4def481d27748a99b883d4c81a39 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Cross_Swords.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab new file mode 100644 index 0000000..5d0bb1a --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7836230682639385799 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} + propertyPath: m_Name + value: Coin_Wood_Crown + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1f9239d832cd0714a88ba940268d52fc, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab.meta new file mode 100644 index 0000000..8493d30 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 504d541c465e269488eea44d5bdb7d59 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Crown.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab new file mode 100644 index 0000000..58d4a15 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2733814554938370308 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} + propertyPath: m_Name + value: Coin_Wood_Gear + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcfeba94f0e7a2846a3f638079ccd6bb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab.meta new file mode 100644 index 0000000..3446fcc --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0d15a255cd4fa0e49af13e6a6ec70079 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gear.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab new file mode 100644 index 0000000..d1e94fa --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1004580497454020802 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} + propertyPath: m_Name + value: Coin_Wood_Gem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 416f413cd96232b4cb63897eb6aa9837, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab.meta new file mode 100644 index 0000000..520a497 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 30f6eb9ed71b0354d899c16e5dc1c6f6 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Gem.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab new file mode 100644 index 0000000..d855bcb --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2402218454040586097 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} + propertyPath: m_Name + value: Coin_Wood_Heart + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab.meta new file mode 100644 index 0000000..3f1362b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 0771309b59195c140bf09e1498a62a89 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Heart.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab new file mode 100644 index 0000000..b7b89c0 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3072073355575446012 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: dcd401bb894277146b213c050c02fe70, type: 3} + propertyPath: m_Name + value: Coin_Wood_Lightning + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: dcd401bb894277146b213c050c02fe70, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab.meta new file mode 100644 index 0000000..24044d7 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 23cdd5a97e2e81a48babf3d9d7ef4de8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Lightning.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab new file mode 100644 index 0000000..81c8d53 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5559931418347050420 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} + propertyPath: m_Name + value: Coin_Wood_Shield + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8e83f1de7e54cba4da8a641a30d7e3eb, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab.meta new file mode 100644 index 0000000..f0801ec --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 474a240fe86632e49ac1f2590ae4f7bd +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Shield.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab new file mode 100644 index 0000000..d8db82a --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6087368834219664701 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} + propertyPath: m_Name + value: Coin_Wood_Skull + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8109fcb8f8c71d247b997c64b97f702c, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab.meta new file mode 100644 index 0000000..95c14c9 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 08ea0f53071503c4cab33adf7140a39f +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Skull.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab new file mode 100644 index 0000000..14c939b --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &65809823389609308 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: ba982eecde207014fb1078ea4be62a26, type: 3} + propertyPath: m_Name + value: Coin_Wood_Square + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: ba982eecde207014fb1078ea4be62a26, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab.meta new file mode 100644 index 0000000..bd1e0e3 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: fa333d7c483d7fe47af042bce979c34c +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab new file mode 100644 index 0000000..30ecb3e --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8251605828461914308 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} + propertyPath: m_Name + value: Coin_Wood_Square_Hollow + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: c94ebda9aaa7655479b6c844b3e9db0f, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab.meta new file mode 100644 index 0000000..858ac51 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 3e6a8a47f06e3dd4f802b431a1f3b107 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Square_Hollow.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab new file mode 100644 index 0000000..3d4c59f --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6346205294776817929 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} + propertyPath: m_Name + value: Coin_Wood_Star + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 7fa93266725d152428ae93262ef20bcf, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab.meta new file mode 100644 index 0000000..4980355 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 1316b537d0e4d994eb05dbcbc48093fb +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Star.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab new file mode 100644 index 0000000..dee7098 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &5773449944586146290 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.x + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalScale.y + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -8679921383154817045, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_CastShadows + value: 0 + objectReference: {fileID: 0} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[0]' + value: + objectReference: {fileID: 2100000, guid: 91077f671865e03458faa96088d4a005, type: 2} + - target: {fileID: -7511558181221131132, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: 'm_Materials.Array.data[1]' + value: + objectReference: {fileID: 2100000, guid: 6373b00aff57c5c4c9f5667581297222, type: 2} + - target: {fileID: 919132149155446097, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} + propertyPath: m_Name + value: Coin_Wood_Triangle + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6d6ca8440490f21418ae840a662b65ea, type: 3} diff --git a/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab.meta b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab.meta new file mode 100644 index 0000000..0e81ad8 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 10322d84b23e5054c977d9f360a35b7a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/Prefabs/Wooden Coins/Coin_Wood_Triangle.prefab + uploadId: 823710 diff --git a/Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf b/Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf new file mode 100644 index 0000000..7502d1c --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf @@ -0,0 +1,32 @@ +Stylized Coins Pack (v1.0) + +Thanks for downloading the Stylized Collectible Coins Pack! + +This pack is optimized for great performance and easy setup in any project. + +💰 What's Included? +- 15 Unique Low-Poly Coin Designs (Crown, Skull, Heart, etc.) +- 4 Material Tiers Ready to Use: Gold, Silver, Bronze, and Wood. + + +⚙️ Technical Snapshot +Polygon Count: approx 180 tris (single mesh) +Optimization: No LODs needed. +Formats: FBX (main mesh file) + +🚀 Quick Start +Import the main folder into your game engine. +Go to the Prefabs folder. +Drag any of the ready-to-use prefabs (e.g., Coin_Gold_Star) straight into your scene! + +🎨 Customizing the Look +The coins use simple materials, so changing the colors is fast: just open the material files in the Materials folder and adjust the Base Color or Albedo setting to match your game's palette. + +📜 Licensing +Licensing: CC0 1.0 Universal (Public Domain) +What this means: You can use these assets in any commercial or non-commercial game project without needing to ask permission or give credit to the original creator (though credit is always appreciated!). + +❓ Support +If you have questions or need support, please reach out here: polykebap@gmail.com + +Enjoy! \ No newline at end of file diff --git a/Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf.meta b/Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf.meta new file mode 100644 index 0000000..980be19 --- /dev/null +++ b/Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: c004bde1b64c7b44cb146a887387532f +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 340494 + packageName: "Stylized Coin Pack \u2013 Gold, Silver, Bronze & Wood" + packageVersion: 1.0 + assetPath: Assets/PolyKebap/Stylized Coin Pack/ReadMe.rtf + uploadId: 823710 diff --git a/Assets/Prefabs/Coin_Gold_Heart.prefab b/Assets/Prefabs/Coin_Gold_Heart.prefab new file mode 100644 index 0000000..cf1252a --- /dev/null +++ b/Assets/Prefabs/Coin_Gold_Heart.prefab @@ -0,0 +1,117 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &9038621023743578149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 114094118258578406} + - component: {fileID: 9053147165565912776} + - component: {fileID: 1001381647038837172} + - component: {fileID: 645142205939352827} + m_Layer: 0 + m_Name: Coin_Gold_Heart + m_TagString: InvincibilityBonus + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &114094118258578406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.23365365, y: 0.20465158, z: 3.7081313} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9053147165565912776 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + m_Mesh: {fileID: 7404872882177757254, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} +--- !u!23 &1001381647038837172 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &645142205939352827 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.20000005 + m_Height: 0.4000001 + m_Direction: 1 + m_Center: {x: -0.00000047683716, y: -0.0046515465, z: -0.0022174777} diff --git a/Assets/Prefabs/Coin_Gold_Heart.prefab.meta b/Assets/Prefabs/Coin_Gold_Heart.prefab.meta new file mode 100644 index 0000000..f065d1e --- /dev/null +++ b/Assets/Prefabs/Coin_Gold_Heart.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5f8e151c2387bef4ebfef8718c7f9078 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Coin_Gold_Lightning Variant 1.prefab b/Assets/Prefabs/Coin_Gold_Lightning Variant 1.prefab new file mode 100644 index 0000000..19fe457 --- /dev/null +++ b/Assets/Prefabs/Coin_Gold_Lightning Variant 1.prefab @@ -0,0 +1,115 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &3088342777804656255 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4273117250189560072} + - component: {fileID: 3526721030207954176} + - component: {fileID: 2388320403302425893} + - component: {fileID: 8904437736337219934} + m_Layer: 0 + m_Name: Coin_Gold_Lightning Variant 1 + m_TagString: Coin + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4273117250189560072 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3088342777804656255} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 1.17417, y: 0, z: 0.75381} + m_LocalScale: {x: 1, y: 1, z: 3} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &3526721030207954176 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3088342777804656255} + m_Mesh: {fileID: -438614802970388536, guid: dcd401bb894277146b213c050c02fe70, type: 3} +--- !u!23 &2388320403302425893 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3088342777804656255} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &8904437736337219934 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3088342777804656255} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 1 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 0.4, y: 0.40000004, z: 0.020923525} + m_Center: {x: -0.0019855797, y: -0.001636833, z: -0.0023048073} diff --git a/Assets/Prefabs/Coin_Gold_Lightning Variant 1.prefab.meta b/Assets/Prefabs/Coin_Gold_Lightning Variant 1.prefab.meta new file mode 100644 index 0000000..76456a2 --- /dev/null +++ b/Assets/Prefabs/Coin_Gold_Lightning Variant 1.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: a53963cb206ab6c45884db27accb515a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/ForestTheme/Coin_Gold_Heart.prefab b/Assets/Prefabs/ForestTheme/Coin_Gold_Heart.prefab new file mode 100644 index 0000000..cf1252a --- /dev/null +++ b/Assets/Prefabs/ForestTheme/Coin_Gold_Heart.prefab @@ -0,0 +1,117 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &9038621023743578149 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 114094118258578406} + - component: {fileID: 9053147165565912776} + - component: {fileID: 1001381647038837172} + - component: {fileID: 645142205939352827} + m_Layer: 0 + m_Name: Coin_Gold_Heart + m_TagString: InvincibilityBonus + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &114094118258578406 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.23365365, y: 0.20465158, z: 3.7081313} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &9053147165565912776 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + m_Mesh: {fileID: 7404872882177757254, guid: 45bbe1d43581ef247bb83101a9b0409c, type: 3} +--- !u!23 &1001381647038837172 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 0b6966040eab23b44a002201da248c0a, type: 2} + - {fileID: 2100000, guid: fed97c52d9f00fb47a39b9a96ffe482b, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!136 &645142205939352827 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 9038621023743578149} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 0.20000005 + m_Height: 0.4000001 + m_Direction: 1 + m_Center: {x: -0.00000047683716, y: -0.0046515465, z: -0.0022174777} diff --git a/Assets/Prefabs/ForestTheme/Coin_Gold_Heart.prefab.meta b/Assets/Prefabs/ForestTheme/Coin_Gold_Heart.prefab.meta new file mode 100644 index 0000000..02b1136 --- /dev/null +++ b/Assets/Prefabs/ForestTheme/Coin_Gold_Heart.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 5ada75ef73a9e6746831db6c8ff99752 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/ForestTheme/Coin_Gold_Lightning Variant.prefab b/Assets/Prefabs/ForestTheme/Coin_Gold_Lightning Variant.prefab new file mode 100644 index 0000000..e86519c --- /dev/null +++ b/Assets/Prefabs/ForestTheme/Coin_Gold_Lightning Variant.prefab @@ -0,0 +1,96 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6317025687542764479 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3576555113038541998, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_Name + value: Coin_Gold_Lightning Variant + objectReference: {fileID: 0} + - target: {fileID: 3576555113038541998, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_TagString + value: Coin + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalScale.z + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalPosition.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4245110222876880404, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: + - targetCorrespondingSourceObject: {fileID: 3576555113038541998, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + insertIndex: -1 + addedObject: {fileID: 3526334061583370962} + m_SourcePrefab: {fileID: 100100000, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} +--- !u!1 &7352386468180256529 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 3576555113038541998, guid: b5bf9ab58d0be9e41b4ebea06e9afeb9, type: 3} + m_PrefabInstance: {fileID: 6317025687542764479} + m_PrefabAsset: {fileID: 0} +--- !u!65 &3526334061583370962 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7352386468180256529} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 1 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 0.4, y: 0.40000004, z: 0.020923525} + m_Center: {x: -0.0019855797, y: -0.001636833, z: -0.0023048073} diff --git a/Assets/Prefabs/ForestTheme/Coin_Gold_Lightning Variant.prefab.meta b/Assets/Prefabs/ForestTheme/Coin_Gold_Lightning Variant.prefab.meta new file mode 100644 index 0000000..b667c7a --- /dev/null +++ b/Assets/Prefabs/ForestTheme/Coin_Gold_Lightning Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: f03dae2521ff66b40b0101ca7e3aeb03 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/ForestTheme/Moving.prefab b/Assets/Prefabs/ForestTheme/Moving.prefab new file mode 100644 index 0000000..271ace2 --- /dev/null +++ b/Assets/Prefabs/ForestTheme/Moving.prefab @@ -0,0 +1,223 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &2648800841449105099 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5968673674707593849} + - component: {fileID: 5056586659882000118} + - component: {fileID: 4861531833451537220} + m_Layer: 0 + m_Name: Props_2a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5968673674707593849 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2648800841449105099} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: -0.021077318, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4799696716096127912} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &5056586659882000118 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2648800841449105099} + m_Mesh: {fileID: 2806953395882273590, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &4861531833451537220 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2648800841449105099} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &8051602049188476798 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4799696716096127912} + - component: {fileID: 5149053558377830201} + - component: {fileID: 2990800523008829985} + - component: {fileID: 2306842860530314746} + - component: {fileID: 2631404777649957223} + m_Layer: 0 + m_Name: Moving + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4799696716096127912 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8051602049188476798} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: 2.11503, y: 0, z: 1.11284} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5968673674707593849} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} +--- !u!33 &5149053558377830201 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8051602049188476798} + m_Mesh: {fileID: -1258035341741586828, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &2990800523008829985 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8051602049188476798} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &2306842860530314746 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8051602049188476798} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1.9846356, y: 0.14296818, z: 1.9257758} + m_Center: {x: -0.0040296316, y: 0.0822718, z: 0.009179175} +--- !u!114 &2631404777649957223 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8051602049188476798} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b2cd62ee707e0224099765c6752a940e, type: 3} + m_Name: + m_EditorClassIdentifier: Assembly-CSharp::MovingObstacle + moveSpeed: 2 + moveRange: 2 diff --git a/Assets/Prefabs/ForestTheme/Moving.prefab.meta b/Assets/Prefabs/ForestTheme/Moving.prefab.meta new file mode 100644 index 0000000..d8787bd --- /dev/null +++ b/Assets/Prefabs/ForestTheme/Moving.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fead4d490a36c15418ccb0e823788a04 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/ForestTheme/ThemeManager.prefab b/Assets/Prefabs/ForestTheme/ThemeManager.prefab new file mode 100644 index 0000000..2a4e61c --- /dev/null +++ b/Assets/Prefabs/ForestTheme/ThemeManager.prefab @@ -0,0 +1,49 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6497997104512159871 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5455730788123230987} + - component: {fileID: 3930310937340612479} + m_Layer: 0 + m_Name: ThemeManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5455730788123230987 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6497997104512159871} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -4.68027, y: -0, z: -13.76453} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &3930310937340612479 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6497997104512159871} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9c11ab76bd576f14f8c5f191603814c5, type: 3} + m_Name: + m_EditorClassIdentifier: Assembly-CSharp::ThemeManager + themes: + - {fileID: 11400000, guid: fead9bf7cec3f604db6191bd77f392e2, type: 2} + - {fileID: 11400000, guid: 6da5507492b2bb5458f04f409806ba95, type: 2} diff --git a/Assets/Prefabs/ForestTheme/ThemeManager.prefab.meta b/Assets/Prefabs/ForestTheme/ThemeManager.prefab.meta new file mode 100644 index 0000000..239ac31 --- /dev/null +++ b/Assets/Prefabs/ForestTheme/ThemeManager.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b1c40685e494beb40b7bc903e3815914 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Moving.prefab b/Assets/Prefabs/Moving.prefab new file mode 100644 index 0000000..1d72e0b --- /dev/null +++ b/Assets/Prefabs/Moving.prefab @@ -0,0 +1,223 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1903198291555660262 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6239757274951127803} + - component: {fileID: 4937867030751550352} + - component: {fileID: 1914154489912369214} + m_Layer: 0 + m_Name: Props_2a + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6239757274951127803 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1903198291555660262} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0, y: -0.021077318, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7069773181897710315} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &4937867030751550352 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1903198291555660262} + m_Mesh: {fileID: 2806953395882273590, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &1914154489912369214 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1903198291555660262} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 4bca999ab1da9294ea5d575e41073b88, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!1 &6290620345133858945 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7069773181897710315} + - component: {fileID: 6686658776320688938} + - component: {fileID: 5603653938829244672} + - component: {fileID: 7398889884201939530} + - component: {fileID: 8958360582701527375} + m_Layer: 0 + m_Name: Moving + m_TagString: Obstacle + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7069773181897710315 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6290620345133858945} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: 2.11503, y: 0, z: 1.11284} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 6239757274951127803} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} +--- !u!33 &6686658776320688938 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6290620345133858945} + m_Mesh: {fileID: -1258035341741586828, guid: 32812f864ffc68f45aa97b19014b7867, type: 3} +--- !u!23 &5603653938829244672 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6290620345133858945} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 + m_SmallMeshCulling: 1 + m_ForceMeshLod: -1 + m_MeshLodSelectionBias: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 228d3ebd5ea75474e9e2536eaabc8a1f, type: 2} + - {fileID: 2100000, guid: 2c09ef49c13be054891579dd4de949de, type: 2} + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + - {fileID: 2100000, guid: 1e9f84486bb4bf74fa49fc80ba3c345c, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_GlobalIlluminationMeshLod: 0 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_MaskInteraction: 0 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!65 &7398889884201939530 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6290620345133858945} + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_IsTrigger: 0 + m_ProvidesContacts: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Size: {x: 1.9846356, y: 0.14296818, z: 1.9257758} + m_Center: {x: -0.0040296316, y: 0.0822718, z: 0.009179175} +--- !u!114 &8958360582701527375 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6290620345133858945} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b2cd62ee707e0224099765c6752a940e, type: 3} + m_Name: + m_EditorClassIdentifier: Assembly-CSharp::MovingObstacle + moveSpeed: 2 + moveRange: 2 diff --git a/Assets/Prefabs/Moving.prefab.meta b/Assets/Prefabs/Moving.prefab.meta new file mode 100644 index 0000000..ebb29dc --- /dev/null +++ b/Assets/Prefabs/Moving.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2af733ae47c2d7c47b3dca774b52927b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/GameScene.unity b/Assets/Scenes/GameScene.unity index b9e8be9..789bd1d 100644 --- a/Assets/Scenes/GameScene.unity +++ b/Assets/Scenes/GameScene.unity @@ -14,7 +14,7 @@ OcclusionCullingSettings: RenderSettings: m_ObjectHideFlags: 0 serializedVersion: 10 - m_Fog: 1 + m_Fog: 0 m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} m_FogMode: 3 m_FogDensity: 0.04 @@ -148,8 +148,8 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 84930eba8a2de7149a94b5a8f7218968, type: 3} m_Name: m_EditorClassIdentifier: Assembly-CSharp::AudioManager - backgroundMusic: {fileID: 8300000, guid: 2fb1c48cdf6ed7e4e8778f69e33bb16c, type: 3} - coinSound: {fileID: 8300000, guid: cefd48ff601ef3c4792884f4f6d6128a, type: 3} + backgroundMusic: {fileID: 8300000, guid: 85e2a92247264ce4e83b5e4d247ff6e4, type: 3} + coinSound: {fileID: 8300000, guid: 3fee3b9ae39196346a83acdfa8d29d19, type: 3} --- !u!4 &8533196 Transform: m_ObjectHideFlags: 0 @@ -1454,7 +1454,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: -113, y: -45} + m_AnchoredPosition: {x: -113, y: -430.05} m_SizeDelta: {x: 200, y: 50} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1691130134 diff --git a/Assets/Scenes/MainMenuScene.unity b/Assets/Scenes/MainMenuScene.unity index 51191bf..3f8ac3f 100644 --- a/Assets/Scenes/MainMenuScene.unity +++ b/Assets/Scenes/MainMenuScene.unity @@ -26,7 +26,7 @@ RenderSettings: m_AmbientIntensity: 1 m_AmbientMode: 0 m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} - m_SkyboxMaterial: {fileID: 2100000, guid: 82b660520bdecce4daf45d270ec93fe4, type: 2} + m_SkyboxMaterial: {fileID: 2100000, guid: 42dc3b9b0dd2040fc9ef0182fdea0e50, type: 2} m_HaloStrength: 0.5 m_FlareStrength: 1 m_FlareFadeSpeed: 3 @@ -2397,63 +2397,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2092327196} m_CullTransparentMesh: 1 ---- !u!1001 &1271268278846381780 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - serializedVersion: 3 - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalPosition.x - value: 0.23365365 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalPosition.y - value: 0.20465158 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalPosition.z - value: 3.7081313 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalRotation.w - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalRotation.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 114094118258578406, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 9038621023743578149, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} - propertyPath: m_Name - value: Coin_Gold_Heart - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_RemovedGameObjects: [] - m_AddedGameObjects: [] - m_AddedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 5f8e151c2387bef4ebfef8718c7f9078, type: 3} --- !u!1660057539 &9223372036854775807 SceneRoots: m_ObjectHideFlags: 0 @@ -2464,4 +2407,3 @@ SceneRoots: - {fileID: 1075075305} - {fileID: 865251019} - {fileID: 1022080089} - - {fileID: 1271268278846381780} diff --git a/Assets/Sound/back.mp3 b/Assets/Sound/back.mp3 new file mode 100644 index 0000000..e4e7a19 --- /dev/null +++ b/Assets/Sound/back.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714bd6f20a7814900947f3b3fc7c729e36834e96606acf4124fe07edb3a1d2e9 +size 7665311 diff --git a/Assets/Sound/zvuk-monety.mp3.meta b/Assets/Sound/back.mp3.meta similarity index 91% rename from Assets/Sound/zvuk-monety.mp3.meta rename to Assets/Sound/back.mp3.meta index e83bea9..43e491b 100644 --- a/Assets/Sound/zvuk-monety.mp3.meta +++ b/Assets/Sound/back.mp3.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: cefd48ff601ef3c4792884f4f6d6128a +guid: 85e2a92247264ce4e83b5e4d247ff6e4 AudioImporter: externalObjects: {} serializedVersion: 8 diff --git a/Assets/Sound/coin.mp3 b/Assets/Sound/coin.mp3 new file mode 100644 index 0000000..2734e4f --- /dev/null +++ b/Assets/Sound/coin.mp3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70d754b410eb8046ce40721441ff6f6f68605cf31ded7480ee218c7f7356f34 +size 36780 diff --git a/Assets/Sound/death6.mp3.meta b/Assets/Sound/coin.mp3.meta similarity index 91% rename from Assets/Sound/death6.mp3.meta rename to Assets/Sound/coin.mp3.meta index 00546b4..d653b74 100644 --- a/Assets/Sound/death6.mp3.meta +++ b/Assets/Sound/coin.mp3.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 4c11deafcb86a904b90158d8277a91a5 +guid: 3fee3b9ae39196346a83acdfa8d29d19 AudioImporter: externalObjects: {} serializedVersion: 8 diff --git a/Assets/Sound/death6.mp3 b/Assets/Sound/death6.mp3 deleted file mode 100644 index 0fc364d..0000000 --- a/Assets/Sound/death6.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91d36e8eeb6ada4826837ce9fff5229e412fee2d92a46cf968ec07c674b83f3d -size 21359 diff --git a/Assets/Sound/mfcc-ambient-ambient-music-479762.mp3 b/Assets/Sound/mfcc-ambient-ambient-music-479762.mp3 deleted file mode 100644 index 2371b9d..0000000 --- a/Assets/Sound/mfcc-ambient-ambient-music-479762.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f563939ae93139c75abbf7259dd40a9d7b46f7c8e286973814c7cccb2f519be3 -size 1655118 diff --git a/Assets/Sound/mfcc-ambient-ambient-music-479762.mp3.meta b/Assets/Sound/mfcc-ambient-ambient-music-479762.mp3.meta deleted file mode 100644 index c160c46..0000000 --- a/Assets/Sound/mfcc-ambient-ambient-music-479762.mp3.meta +++ /dev/null @@ -1,23 +0,0 @@ -fileFormatVersion: 2 -guid: 2fb1c48cdf6ed7e4e8778f69e33bb16c -AudioImporter: - externalObjects: {} - serializedVersion: 8 - defaultSettings: - serializedVersion: 2 - loadType: 0 - sampleRateSetting: 0 - sampleRateOverride: 44100 - compressionFormat: 1 - quality: 1 - conversionMode: 0 - preloadAudioData: 0 - platformSettingOverrides: {} - forceToMono: 0 - normalize: 1 - loadInBackground: 0 - ambisonic: 0 - 3D: 1 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Sound/zvuk-monety.mp3 b/Assets/Sound/zvuk-monety.mp3 deleted file mode 100644 index a2172fa..0000000 --- a/Assets/Sound/zvuk-monety.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbd82f3152d7bf4f59b246f000cc14663ff08a560f8ea2568f5aec057d1ebdc2 -size 56646