From 350e6d67b2600dae23057afccbf7a1f097400065 Mon Sep 17 00:00:00 2001 From: CortexCore <2630229280@qq.com> Date: Wed, 5 Mar 2025 22:51:43 +0800 Subject: [PATCH] 1 --- .../Configs/URP/Project Wide_Renderer.asset | 24 +- .../Anime Tokyo/Demo Scenes/map_suburbs.unity | 283 +++++++++--------- Assets/TODSystem.meta | 8 + Assets/TODSystem/Material.meta | 8 + .../TODSystem/Material/HDRSkyBox_BaseSky.mat | 58 ++++ .../Material/HDRSkyBox_BaseSky.mat.meta | 8 + .../Material/HDRSkyBox_BaseSky_TOD.meta | 8 + .../AfterDawn_HDRSkyBox_BaseSky.mat | 58 ++++ .../AfterDawn_HDRSkyBox_BaseSky.mat.meta | 8 + .../AfterDusk_HDRSkyBox_BaseSky.mat | 58 ++++ .../AfterDusk_HDRSkyBox_BaseSky.mat.meta | 8 + .../Dawn_HDRSkyBox_BaseSky.mat | 58 ++++ .../Dawn_HDRSkyBox_BaseSky.mat.meta | 8 + .../Dusk_HDRSkyBox_BaseSky.mat | 58 ++++ .../Dusk_HDRSkyBox_BaseSky.mat.meta | 8 + .../Night1_HDRSkyBox_BaseSky.mat | 55 ++++ .../Night1_HDRSkyBox_BaseSky.mat.meta | 8 + .../Night2_HDRSkyBox_BaseSky.mat | 55 ++++ .../Night2_HDRSkyBox_BaseSky.mat.meta | 8 + .../Noon1_HDRSkyBox_BaseSky.mat | 58 ++++ .../Noon1_HDRSkyBox_BaseSky.mat.meta | 8 + .../Noon2_HDRSkyBox_BaseSky.mat | 58 ++++ .../Noon2_HDRSkyBox_BaseSky.mat.meta | 8 + .../PreDawn_HDRSkyBox_BaseSky.mat | 58 ++++ .../PreDawn_HDRSkyBox_BaseSky.mat.meta | 8 + .../PreDusk_HDRSkyBox_BaseSky.mat | 58 ++++ .../PreDusk_HDRSkyBox_BaseSky.mat.meta | 8 + Assets/TODSystem/README.md | 3 + Assets/TODSystem/README.md.meta | 7 + .../TODSystem/ReflectionBakedRenderer.asset | 60 ++++ .../ReflectionBakedRenderer.asset.meta | 8 + Assets/TODSystem/TOD.meta | 8 + Assets/TODSystem/TOD/AfterDawn2Noon1.asset | 28 ++ .../TODSystem/TOD/AfterDawn2Noon1.asset.meta | 8 + Assets/TODSystem/TOD/AfterDusk2Night1.asset | 28 ++ .../TODSystem/TOD/AfterDusk2Night1.asset.meta | 8 + Assets/TODSystem/TOD/Dawn2AfterDawn.asset | 28 ++ .../TODSystem/TOD/Dawn2AfterDawn.asset.meta | 8 + Assets/TODSystem/TOD/Dusk2AfterDusk.asset | 28 ++ .../TODSystem/TOD/Dusk2AfterDusk.asset.meta | 8 + Assets/TODSystem/TOD/Night12Night2.asset | 28 ++ Assets/TODSystem/TOD/Night12Night2.asset.meta | 8 + Assets/TODSystem/TOD/Night22PreDawn.asset | 28 ++ .../TODSystem/TOD/Night22PreDawn.asset.meta | 8 + Assets/TODSystem/TOD/Noon12Noon2.asset | 28 ++ Assets/TODSystem/TOD/Noon12Noon2.asset.meta | 8 + Assets/TODSystem/TOD/Noon22PreDusk.asset | 28 ++ Assets/TODSystem/TOD/Noon22PreDusk.asset.meta | 8 + Assets/TODSystem/TOD/PreDawn2Dawn.asset | 28 ++ Assets/TODSystem/TOD/PreDawn2Dawn.asset.meta | 8 + Assets/TODSystem/TOD/PreDusk2Dusk.asset | 28 ++ Assets/TODSystem/TOD/PreDusk2Dusk.asset.meta | 8 + Assets/TODSystem/TODGlobalParameters.asset | 64 ++++ .../TODSystem/TODGlobalParameters.asset.meta | 8 + Packages/manifest.json | 5 +- Packages/packages-lock.json | 7 + 56 files changed, 1431 insertions(+), 150 deletions(-) create mode 100644 Assets/TODSystem.meta create mode 100644 Assets/TODSystem/Material.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat create mode 100644 Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat.meta create mode 100644 Assets/TODSystem/README.md create mode 100644 Assets/TODSystem/README.md.meta create mode 100644 Assets/TODSystem/ReflectionBakedRenderer.asset create mode 100644 Assets/TODSystem/ReflectionBakedRenderer.asset.meta create mode 100644 Assets/TODSystem/TOD.meta create mode 100644 Assets/TODSystem/TOD/AfterDawn2Noon1.asset create mode 100644 Assets/TODSystem/TOD/AfterDawn2Noon1.asset.meta create mode 100644 Assets/TODSystem/TOD/AfterDusk2Night1.asset create mode 100644 Assets/TODSystem/TOD/AfterDusk2Night1.asset.meta create mode 100644 Assets/TODSystem/TOD/Dawn2AfterDawn.asset create mode 100644 Assets/TODSystem/TOD/Dawn2AfterDawn.asset.meta create mode 100644 Assets/TODSystem/TOD/Dusk2AfterDusk.asset create mode 100644 Assets/TODSystem/TOD/Dusk2AfterDusk.asset.meta create mode 100644 Assets/TODSystem/TOD/Night12Night2.asset create mode 100644 Assets/TODSystem/TOD/Night12Night2.asset.meta create mode 100644 Assets/TODSystem/TOD/Night22PreDawn.asset create mode 100644 Assets/TODSystem/TOD/Night22PreDawn.asset.meta create mode 100644 Assets/TODSystem/TOD/Noon12Noon2.asset create mode 100644 Assets/TODSystem/TOD/Noon12Noon2.asset.meta create mode 100644 Assets/TODSystem/TOD/Noon22PreDusk.asset create mode 100644 Assets/TODSystem/TOD/Noon22PreDusk.asset.meta create mode 100644 Assets/TODSystem/TOD/PreDawn2Dawn.asset create mode 100644 Assets/TODSystem/TOD/PreDawn2Dawn.asset.meta create mode 100644 Assets/TODSystem/TOD/PreDusk2Dusk.asset create mode 100644 Assets/TODSystem/TOD/PreDusk2Dusk.asset.meta create mode 100644 Assets/TODSystem/TODGlobalParameters.asset create mode 100644 Assets/TODSystem/TODGlobalParameters.asset.meta diff --git a/Assets/Artists/Configs/URP/Project Wide_Renderer.asset b/Assets/Artists/Configs/URP/Project Wide_Renderer.asset index 745392c7e..9a6fdafd9 100644 --- a/Assets/Artists/Configs/URP/Project Wide_Renderer.asset +++ b/Assets/Artists/Configs/URP/Project Wide_Renderer.asset @@ -34,7 +34,8 @@ MonoBehaviour: hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} m_RendererFeatures: - {fileID: -6494507711637086765} - m_RendererFeatureMap: d31dd648a5dfdea5 + - {fileID: 6330780336224773197} + m_RendererFeatureMap: d31dd648a5dfdea54da4b4832c73db57 m_UseNativeRenderPass: 0 postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} @@ -73,3 +74,24 @@ MonoBehaviour: m_CopyDepthMode: 1 m_AccurateGbufferNormals: 0 m_IntermediateTextureMode: 1 +--- !u!114 &6330780336224773197 +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: 5c845a4670d681a46ad45532b21e3488, type: 3} + m_Name: VolumetricFogRendererFeature + m_EditorClassIdentifier: + m_Active: 1 + volumetricFogSettings: + enable: 0 + renderPassEvent: 100 + densityAndLightingComputeShader: {fileID: 7200000, guid: 9068eedc2333d524bba83267d923d5a9, type: 3} + fogDensity: 0.2 + fogFarPlaneDistance: 100 + fogExtinctonCoeffient: 2 + fogStartHeight: -50 diff --git a/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity b/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity index 579ef582d..1de88b2d7 100644 --- a/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity +++ b/Assets/Arts/Anime Tokyo/Demo Scenes/map_suburbs.unity @@ -26,7 +26,7 @@ RenderSettings: m_AmbientIntensity: 0.73 m_AmbientMode: 0 m_SubtractiveShadowColor: {r: 0.35417888, g: 0.45028526, b: 0.9308176, a: 1} - m_SkyboxMaterial: {fileID: 2100000, guid: 1a8130968946512468b2ef495b8023bd, type: 2} + m_SkyboxMaterial: {fileID: 2100000, guid: 097a5e6e5584dae47b9d289d3d0c2081, type: 2} m_HaloStrength: 0.5 m_FlareStrength: 1 m_FlareFadeSpeed: 3 @@ -9834,134 +9834,6 @@ GameObject: m_CorrespondingSourceObject: {fileID: 6930776766761356102, guid: 4b8e722b1d534124fab002c65922b79d, type: 3} m_PrefabInstance: {fileID: 160728285} m_PrefabAsset: {fileID: 0} ---- !u!1 &165109071 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 165109074} - - component: {fileID: 165109073} - - component: {fileID: 165109072} - m_Layer: 0 - m_Name: minimap_camera - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!114 &165109072 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 165109071} - 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: 1 - 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!20 &165109073 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 165109071} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 2 - m_BackGroundColor: {r: 0.3921569, g: 0.38431376, b: 0.37647063, 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: 1 - orthographic size: 64 - m_Depth: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 1 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 8400000, guid: 9a9e60eda7295fc47907b25d62d9dd79, type: 2} - 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 &165109074 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 165109071} - serializedVersion: 2 - m_LocalRotation: {x: 0.35355338, y: 0.35355338, z: -0.1464466, w: 0.8535535} - m_LocalPosition: {x: -72, y: 61.79, z: -18.4} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 0} - m_LocalEulerAnglesHint: {x: 45, y: 45, z: 0} --- !u!1001 &166153296 PrefabInstance: m_ObjectHideFlags: 0 @@ -33241,6 +33113,7 @@ GameObject: m_Component: - component: {fileID: 573918679} - component: {fileID: 573918678} + - component: {fileID: 573918680} m_Layer: 0 m_Name: info_player_start m_TagString: Untagged @@ -33260,16 +33133,11 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 054d7fc7589c04d4a8412a6f82b32d6c, type: 3} m_Name: m_EditorClassIdentifier: - worldNodeService: - rid: 550035120411901952 worldNode: rid: 550035120411901953 references: version: 2 RefIds: - - rid: 550035120411901952 - type: {class: WorldNodeService, ns: BITKit.WorldNode, asm: BITKit.WorldNode} - data: - rid: 550035120411901953 type: {class: WorldInfoPlayerStart, ns: BITKit.WorldNode, asm: BITKit.WorldNode} data: @@ -33288,6 +33156,18 @@ Transform: m_Children: [] m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &573918680 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 573918677} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 230e015069b45484f9c85d1aba1e901c, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1001 &573994322 PrefabInstance: m_ObjectHideFlags: 0 @@ -43272,8 +43152,8 @@ Light: serializedVersion: 10 m_Type: 1 m_Shape: 0 - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Intensity: 0.5 + m_Color: {r: 0.08199832, g: 0.10084592, b: 0.3018868, a: 0} + m_Intensity: 0 m_Range: 10 m_SpotAngle: 30 m_InnerSpotAngle: 21.80208 @@ -43331,12 +43211,12 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 739831700} serializedVersion: 2 - m_LocalRotation: {x: -0.16261207, y: 0.9078989, z: -0.3858497, w: -0.019924013} + m_LocalRotation: {x: 0.9848078, y: 0, z: 0, w: 0.17364824} m_LocalPosition: {x: -24.03235, y: 7.067, z: 126.68066} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] - m_Father: {fileID: 1370539313} + m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 45, y: -1267.256, z: -23.318} --- !u!114 &739831703 MonoBehaviour: @@ -112964,8 +112844,7 @@ MonoBehaviour: sources: - {fileID: 1370539313} - {fileID: 983876297} - minimapCamera: {fileID: 165109073} - allowCulling: 1 + allowCulling: 0 --- !u!1001 &983906136 PrefabInstance: m_ObjectHideFlags: 0 @@ -134897,8 +134776,6 @@ Transform: - {fileID: 1627010135} - {fileID: 134655476} - {fileID: 446406516} - - {fileID: 1918141543} - - {fileID: 739831702} - {fileID: 991626444} - {fileID: 1625446444} - {fileID: 257274406} @@ -141955,6 +141832,54 @@ GameObject: m_CorrespondingSourceObject: {fileID: 6670758144064960994, guid: ad59fe36454ec3242a145c2b90aca8da, type: 3} m_PrefabInstance: {fileID: 1463338394} m_PrefabAsset: {fileID: 0} +--- !u!1 &1467199912 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1467199914} + - component: {fileID: 1467199913} + m_Layer: 0 + m_Name: TimeOfDaysController + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1467199913 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1467199912} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5cc5ff230f5ab58468b15e270e924eb9, type: 3} + m_Name: + m_EditorClassIdentifier: + todGlobalParameters: {fileID: 11400000, guid: 4a62b45a7aae0bc419854bb8e5a934b5, type: 2} + MainLight: {fileID: 1918141542} + LensFlare: {fileID: 0} + isTimeFlow: 0 +--- !u!4 &1467199914 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1467199912} + 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!1001 &1467531986 PrefabInstance: m_ObjectHideFlags: 0 @@ -149006,6 +148931,67 @@ GameObject: m_CorrespondingSourceObject: {fileID: 7219182003715457656, guid: 25f43441d35cf9f4e8a71514ee06f7c5, type: 3} m_PrefabInstance: {fileID: 1587351041} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1591477169 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 641277380591036102, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: orthographic size + value: 88.4 + objectReference: {fileID: 0} + - target: {fileID: 2363770275507355875, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_Name + value: node_minimap_camera + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalPosition.x + value: -44.1 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalPosition.y + value: 64 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalPosition.z + value: 15.6 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalRotation.w + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalRotation.x + value: 0.7071068 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 90 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5630170439344028599, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 98352849c75d3674198e1053c3cda8ab, type: 3} --- !u!1001 &1595363822 PrefabInstance: m_ObjectHideFlags: 0 @@ -166300,8 +166286,8 @@ Light: serializedVersion: 10 m_Type: 1 m_Shape: 0 - m_Color: {r: 1, g: 0.5954333, b: 0.15408784, a: 1} - m_Intensity: 2 + m_Color: {r: 0.59622675, g: 0.17803897, b: 0.029666651, a: 0.13960838} + m_Intensity: 1.0000038 m_Range: 10 m_SpotAngle: 30 m_InnerSpotAngle: 21.80208 @@ -166359,12 +166345,12 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1918141541} serializedVersion: 2 - m_LocalRotation: {x: 0.11295298, y: -0.87966466, z: 0.45643884, w: 0.07138252} + m_LocalRotation: {x: 0.9832549, y: 0, z: 0, w: 0.18223552} m_LocalPosition: {x: -13.302677, y: 9.037246, z: -51.681026} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] - m_Father: {fileID: 1370539313} + m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 55, y: -1617.755, z: -13.465} --- !u!114 &1918141544 MonoBehaviour: @@ -178669,8 +178655,11 @@ GameObject: SceneRoots: m_ObjectHideFlags: 0 m_Roots: + - {fileID: 739831702} + - {fileID: 1918141543} - {fileID: 1370539313} - {fileID: 983876297} - {fileID: 483500788} - - {fileID: 165109074} - {fileID: 573918679} + - {fileID: 1467199914} + - {fileID: 1591477169} diff --git a/Assets/TODSystem.meta b/Assets/TODSystem.meta new file mode 100644 index 000000000..c1e30a8d9 --- /dev/null +++ b/Assets/TODSystem.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 37266c5577dfc3c46a0650f9bcaf5d8f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material.meta b/Assets/TODSystem/Material.meta new file mode 100644 index 000000000..75ffc3c8f --- /dev/null +++ b/Assets/TODSystem/Material.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2f87bc7d5ad65ce4fbba4af663fbf85e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..c2ccdfba9 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.51 + - _StarRange: 5 + - _SunRange: 1.1 + - _SunRange0: 0.9949 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.27 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 144 + - _sun_scatter: 0.37 + m_Colors: + - _SunColor: {r: 2.012792, g: 1.8903925, b: 0, a: 1} + - _SunInnercolor: {r: 8.967696, g: 6.0599046, b: 2.6564682, a: 1} + - _sky_color: {r: 0.6320754, g: 0.2091426, b: 0, a: 1} + - _sunOrgColorBeside: {r: 0.9150943, g: 0.46444014, b: 0.02071909, a: 1} + - _sunOrgColorLookAt: {r: 0.9221513, g: 0.7676548, b: 0, a: 1} + - _sunScatterColorBeside: {r: 0, g: 0.3512595, b: 0.6695884, a: 1} + - _sunScatterColorLookAt: {r: 1.4436274, g: 0.15578714, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..9f0fd08cb --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 097a5e6e5584dae47b9d289d3d0c2081 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD.meta new file mode 100644 index 000000000..6802be09d --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b5555371c4b51314aa01af38cfb5b9fe +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..4b7321000 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: AfterDawn_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.51 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.997 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.92 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 204 + - _sun_scatter: 0.301 + m_Colors: + - _SunColor: {r: 1.9773997, g: 1.2029632, b: 0.14494023, a: 1} + - _SunInnercolor: {r: 10.391295, g: 8.381951, b: 1.7057405, a: 1} + - _sky_color: {r: 0.6320754, g: 0.2091426, b: 0, a: 1} + - _sunOrgColorBeside: {r: 0.7075472, g: 0.5246036, b: 0.40316838, a: 1} + - _sunOrgColorLookAt: {r: 0.7735849, g: 0.6380832, b: 0.0029191307, a: 1} + - _sunScatterColorBeside: {r: 0, g: 0.34080186, b: 0.6415094, a: 1} + - _sunScatterColorLookAt: {r: 1.4186713, g: 0.63584465, b: 0.13919035, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..2e121e6d0 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDawn_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 682e197b100d1d44fb0135463aa1e0ce +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..0aef9bdf3 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: AfterDusk_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.1 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.9949 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.27 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 144 + - _sun_scatter: 0.29 + m_Colors: + - _SunColor: {r: 2.012792, g: 0.6876146, b: 0, a: 1} + - _SunInnercolor: {r: 8.810011, g: 7.6784697, b: 0.3690059, a: 1} + - _sky_color: {r: 0.6320754, g: 0.2091426, b: 0, a: 1} + - _sunOrgColorBeside: {r: 0.33962262, g: 0.05254536, b: 0.12723206, a: 1} + - _sunOrgColorLookAt: {r: 3.9974728, g: 0, b: 0.0807004, a: 1} + - _sunScatterColorBeside: {r: 0.18959695, g: 0.11781116, b: 0.55749935, a: 1} + - _sunScatterColorLookAt: {r: 1.4436272, g: 0.044647, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..81338a685 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/AfterDusk_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 37cc2555e5adf7447b08a6e9c7b1641f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..ae9f8543a --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: Dawn_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.51 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.992 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.92 + - _sky_scatter: 0.363 + - _sun_disk_power_999: 205 + - _sun_scatter: 0.303 + m_Colors: + - _SunColor: {r: 1.9227054, g: 1.0120254, b: 0, a: 1} + - _SunInnercolor: {r: 8.6292925, g: 6.6329637, b: 0, a: 1} + - _sky_color: {r: 2.5254903, g: 1.797968, b: 0, a: 1} + - _sunOrgColorBeside: {r: 0.7584905, g: 0.5021629, b: 0.027191062, a: 1} + - _sunOrgColorLookAt: {r: 1.4745098, g: 0.7037329, b: 0.04705882, a: 1} + - _sunScatterColorBeside: {r: 0.058823522, g: 0.3729833, b: 0.3882353, a: 1} + - _sunScatterColorLookAt: {r: 1.4079617, g: 0.9424582, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..c96255266 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dawn_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96523d852b2341c46a4bbec71ebe3653 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..281bdb532 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: Dusk_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.1 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.9949 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.27 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 144 + - _sun_scatter: 0.37 + m_Colors: + - _SunColor: {r: 2.012792, g: 0.6876146, b: 0, a: 1} + - _SunInnercolor: {r: 8.810011, g: 7.6784697, b: 0.3690059, a: 1} + - _sky_color: {r: 0.6320754, g: 0.2091426, b: 0, a: 1} + - _sunOrgColorBeside: {r: 0.9137255, g: 0.18182361, b: 0.019607838, a: 1} + - _sunOrgColorLookAt: {r: 3.9974728, g: 0.12100858, b: 0, a: 1} + - _sunScatterColorBeside: {r: 0.6901961, g: 0.19607842, b: 0.29383925, a: 1} + - _sunScatterColorLookAt: {r: 1.4436274, g: 0.15578714, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..f36685ed7 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Dusk_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 261d6df445480e1488f4c0d58bd14aa6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..33da51e39 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat @@ -0,0 +1,55 @@ +%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: Night1_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 2 + - _StarRange: 1 + - _SunRange: 1.1 + - _SunRange0: 0.9949 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.27 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 144 + - _sun_scatter: 0.222 + m_Colors: + - _SunColor: {r: 0.03773582, g: 0.013163658, b: 0, a: 1} + - _SunInnercolor: {r: 8.810011, g: 7.6784697, b: 0.3690059, a: 1} + - _sky_color: {r: 0, g: 0.14554055, b: 0.6313726, a: 1} + - _sunOrgColorBeside: {r: 0.050980385, g: 0.0689875, b: 0.34117648, a: 1} + - _sunOrgColorLookAt: {r: 0, g: 0.018458499, b: 0.18867922, a: 1} + - _sunScatterColorBeside: {r: 0, g: 0.0021770704, b: 0.028301895, a: 1} + - _sunScatterColorLookAt: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..6b6882348 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night1_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3afccad3074fba04da783648e2c0436b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..215a1c806 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat @@ -0,0 +1,55 @@ +%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: Night2_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, type: 3} + m_ValidKeywords: [] + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: -1 + stringTagMap: {} + disabledShaderPasses: [] + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 2 + - _StarRange: 1 + - _SunRange: 1.1 + - _SunRange0: 0.9949 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.27 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 144 + - _sun_scatter: 0.222 + m_Colors: + - _SunColor: {r: 0.03773582, g: 0.013163658, b: 0, a: 1} + - _SunInnercolor: {r: 8.810011, g: 7.6784697, b: 0.3690059, a: 1} + - _sky_color: {r: 0, g: 0.14554055, b: 0.6313726, a: 1} + - _sunOrgColorBeside: {r: 0.050980385, g: 0.0689875, b: 0.34117648, a: 1} + - _sunOrgColorLookAt: {r: 0, g: 0.018458499, b: 0.18867922, a: 1} + - _sunScatterColorBeside: {r: 0, g: 0.0021770704, b: 0.028301895, a: 1} + - _sunScatterColorLookAt: {r: 0, g: 0, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..e3317009b --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Night2_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 55f9d6dcbb6aa2c4c9b5d601bf3e17c4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..57d9d5706 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: Noon1_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 2 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.999 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.92 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 603 + - _sun_scatter: 0.202 + m_Colors: + - _SunColor: {r: 0.8965982, g: 0.53377265, b: 0.028758751, a: 1} + - _SunInnercolor: {r: 10.391295, g: 8.381951, b: 1.7057405, a: 1} + - _sky_color: {r: 0.009220327, g: 0.5647017, b: 0.6981132, a: 1} + - _sunOrgColorBeside: {r: 0.086274505, g: 0.5228429, b: 0.8666667, a: 1} + - _sunOrgColorLookAt: {r: 0.19736558, g: 0.75638324, b: 0.7924528, a: 1} + - _sunScatterColorBeside: {r: 0, g: 0.32884306, b: 0.9099493, a: 1} + - _sunScatterColorLookAt: {r: 0, g: 0.6558958, b: 1.5277573, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..97758cd79 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon1_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d141bbf1f7b5809468271f8fe3abbce4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..f86bdbf5c --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: Noon2_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 2 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.999 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.92 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 603 + - _sun_scatter: 0.202 + m_Colors: + - _SunColor: {r: 0.8965982, g: 0.53377265, b: 0.028758751, a: 1} + - _SunInnercolor: {r: 10.391295, g: 8.381951, b: 1.7057405, a: 1} + - _sky_color: {r: 0.009220327, g: 0.5647017, b: 0.6981132, a: 1} + - _sunOrgColorBeside: {r: 0.086274505, g: 0.5228429, b: 0.8666667, a: 1} + - _sunOrgColorLookAt: {r: 0.19736558, g: 0.75638324, b: 0.7924528, a: 1} + - _sunScatterColorBeside: {r: 0, g: 0.32884306, b: 0.9099493, a: 1} + - _sunScatterColorLookAt: {r: 0, g: 0.6558958, b: 1.5277573, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..04472fcde --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/Noon2_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fdb592a23b23e234cb983a757a4224a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..2f3143848 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: PreDawn_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.51 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.992 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.92 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 144 + - _sun_scatter: 0.37 + m_Colors: + - _SunColor: {r: 1.9773997, g: 0.46233478, b: 0.14494023, a: 1} + - _SunInnercolor: {r: 8.967697, g: 7.4981055, b: 2.6762238, a: 1} + - _sky_color: {r: 0.6320754, g: 0.2091426, b: 0, a: 1} + - _sunOrgColorBeside: {r: 0.7660377, g: 0.47627053, b: 0.12574577, a: 1} + - _sunOrgColorLookAt: {r: 0.735849, g: 0.6136044, b: 0.023602655, a: 1} + - _sunScatterColorBeside: {r: 0.046457805, g: 0.210489, b: 0.2830189, a: 1} + - _sunScatterColorLookAt: {r: 0.9764706, g: 0.50096184, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..762551d19 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDawn_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 414a6b71cc72cd245b450ce4fc9c6268 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat new file mode 100644 index 000000000..62e6b1f79 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat @@ -0,0 +1,58 @@ +%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: PreDusk_HDRSkyBox_BaseSky + m_Shader: {fileID: 4800000, guid: bc931b23da3b78949b2548a983e9945b, 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: {} + disabledShaderPasses: [] + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _CloudMap: + m_Texture: {fileID: 2800000, guid: c6bec5849a61b90439cf0108ded6d2df, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _StarMap: + m_Texture: {fileID: 8900000, guid: 8dd109734ec82c44f8af59519a5adc4f, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _TransmissionRGMap: + m_Texture: {fileID: 2800000, guid: a7599b48566a964468935114baec5027, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _LDotV_damping_factor: 1.02 + - _StarRange: 6 + - _SunRange: 1.1 + - _SunRange0: 0.9978 + - _SunRange1: 1 + - _num: 214.7 + - _sky_color_intensity: 1.92 + - _sky_scatter: 0.19 + - _sun_disk_power_999: 603 + - _sun_scatter: 0.152 + m_Colors: + - _SunColor: {r: 0.8965982, g: 0.53377265, b: 0.028758751, a: 1} + - _SunInnercolor: {r: 63.25359, g: 51.02237, b: 10.383133, a: 1} + - _sky_color: {r: 0.90188676, g: 0.3561697, b: 0, a: 1} + - _sunOrgColorBeside: {r: 1, g: 0.28806663, b: 0, a: 1} + - _sunOrgColorLookAt: {r: 10.969998, g: 0.60449106, b: 0, a: 1} + - _sunScatterColorBeside: {r: 0.1783138, g: 0.14318973, b: 0.83396226, a: 1} + - _sunScatterColorLookAt: {r: 1.1738124, g: 0.18202092, b: 0, a: 1} + m_BuildTextureStacks: [] diff --git a/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat.meta b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat.meta new file mode 100644 index 000000000..58a527f68 --- /dev/null +++ b/Assets/TODSystem/Material/HDRSkyBox_BaseSky_TOD/PreDusk_HDRSkyBox_BaseSky.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b53b1473477499848a7dad950afc9c37 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/README.md b/Assets/TODSystem/README.md new file mode 100644 index 000000000..8c40f89ea --- /dev/null +++ b/Assets/TODSystem/README.md @@ -0,0 +1,3 @@ +# AHD2-TODSystem + +* 默认TOD配置,方便即插即用。 \ No newline at end of file diff --git a/Assets/TODSystem/README.md.meta b/Assets/TODSystem/README.md.meta new file mode 100644 index 000000000..e14a0f383 --- /dev/null +++ b/Assets/TODSystem/README.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9cd5a941127de604b8404ea95c0dac4a +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/ReflectionBakedRenderer.asset b/Assets/TODSystem/ReflectionBakedRenderer.asset new file mode 100644 index 000000000..cf35c84ea --- /dev/null +++ b/Assets/TODSystem/ReflectionBakedRenderer.asset @@ -0,0 +1,60 @@ +%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: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} + m_Name: ReflectionBakedRenderer + m_EditorClassIdentifier: + debugShaders: + debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3} + hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3} + m_RendererFeatures: + - {fileID: -1516506666889843958, guid: 3469956d2c4814342b24add45f231d66, type: 2} + - {fileID: -7948811985978909045, guid: 3469956d2c4814342b24add45f231d66, type: 2} + - {fileID: 1388982638703986224, guid: 3469956d2c4814342b24add45f231d66, type: 2} + m_RendererFeatureMap: 0aeb84a43849f4ea8b1e5c059d25b09130c622cb59a84613 + 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: 0} + samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} + stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3} + fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} + fallbackLoadingPS: {fileID: 4800000, guid: 7f888aff2ac86494babad1c2c5daeee2, type: 3} + materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3} + coreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3} + coreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3} + blitHDROverlay: {fileID: 4800000, guid: a89bee29cffa951418fc1e2da94d1959, type: 3} + cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3} + objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3} + dataDrivenLensFlare: {fileID: 4800000, guid: 6cda457ac28612740adb23da5d39ea92, type: 3} + m_AssetVersion: 2 + m_OpaqueLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_TransparentLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_DefaultStencilState: + overrideStencilState: 0 + stencilReference: 0 + stencilCompareFunction: 8 + passOperation: 2 + failOperation: 0 + zFailOperation: 0 + m_ShadowTransparentReceive: 1 + m_RenderingMode: 0 + m_DepthPrimingMode: 0 + m_CopyDepthMode: 1 + m_AccurateGbufferNormals: 0 + m_IntermediateTextureMode: 1 diff --git a/Assets/TODSystem/ReflectionBakedRenderer.asset.meta b/Assets/TODSystem/ReflectionBakedRenderer.asset.meta new file mode 100644 index 000000000..80d3310f1 --- /dev/null +++ b/Assets/TODSystem/ReflectionBakedRenderer.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 92d5192fd9353d243858df35fd0b2746 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD.meta b/Assets/TODSystem/TOD.meta new file mode 100644 index 000000000..86792ede6 --- /dev/null +++ b/Assets/TODSystem/TOD.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 485fb4e224794d040962e799bed35a3a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/AfterDawn2Noon1.asset b/Assets/TODSystem/TOD/AfterDawn2Noon1.asset new file mode 100644 index 000000000..3ea0798d9 --- /dev/null +++ b/Assets/TODSystem/TOD/AfterDawn2Noon1.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: AfterDawn2Noon1 + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 4c1bb2fb920b91e4b864cfa9242c8968, type: 2} + CurrentTODTime: 7 + NextTODTime: 8 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.8792453, g: 0.8400804, b: 0.27040932, a: 1} + MainlightIntensity: 4 + MainlightDirection: {x: 25, y: 0, z: 0} + FogLightColor: {r: 0.8784314, g: 0.8392157, b: 0.27058825, a: 1} + FogLightIntensity: 5 + HGCoefficient: 0.1 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: 6698b72ae8c9e464893d3cef2e1c513f, type: 2} diff --git a/Assets/TODSystem/TOD/AfterDawn2Noon1.asset.meta b/Assets/TODSystem/TOD/AfterDawn2Noon1.asset.meta new file mode 100644 index 000000000..617fff0d0 --- /dev/null +++ b/Assets/TODSystem/TOD/AfterDawn2Noon1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d0cf493a03513541ba17979e2a822ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/AfterDusk2Night1.asset b/Assets/TODSystem/TOD/AfterDusk2Night1.asset new file mode 100644 index 000000000..867eae641 --- /dev/null +++ b/Assets/TODSystem/TOD/AfterDusk2Night1.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: AfterDusk2Night1 + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 167adfdcb0f009f4ea10a75f4b835e84, type: 2} + CurrentTODTime: 19 + NextTODTime: 20 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.254717, g: 0.05927375, b: 0.254717, a: 0} + MainlightIntensity: 0 + MainlightDirection: {x: 160, y: 0, z: 0} + FogLightColor: {r: 0.25490198, g: 0.05882353, b: 0.25490198, a: 0} + FogLightIntensity: 3.5 + HGCoefficient: 0.1 + dayOrNight: 1 + materials: + - {fileID: 2100000, guid: a384840d5aa4e9e4bb808b6aa405a7f0, type: 2} diff --git a/Assets/TODSystem/TOD/AfterDusk2Night1.asset.meta b/Assets/TODSystem/TOD/AfterDusk2Night1.asset.meta new file mode 100644 index 000000000..b9d88f487 --- /dev/null +++ b/Assets/TODSystem/TOD/AfterDusk2Night1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 73a68b8b66935374b86e4fc4f47e39ec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/Dawn2AfterDawn.asset b/Assets/TODSystem/TOD/Dawn2AfterDawn.asset new file mode 100644 index 000000000..281bf4e5d --- /dev/null +++ b/Assets/TODSystem/TOD/Dawn2AfterDawn.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: Dawn2AfterDawn + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 9ddcd0dcf06927d4aa9b4fadfb204cd1, type: 2} + CurrentTODTime: 6 + NextTODTime: 7 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.7490197, g: 0.7056554, b: 0.078844175, a: 1} + MainlightIntensity: 3 + MainlightDirection: {x: 20, y: 0, z: 0} + FogLightColor: {r: 1, g: 0.67804235, b: 0, a: 1} + FogLightIntensity: 7 + HGCoefficient: 0.1 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: adc96ad2a175f754f8f6b0991ccbd1f5, type: 2} diff --git a/Assets/TODSystem/TOD/Dawn2AfterDawn.asset.meta b/Assets/TODSystem/TOD/Dawn2AfterDawn.asset.meta new file mode 100644 index 000000000..a0a596fe9 --- /dev/null +++ b/Assets/TODSystem/TOD/Dawn2AfterDawn.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ef91cd6c6e7841242bef9e1503025bfc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/Dusk2AfterDusk.asset b/Assets/TODSystem/TOD/Dusk2AfterDusk.asset new file mode 100644 index 000000000..4e0687041 --- /dev/null +++ b/Assets/TODSystem/TOD/Dusk2AfterDusk.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: Dusk2AfterDusk + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 56c6187d09992ce49aa8df92c17e2a87, type: 2} + CurrentTODTime: 18 + NextTODTime: 19 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.509434, g: 0.08528045, b: 0, a: 0} + MainlightIntensity: 0 + MainlightDirection: {x: 160, y: 0, z: 0} + FogLightColor: {r: 0.5698112, g: 0.12411792, b: 0.03332855, a: 0} + FogLightIntensity: 5 + HGCoefficient: 0.1 + dayOrNight: 1 + materials: + - {fileID: 2100000, guid: 8d97663e52a96ad49a6d7fefefdff1d4, type: 2} diff --git a/Assets/TODSystem/TOD/Dusk2AfterDusk.asset.meta b/Assets/TODSystem/TOD/Dusk2AfterDusk.asset.meta new file mode 100644 index 000000000..caeb40c5c --- /dev/null +++ b/Assets/TODSystem/TOD/Dusk2AfterDusk.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1415ed6b1024e44eaf4a7a607d70d3b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/Night12Night2.asset b/Assets/TODSystem/TOD/Night12Night2.asset new file mode 100644 index 000000000..5ecc515a2 --- /dev/null +++ b/Assets/TODSystem/TOD/Night12Night2.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: Night12Night2 + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 20b977d4b73cf6f468521510da7f3aac, type: 2} + CurrentTODTime: 20 + NextTODTime: 4 + isCross24: 1 + duration: 8 + MainlightColor: {r: 0.0959416, g: 0.11440269, b: 0.31132078, a: 0} + MainlightIntensity: 0 + MainlightDirection: {x: 160, y: 0, z: 0} + FogLightColor: {r: 0.048066884, g: 0.30515978, b: 0.5924529, a: 0} + FogLightIntensity: 3 + HGCoefficient: 0 + dayOrNight: 1 + materials: + - {fileID: 2100000, guid: c29c61dbb1dc67e47882eba4b6d94866, type: 2} diff --git a/Assets/TODSystem/TOD/Night12Night2.asset.meta b/Assets/TODSystem/TOD/Night12Night2.asset.meta new file mode 100644 index 000000000..010b2a677 --- /dev/null +++ b/Assets/TODSystem/TOD/Night12Night2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 56e4af266ef730a4b9fa4779f4544edc +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/Night22PreDawn.asset b/Assets/TODSystem/TOD/Night22PreDawn.asset new file mode 100644 index 000000000..a0a5b5ae3 --- /dev/null +++ b/Assets/TODSystem/TOD/Night22PreDawn.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: Night22PreDawn + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 4768c9c2d369fc64aafc0e9c3dc7d147, type: 2} + CurrentTODTime: 4 + NextTODTime: 5 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.06805504, g: 0.08728915, b: 0.2924528, a: 0} + MainlightIntensity: 0 + MainlightDirection: {x: 160, y: 0, z: 0} + FogLightColor: {r: 0.047058824, g: 0.30588236, b: 0.5921569, a: 0} + FogLightIntensity: 3 + HGCoefficient: 0 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: a1e1440dca0e70b4cb42868d19d8bf99, type: 2} diff --git a/Assets/TODSystem/TOD/Night22PreDawn.asset.meta b/Assets/TODSystem/TOD/Night22PreDawn.asset.meta new file mode 100644 index 000000000..dda25ea7e --- /dev/null +++ b/Assets/TODSystem/TOD/Night22PreDawn.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 885364f0ae4e338469a0d217581501e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/Noon12Noon2.asset b/Assets/TODSystem/TOD/Noon12Noon2.asset new file mode 100644 index 000000000..649ba606b --- /dev/null +++ b/Assets/TODSystem/TOD/Noon12Noon2.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: Noon12Noon2 + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: d660d395d5d91ec46a34d0a57660a792, type: 2} + CurrentTODTime: 8 + NextTODTime: 16 + isCross24: 0 + duration: 8 + MainlightColor: {r: 1, g: 0.81041104, b: 0.3754716, a: 1} + MainlightIntensity: 8 + MainlightDirection: {x: 30, y: 0, z: 0} + FogLightColor: {r: 0.074624375, g: 0.73752505, b: 0.8415094, a: 0} + FogLightIntensity: 7 + HGCoefficient: 0 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: 5ed5cd13b84c29849ac0198d73ad49fd, type: 2} diff --git a/Assets/TODSystem/TOD/Noon12Noon2.asset.meta b/Assets/TODSystem/TOD/Noon12Noon2.asset.meta new file mode 100644 index 000000000..6233af5ee --- /dev/null +++ b/Assets/TODSystem/TOD/Noon12Noon2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fa0d7e868810ab746aa6dcebe2bbf871 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/Noon22PreDusk.asset b/Assets/TODSystem/TOD/Noon22PreDusk.asset new file mode 100644 index 000000000..96bcb060c --- /dev/null +++ b/Assets/TODSystem/TOD/Noon22PreDusk.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: Noon22PreDusk + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: bd7f0fa1d5850244dae9422747d4f498, type: 2} + CurrentTODTime: 16 + NextTODTime: 17 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.98039216, g: 0.78039217, b: 0.32156864, a: 1} + MainlightIntensity: 8 + MainlightDirection: {x: 150, y: 0, z: 0} + FogLightColor: {r: 0.07450981, g: 0.7372549, b: 0.84313726, a: 0} + FogLightIntensity: 7 + HGCoefficient: 0 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: f13174c2772d54142bc39f616cf5c37f, type: 2} diff --git a/Assets/TODSystem/TOD/Noon22PreDusk.asset.meta b/Assets/TODSystem/TOD/Noon22PreDusk.asset.meta new file mode 100644 index 000000000..318997766 --- /dev/null +++ b/Assets/TODSystem/TOD/Noon22PreDusk.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb4ba96ee91f98d40b968aaf939d9821 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/PreDawn2Dawn.asset b/Assets/TODSystem/TOD/PreDawn2Dawn.asset new file mode 100644 index 000000000..a3b3eae54 --- /dev/null +++ b/Assets/TODSystem/TOD/PreDawn2Dawn.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: PreDawn2Dawn + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: e445f067b36a160488fa9f1c79123e3a, type: 2} + CurrentTODTime: 5 + NextTODTime: 6 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0, g: 0.27139834, b: 0.28235295, a: 0} + MainlightIntensity: 0 + MainlightDirection: {x: 20, y: 0, z: 0} + FogLightColor: {r: 0.5018867, g: 0.4611164, b: 0.16571726, a: 0} + FogLightIntensity: 4 + HGCoefficient: 0.1 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: 097a9029e72cfa84a9ed4e254006e78c, type: 2} diff --git a/Assets/TODSystem/TOD/PreDawn2Dawn.asset.meta b/Assets/TODSystem/TOD/PreDawn2Dawn.asset.meta new file mode 100644 index 000000000..c8a9a6fc0 --- /dev/null +++ b/Assets/TODSystem/TOD/PreDawn2Dawn.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a01db1ff0def5f84a944e9c325bf1d30 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TOD/PreDusk2Dusk.asset b/Assets/TODSystem/TOD/PreDusk2Dusk.asset new file mode 100644 index 000000000..de42da185 --- /dev/null +++ b/Assets/TODSystem/TOD/PreDusk2Dusk.asset @@ -0,0 +1,28 @@ +%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: b1e24666f07e6254ab6dcef95b0d9136, type: 3} + m_Name: PreDusk2Dusk + m_EditorClassIdentifier: + nextTOD: {fileID: 11400000, guid: 65a4b3ef90a744c4d972908b3401bf76, type: 2} + CurrentTODTime: 17 + NextTODTime: 18 + isCross24: 0 + duration: 1 + MainlightColor: {r: 0.9433962, g: 0.5490713, b: 0.14833269, a: 0.69803923} + MainlightIntensity: 5 + MainlightDirection: {x: 155, y: 0, z: 0} + FogLightColor: {r: 0.84313726, g: 0.5751116, b: 0.16862744, a: 0} + FogLightIntensity: 7 + HGCoefficient: 0.05 + dayOrNight: 0 + materials: + - {fileID: 2100000, guid: a50f8b1d1c438d44db8533846c753f82, type: 2} diff --git a/Assets/TODSystem/TOD/PreDusk2Dusk.asset.meta b/Assets/TODSystem/TOD/PreDusk2Dusk.asset.meta new file mode 100644 index 000000000..55b4ef856 --- /dev/null +++ b/Assets/TODSystem/TOD/PreDusk2Dusk.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8358fa59940621e42b5952a350feb3cb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/TODSystem/TODGlobalParameters.asset b/Assets/TODSystem/TODGlobalParameters.asset new file mode 100644 index 000000000..7f85fcd68 --- /dev/null +++ b/Assets/TODSystem/TODGlobalParameters.asset @@ -0,0 +1,64 @@ +%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: f00ec0cbd352f5b47818976299a9e2b6, type: 3} + m_Name: TODGlobalParameters + m_EditorClassIdentifier: + timeFlowSpeed: 64 + timeFlowScale: 2 + _currentTime: 17.2 + isTimeFlow: 0 + timeOfDays: + - {fileID: 11400000, guid: ef91cd6c6e7841242bef9e1503025bfc, type: 2} + - {fileID: 11400000, guid: 8d0cf493a03513541ba17979e2a822ab, type: 2} + - {fileID: 11400000, guid: fa0d7e868810ab746aa6dcebe2bbf871, type: 2} + - {fileID: 11400000, guid: eb4ba96ee91f98d40b968aaf939d9821, type: 2} + - {fileID: 11400000, guid: 8358fa59940621e42b5952a350feb3cb, type: 2} + - {fileID: 11400000, guid: e1415ed6b1024e44eaf4a7a607d70d3b, type: 2} + - {fileID: 11400000, guid: 73a68b8b66935374b86e4fc4f47e39ec, type: 2} + - {fileID: 11400000, guid: 56e4af266ef730a4b9fa4779f4544edc, type: 2} + - {fileID: 11400000, guid: 885364f0ae4e338469a0d217581501e4, type: 2} + - {fileID: 11400000, guid: a01db1ff0def5f84a944e9c325bf1d30, type: 2} + currentTimeOfDay: {fileID: 11400000, guid: 8358fa59940621e42b5952a350feb3cb, type: 2} + _dayOrNight: 0 + todElapsedTimeRatio: 0.20000076 + todElapsedTime: 0.20000076 + todFrameList: + - name: Night2 + _time: 4 + - name: PreDawn + _time: 5 + - name: Dawn + _time: 6 + - name: AfterDawn + _time: 7 + - name: Noon1 + _time: 8 + - name: Noon2 + _time: 16 + - name: PreDusk + _time: 17 + - name: Dusk + _time: 18 + - name: AfterDusk + _time: 19 + - name: Night1 + _time: 20 + MainlightColor: {r: 0.85660344, g: 0.45631278, b: 0.11866604, a: 0.55843085} + MainlightIntensity: 3.9999962 + MainlightDirection: {x: 156, y: 0, z: 0} + FogLightColor: {r: 0.7884719, g: 0.48491254, b: 0.14156756, a: 0} + FogLightIntensity: 6.5999985 + HGCoefficient: 0.06000004 + IblBrdfLut: {fileID: 2800000, guid: 373b983f45125c042a202367c7f36bf4, type: 3} + TimeOfDayData: {fileID: 11400000, guid: 31c67636ff6455949a6f1bde7f0025a3, type: 2} + materials: + - {fileID: 2100000, guid: 097a5e6e5584dae47b9d289d3d0c2081, type: 2} diff --git a/Assets/TODSystem/TODGlobalParameters.asset.meta b/Assets/TODSystem/TODGlobalParameters.asset.meta new file mode 100644 index 000000000..177620dc4 --- /dev/null +++ b/Assets/TODSystem/TODGlobalParameters.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a62b45a7aae0bc419854bb8e5a934b5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/manifest.json b/Packages/manifest.json index 81f87b695..6b5416c58 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,10 +1,10 @@ { "dependencies": { + "com.ahd2.tod-system": "https://github.com/ahd2/AHD2-TODSystem.git", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", -"com.mackysoft.serializereference-extensions": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions", + "com.mackysoft.serializereference-extensions": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions", "com.project.b": "file:../../Com.Project.B/Src", "com.project.b.unity": "file:../../Com.Project.B.Unity/Assets/Artists/Scripts", - "jillejr.newtonsoft.json-for-unity.converters": "https://github.com/applejag/Newtonsoft.Json-for-Unity.Converters.git?path=Packages/Newtonsoft.Json-for-Unity.Converters", "com.tuyoogame.yooasset": "2.1.1", "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", @@ -32,6 +32,7 @@ "com.unity.toonshader": "0.10.2-preview", "com.unity.ugui": "1.0.0", "com.unity.xr.legacyinputhelpers": "2.1.10", + "jillejr.newtonsoft.json-for-unity.converters": "https://github.com/applejag/Newtonsoft.Json-for-Unity.Converters.git?path=Packages/Newtonsoft.Json-for-Unity.Converters", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 085b8c445..6510e4bb3 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,12 @@ { "dependencies": { + "com.ahd2.tod-system": { + "version": "https://github.com/ahd2/AHD2-TODSystem.git", + "depth": 0, + "source": "git", + "dependencies": {}, + "hash": "b55cd0dedacc3ad36cb0ce58eb9fabc8d108d760" + }, "com.cysharp.unitask": { "version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "depth": 0,