123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788 |
- %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: 802ef6648d8f86f498c5fc5043f434bc, type: 3}
- m_Name: SkyProfile-6
- m_EditorClassIdentifier:
- m_SkyboxMaterial: {fileID: 2100000, guid: 3484c1e30d986b447a65fff54f1fe0e1, type: 2}
- m_ShaderName: Funly/Sky Studio/Skybox/3D Standard
- timelineManagedKeys: []
- keyframeGroups:
- m_ColorGroup:
- m_Keys:
- - SkyUpperColorKey
- - SkyMiddleColorKey
- - SkyLowerColorKey
- - CloudColor1Key
- - CloudColor2Key
- - FogColorKey
- - SunColorKey
- - SunLightColorKey
- - MoonColorKey
- - MoonLightColorKey
- - Star1ColorKey
- - Star2ColorKey
- - Star3ColorKey
- - RainTintColorKey
- - RainSplashTintColorKey
- - LightningTintColorKey
- - CloudCubemapTintColorKey
- - CloudCubemapNormalLitColorKey
- - CloudCubemapNormalShadowColorKey
- - CloudCubemapDoubleLayerTintColorKey
- - CloudCubemapNormalDoubleLayerLitColorKey
- - CloudCubemapNormalDoubleLayerShadowKey
- - StarBasicTintColorKey
- m_Values:
- - keyframes:
- - m_Id: 78e30ca3-f54d-4d48-92b4-a79be2bc4d95
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.65580595, g: 0.6784314, b: 0.35686275, a: 1}
- m_Name: Sky Upper Color
- m_Id: edcafd85-9dab-432b-81be-76b2ee64fc3d
- - keyframes:
- - m_Id: edceae23-da3c-4f1a-83c8-15ca775d4b84
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 0.7120755, b: 0.13679248, a: 1}
- m_Name: Sky Middle Color
- m_Id: 737c3f4b-9a33-48c6-bc7a-43c7bb3c6380
- - keyframes:
- - m_Id: ea213651-e0cf-4fd3-8201-7ef7569ad329
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.62411004, g: 0.67365086, b: 0.7075472, a: 1}
- m_Name: Sky Lower Color
- m_Id: e06a7d5e-aeeb-464a-ab5c-411dcbbd3052
- - keyframes:
- - m_Id: b0368844-3993-4434-9fcb-04c4eda3931d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Cloud Color 1
- m_Id: 2c135b0f-0207-43ae-8ba8-e1bbe2a25c70
- - keyframes:
- - m_Id: 9129854e-e2ce-465e-b9b0-615149de3127
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.89705884, g: 0.89705884, b: 0.89705884, a: 1}
- m_Name: Cloud Color 2
- m_Id: 2504a86a-a902-4f97-82bf-395231ae07c2
- - keyframes:
- - m_Id: 85bddace-659c-4b1b-9838-807533674b9e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Fog Color
- m_Id: b832b01d-ce08-4539-aae9-296878e8346c
- - keyframes:
- - m_Id: d771788b-59df-4684-8a4d-923a46d0fb3d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.99848866, g: 1, b: 0.41176468, a: 1}
- m_Name: Sun Color
- m_Id: 1e703ce0-0a08-4a91-b51f-780a098762ac
- - keyframes:
- - m_Id: 91e74d01-57c2-4f7f-8513-3885576b3117
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 0.9886611, b: 0.8820755, a: 1}
- m_Name: Sun Light Color
- m_Id: e0798d0e-e5a4-4687-a25b-c9e86ab7ad15
- - keyframes:
- - m_Id: 5e3c228d-9298-4888-a440-bf0b3fdd296d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.6985294, g: 0.65283453, b: 0.03595371, a: 1}
- m_Name: Moon Color
- m_Id: 20b15492-4312-409a-887c-2561da959d0f
- - keyframes:
- - m_Id: e3eb448a-ab15-4f5a-b83c-c71fb89ef36c
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Moon Light Color
- m_Id: 377c61f7-653b-4a37-b6fd-9db1b11dc012
- - keyframes:
- - m_Id: c5244723-4b43-410f-bc3c-761bfd976736
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Star 1 Color
- m_Id: da188a22-0459-420f-9ca3-978c1f6aeaa4
- - keyframes:
- - m_Id: 278e7a8b-562a-4e6d-aa28-7b0e8e254625
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.9955375, g: 1, b: 0.6764706, a: 1}
- m_Name: Star 2 Color
- m_Id: 54fc73c7-81fa-4dcd-a0bc-57c7d14f268e
- - keyframes:
- - m_Id: 5b613a09-a66f-48f0-995c-4f5d2e3fdc96
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.46323532, g: 0.6668357, b: 1, a: 1}
- m_Name: Star 3 Color
- m_Id: f7c3cabb-2ff1-4106-b899-83dd3fd2a7a8
- - keyframes:
- - m_Id: 0c0c0d08-f8f3-4b5f-90c5-9f6f42afd66d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Rain Tint Color
- m_Id: f4580105-441b-48ca-be9c-40fd68c2848f
- - keyframes:
- - m_Id: d773945e-82ff-4acd-8780-278795adcadd
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Splash Tint Color
- m_Id: 96e1b942-db38-47f8-8eb9-2d9ae32ad6a2
- - keyframes:
- - m_Id: b9b5cb60-96a0-47cd-bc85-c80c939e0b47
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.3496972, g: 0.5852076, b: 0.9705882, a: 1}
- m_Name: Lightning Tint Color
- m_Id: 6efc6e50-6ab6-42a8-b386-5e9b7e53542a
- - keyframes:
- - m_Id: d430ac0e-515a-4b50-8983-b00a4747cfe9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Cloud Cubemap Tint Color
- m_Id: 88448143-97f0-4cf2-b1c3-f86c571c7e6b
- - keyframes:
- - m_Id: b407bc77-ab15-4cdb-b337-8c18f63105b3
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Cloud Lit - Light Color
- m_Id: c73b2433-6c81-4f09-891d-e828dd49b296
- - keyframes:
- - m_Id: 4efd062b-eb1f-462b-b631-2745189832c0
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.5, g: 0.5, b: 0.5, a: 1}
- m_Name: Cloud Lit - Shadow Color
- m_Id: ee7d1b9c-7222-401a-8d6f-b1eaa126356c
- - keyframes:
- - m_Id: f8ec8bbe-e30b-4af7-97c4-6d3a7db7a0e6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Cloud Cubemap Double Layer Tint Color
- m_Id: 9ee79ec1-f796-4d53-ae5c-678e5c3e712f
- - keyframes:
- - m_Id: 420fecf4-5474-4e4b-9a85-02462acdef5b
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Cloud Lit - Double Layer Lit Color
- m_Id: fe34afbc-bab6-486a-8a52-ba4b21226af1
- - keyframes:
- - m_Id: b5474813-d846-4f30-ade1-b67e01b5e112
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 0.5, g: 0.5, b: 0.5, a: 1}
- m_Name: Cloud Lit - Double Layer Shadow Color
- m_Id: 625b6b3e-1f67-4f51-bbc7-c4394749da5d
- - keyframes:
- - m_Id: 60691790-e942-4cb1-b09c-fbc69b871103
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- color: {r: 1, g: 1, b: 1, a: 1}
- m_Name: Star Tint Color
- m_Id: 2c2ab34b-1570-404e-9e40-ffa1ec43a3a1
- m_NumberGroup:
- m_Keys:
- - SkyMiddleColorPosition
- - HorizonTransitionStartKey
- - HorizonTransitionLengthKey
- - StarTransitionStartKey
- - StarTransitionLengthKey
- - HorizonStarScaleKey
- - CloudDensityKey
- - CloudSpeedKey
- - CloudDirectionKey
- - CloudHeightKey
- - CloudFadePositionKey
- - CloudFadeAmountKey
- - FogDensityKey
- - FogLengthKey
- - SunRotationSpeedKey
- - SunSizeKey
- - SunEdgeFeatheringKey
- - SunColorIntensityKey
- - SunLightIntensityKey
- - SunOrbitRotation
- - SunOrbitTilt
- - SunOrbitProgress
- - MoonRotationSpeedKey
- - MoonSizeKey
- - MoonEdgeFeatheringKey
- - MoonColorIntensityKey
- - MoonLightIntensityKey
- - MoonOrbitRotation
- - MoonOrbitTilt
- - MoonOrbitProgress
- - MoonOrbitSpeed
- - Star1RotationSpeed
- - Star1SizeKey
- - Star1DensityKey
- - Star1TwinkleAmountKey
- - Star1TwinkleSpeedKey
- - Star1EdgeFeathering
- - Star1ColorIntensityKey
- - Star2RotationSpeed
- - Star2SizeKey
- - Star2DensityKey
- - Star2TwinkleAmountKey
- - Star2TwinkleSpeedKey
- - Star2EdgeFeathering
- - Star2ColorIntensityKey
- - Star3RotationSpeed
- - Star3SizeKey
- - Star3DensityKey
- - Star3TwinkleAmountKey
- - Star3TwinkleSpeedKey
- - Star3EdgeFeathering
- - Star3ColorIntensityKey
- - SunSpriteColumnCountKey
- - SunSpriteRowCountKey
- - SunSpriteItemCount
- - SunSpriteAnimationSpeed
- - MoonSpriteColumnCountKey
- - MoonSpriteRowCountKey
- - MoonSpriteItemCount
- - MoonSpriteAnimationSpeed
- - Star1SpriteColumnCountKey
- - Star1SpriteRowCountKey
- - Star1SpriteItemCount
- - Star1SpriteAnimationSpeed
- - Star2SpriteColumnCountKey
- - Star2SpriteRowCountKey
- - Star2SpriteItemCount
- - Star2SpriteAnimationSpeed
- - Star3SpriteColumnCountKey
- - Star3SpriteRowCountKey
- - Star3SpriteItemCount
- - Star3SpriteAnimationSpeed
- - CloudTextureTiling
- - RainNearIntensityKey
- - RainFarIntensityKey
- - RainNearSpeedKey
- - RainFarSpeedKey
- - RainSoundVolume
- - RainSplashColumnCountKey
- - RainSplashRowCountKey
- - RainSplashItemCountKey
- - RainSplashSpriteAnimationSpeedKey
- - RainSplashMaxConcurrentKey
- - RainSplashMinDistanceKey
- - RainSplashMaxDistanceKey
- - RainSplashScaleKey
- - RainSplashScaleVarienceKey
- - RainSplashIntensityKey
- - RainSplashSurfaceOffsetKey
- - ThunderSoundVolumeKey
- - ThunderSoundDelayKey
- - LightningSpawnDelayKey
- - LightningSpriteColumnCountKey
- - LightningSpriteRowCountKey
- - LightningSpriteItemCountKey
- - LightningSpriteAnimationSpeedKey
- - RainWindTurbulenceKey
- - RainWindTurbulenceSpeedKey
- - RainSplashAreaStartKey
- - RainSplashAreaLengthKey
- - LightningProbabilityKey
- - LightningStrikeCoolDown
- - LightningIntensityKey
- - RainNearTextureTiling
- - RainFarTextureTiling
- - CloudCubemapRotationSpeedKey
- - CloudCubemapHeightKey
- - CloudCubemapDoubleLayerRotationSpeedKey
- - CloudCubemapDoubleLayerHeightKey
- - CloudCubemapNormalRotationSpeedKey
- - CloudCubemapNormalHeightKey
- - CloudCubemapNormalAmbientIntensityKey
- - CloudCubemapNormalDoubleLayerRotationSpeedKey
- - CloudCubemapNormalDoubleLayerHeightKey
- - StarBasicTwinkleSpeedKey
- - StarBasicTwinkleAmountKey
- - StarBasicOpacityKey
- - StarBasicExponentKey
- - StarBasicIntensityKey
- m_Values:
- - keyframes:
- - m_Id: 5fe07780-1a76-4719-8470-320b6364e60d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.26
- m_Name: Sky Middle Color Balance
- m_Id: f2fa9790-04eb-4644-aeda-e81a08b70814
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 3e90841e-1476-499a-b686-58a154c92415
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.01
- m_Name: Horizon Position
- m_Id: 0d215a4b-f845-4855-b7b7-26d3b1f78953
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 9e38c3d7-ea09-434f-9db0-4cda23a7db75
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.98
- m_Name: Sky Gradient Length
- m_Id: 404d6edd-0cb2-4f7f-9b62-fef6389aca17
- minValue: 0
- maxValue: 2
- - keyframes:
- - m_Id: e24d13c6-ff85-45e8-b2a5-6bca8b6afd0f
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: -0.114
- m_Name: Star Start
- m_Id: 9e3c289b-5897-4c99-8aa3-7579a65224c3
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 6a36f341-8cde-44d6-9bdb-29eb939c0187
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1.051
- m_Name: Star Transition Length
- m_Id: 1af60c16-63ab-4abc-8195-6ef95798b12b
- minValue: 0
- maxValue: 2
- - keyframes:
- - m_Id: eafa682d-48f0-4912-b447-5555d7c976bb
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.7
- m_Name: Star Distance Scale
- m_Id: 7fff175e-df67-4292-b615-f2c0badc8eaa
- minValue: 0.01
- maxValue: 1
- - keyframes:
- - m_Id: 3e87ffdd-51a2-4891-ba2b-dedc58531c0f
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.713
- m_Name: Cloud Density
- m_Id: 57d22e1d-2ec5-4f24-bac6-235f8630e7e6
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: d873e8ca-fb80-48d1-a54a-1c6d2a27bd08
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.067
- m_Name: Cloud Speed
- m_Id: 80a899e7-5bef-4f3d-8599-4445a878fc25
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 10d529cd-cd8f-4f1f-851d-262601e0d1ef
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.18
- m_Name: Cloud Direction
- m_Id: 58f9b61b-70b5-4af4-bbc5-d0fcb4d7c6a5
- minValue: 0
- maxValue: 6.2831855
- - keyframes:
- - m_Id: 1d713e61-b23b-4fa7-a68a-91a6bf16f185
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.7
- m_Name: Cloud Height
- m_Id: dd76783e-79c0-4d34-9fb7-39bb1f94a9ae
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 72e32369-a3c7-4135-8c23-42460517fac9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.978
- m_Name: Cloud Fade-Out Distance
- m_Id: 2d57e070-3b47-4f6f-b937-29fdde788bcc
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: e6bb4786-952d-4e15-92b4-8037947e02d8
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Cloud Fade-Out Amount
- m_Id: decb53a3-9ab8-408e-9a24-ff12f0ee5072
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 6417358f-2257-4dfa-8c17-9d179186ab3d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Fog Density
- m_Id: 8a44447f-05b8-46df-978c-be306a2df63c
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 34fc5294-a62b-4300-b668-9a7f80a7cd80
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.1
- m_Name: Fog Height
- m_Id: bcee77f6-16d3-4763-b5d7-010e38db8cdc
- minValue: 0.03
- maxValue: 1
- - keyframes:
- - m_Id: ea51c636-856c-4a3f-9656-5f90b7edef94
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Sun Rotation Speed
- m_Id: 1154b0a8-3a46-4e31-a111-b2b915c46e24
- minValue: -10
- maxValue: 10
- - keyframes:
- - m_Id: 3761740c-cdb5-4db5-81bd-a44ba52745de
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.254
- m_Name: Sun Size
- m_Id: e3737087-706a-4240-a0fc-978822ce08dd
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 29532f9a-f775-42ba-955f-d7cbd965dba6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.841
- m_Name: Sun Edge Feathering
- m_Id: 5bd244f7-a047-4c37-9395-9aae3f3a2066
- minValue: 0.0001
- maxValue: 1
- - keyframes:
- - m_Id: 8716ae4e-a7c5-45e6-bfbb-451340fcdbcb
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Sun Bloom Intensity
- m_Id: 8d1e415d-caca-45ed-aa34-6460f4e9e38b
- minValue: 1
- maxValue: 25
- - keyframes:
- - m_Id: 4da12b00-0d2b-40cd-8771-b39e783869f7
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 2.5
- m_Name: Sun Light Intensity
- m_Id: 279922cd-5969-41cc-9a98-5e2cf53db4fa
- minValue: 0
- maxValue: 5
- - keyframes:
- - m_Id: b3427de3-440f-435f-860a-348e9d73f0d0
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Sun Orbit Rotation
- m_Id: 6e9faa0d-db33-4594-9ced-83080e97f951
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: ac7a0fb4-4d7a-4ca0-8675-bf41cc793ad1
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Sun Orbit Tilt
- m_Id: 0f678585-be4c-41d8-b864-747eecbb7e68
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 9835fea6-6331-497a-a1a4-a3da488a5102
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.25
- m_Name: Sun Orbit Progress
- m_Id: b50d897a-053f-408e-83b1-0f08d23feffc
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 20c8a202-a64a-4926-b467-0c580e986fc7
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Moon Rotation Speed
- m_Id: 64eb9567-1c22-408a-9855-e2b331add9b9
- minValue: -10
- maxValue: 10
- - keyframes:
- - m_Id: 5e16638f-f083-4e3f-9048-10c18bc097b2
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.08
- m_Name: Moon Size
- m_Id: 0d2e1a42-1a65-45b4-b3b8-46cdf7caf68d
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: d6b72f52-7934-4035-be51-f3052fe81b17
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.188
- m_Name: Moon Edge Feathering
- m_Id: 070fe8d8-d300-4c96-b14f-fd21451d063f
- minValue: 0.0001
- maxValue: 1
- - keyframes:
- - m_Id: 2b94530d-5036-4975-9d0a-81ecbe9a570d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Moon Bloom Intensity
- m_Id: 4cc4d041-b64a-41e9-b59b-340128e71176
- minValue: 1
- maxValue: 25
- - keyframes:
- - m_Id: 687ad318-edde-46ca-885e-69b4bc9835ee
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.25
- m_Name: Moon Light Intensity
- m_Id: b2f5b879-63a7-4b89-8e54-c3fc7adb6834
- minValue: 0
- maxValue: 5
- - keyframes:
- - m_Id: d9817d43-ebe1-4383-8544-0c65d87fe1a1
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Moon Orbit Rotation
- m_Id: 0717608c-1e8a-4ae4-a86a-d96b13f0957d
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 0b4fb67e-9084-47ef-8955-e87c89070f71
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Moon Orbit Tilt
- m_Id: bec5f3eb-0ba4-43a6-9b10-be9e80a19f7c
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 9cfa422d-4f7e-4462-aa46-00bb77be1ee4
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.139
- m_Name: Moon Orbit Progress
- m_Id: 931bd2f3-cf0a-4386-ae4f-85908021f8c7
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: d0b1184c-35a8-4b55-b4cc-9027dfda3930
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Moon Orbit Speed
- m_Id: 3586efcb-8b12-420b-9689-f673f71ea0b0
- minValue: 0
- maxValue: 3
- - keyframes:
- - m_Id: 5814181c-d895-493d-97d1-3d901dedbded
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Star 1 Rotation Speed
- m_Id: c9b8e747-c444-4c73-af4e-2e8a0b8d2736
- minValue: -10
- maxValue: 10
- - keyframes:
- - m_Id: dd326f72-eb71-456a-af0e-c497ac086515
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.0039
- m_Name: Star 1 Size
- m_Id: c45fafb0-a5e8-417a-823c-ac2851792848
- minValue: 0
- maxValue: 0.2
- - keyframes:
- - m_Id: 449e596d-6905-490f-86ec-85d90ef96ee1
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.0067
- m_Name: Star 1 Density
- m_Id: 7c8f1c1a-ae79-4874-9bda-27b4c30f507a
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 9523f71a-dc64-42c0-95ff-9f83e3fb1b03
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.7
- m_Name: Star 1 Twinkle Amount
- m_Id: 7de3d274-4c96-46ce-be25-4121399c57a7
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: ebcc46d8-01d4-4bf2-9570-97ccaf7a78a8
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 5
- m_Name: Star 1 Twinkle Speed
- m_Id: c46e41c2-0420-4884-b7a0-02607e02d822
- minValue: 0
- maxValue: 10
- - keyframes:
- - m_Id: a0dc0dfe-e33a-4383-b46d-072b2e905be6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.4
- m_Name: Star 1 Edge Feathering
- m_Id: 134775b2-f112-4d5e-a320-0311f0e3961d
- minValue: 0.0001
- maxValue: 1
- - keyframes:
- - m_Id: a08588eb-0609-472d-bd17-3acfd1cdf086
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 1 Bloom Intensity
- m_Id: 226bf1ce-be8e-4fab-982b-1c7e6e8f388a
- minValue: 1
- maxValue: 25
- - keyframes:
- - m_Id: d63f5cb0-c476-451f-85d7-c3f689dc83c6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Star 2 Rotation Speed
- m_Id: 06dc5928-85b3-408b-ab33-4ae37dc1c147
- minValue: -10
- maxValue: 10
- - keyframes:
- - m_Id: adc31732-3303-4418-9462-59d503ea4a80
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.0054
- m_Name: Star 2 Size
- m_Id: df1fabb1-56c9-4603-8185-c6aa5e783fc9
- minValue: 0
- maxValue: 0.2
- - keyframes:
- - m_Id: 15059b12-9295-4b58-8476-83df363b9c86
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.01
- m_Name: Star 2 Density
- m_Id: 2b97d4dd-f073-42a3-97dc-c8a13ddac260
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 5f50e1e4-96cb-4e32-86ec-1851ae57a2ab
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.7
- m_Name: Star 2 Twinkle Amount
- m_Id: 3a38c523-4ff0-4e09-9b8c-4de250371875
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 65cb6b2b-6167-49ed-9af5-ef9362905685
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 5
- m_Name: Star 2 Twinkle Speed
- m_Id: db2a43be-c868-472d-817e-cbf37fdb884c
- minValue: 0
- maxValue: 10
- - keyframes:
- - m_Id: d47b9bc1-ae8c-41ac-bf43-8b9b935c0564
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.4
- m_Name: Star 2 Edge Feathering
- m_Id: 98ec0cd8-8518-4254-922e-6cfff5c5e1d4
- minValue: 0.0001
- maxValue: 1
- - keyframes:
- - m_Id: 9a73b3ce-ae9a-44ac-8c2a-bc3ae2e73e25
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 2 Bloom Intensity
- m_Id: b0e3f84f-9c0c-453e-9492-d0ebd84b091d
- minValue: 1
- maxValue: 25
- - keyframes:
- - m_Id: 74f74f92-0d84-48f5-a139-36fa217a99c1
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Star 3 Rotation Speed
- m_Id: ae0becdb-a10a-4fd0-9454-bb2c9cfa02a1
- minValue: -10
- maxValue: 10
- - keyframes:
- - m_Id: fc3c992f-4ea3-4fd6-9620-c4269146b3ce
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.005
- m_Name: Star 3 Size
- m_Id: 957d9599-493b-48eb-a886-44afeb4b2343
- minValue: 0
- maxValue: 0.2
- - keyframes:
- - m_Id: 6c92a131-dbe2-4e58-be90-bbc85189dee0
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.01
- m_Name: Star 3 Density
- m_Id: de448105-13cd-4354-a4b0-888ead28d147
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: a1f3ee00-e19e-40cf-82dc-543220fc1699
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.7
- m_Name: Star 3 Twinkle Amount
- m_Id: 8b62fd92-aaae-4413-8766-4ecbc68a91bd
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 5a33f061-bd52-45f6-ab42-7eb361143f64
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 5
- m_Name: Star 3 Twinkle Speed
- m_Id: 769efcb8-d06f-47d5-bcd9-ec8c169349e9
- minValue: 0
- maxValue: 10
- - keyframes:
- - m_Id: 6d1f9724-67c3-4368-b3f2-164cf5a73eed
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.4
- m_Name: Star 3 Edge Feathering
- m_Id: e70d8b3a-8ca7-4f54-86b5-34d06bc19be9
- minValue: 0.0001
- maxValue: 1
- - keyframes:
- - m_Id: 4c021ee6-5850-42b8-8cfa-9b877ba19b4d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 3 Bloom Intensity
- m_Id: a8a51fd8-b3e0-4abe-a552-6f195e6e314f
- minValue: 1
- maxValue: 25
- - keyframes:
- - m_Id: 70ede605-b8f9-4dcd-bef8-d56b05a6ccf0
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Sun Sprite Columns
- m_Id: 5a7c0ac4-1122-46a3-9ed3-2266549dd06d
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: c417cfb3-32fc-4e61-9f8a-aab13b682b04
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Sun Sprite Rows
- m_Id: aa6e9003-5ac2-4092-9737-a12402810955
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: c0d98c91-3e24-4298-bd0b-f6f747924fbe
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Sun Sprite Item Count
- m_Id: 48b2bd06-2191-4616-b871-d09ab29ea05e
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: bd09f828-c1eb-485a-822b-08953e4962ea
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 15
- m_Name: Sun Sprite Animation Speed
- m_Id: a66ee17f-c0ba-487d-bd59-3d452cfed8cd
- minValue: 0
- maxValue: 90
- - keyframes:
- - m_Id: 9c3342b0-6db6-4f61-baf0-c088d56f48a8
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Moon Sprite Columns
- m_Id: ffe3a8cd-9bfa-46c9-9dd4-400f620110f2
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: c3d5d506-951a-4fc6-aac1-9b7ab90255c7
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Moon Sprite Rows
- m_Id: 813045d6-6d72-4808-9242-6fd465fe8d65
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: 946be54c-d6f3-46d7-ba4c-16083a353397
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Moon Sprite Item Count
- m_Id: 5ffe238b-2b62-476f-becf-10fa8e7ca4e3
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: c850c3a9-5918-4b27-bd71-06f508babad9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 15
- m_Name: Moon Sprite Animation Speed
- m_Id: 2d957218-fae7-480b-8cf4-038fb93e35af
- minValue: 0
- maxValue: 90
- - keyframes:
- - m_Id: 5ef25104-a603-4db4-8c29-a81a5972c07a
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 1 Sprite Columns
- m_Id: 7dc4ab0b-e056-40ca-96c6-635b46a9ea5c
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: 1a1a1c9f-3683-41ac-8fb7-caff84f391c9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 1 Sprite Rows
- m_Id: 2875fb53-9e63-4fd7-b1c7-dabf64968793
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: 074cf57b-2223-45a1-91a4-3ef40ae39a21
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 1 Sprite Item Count
- m_Id: ece7a838-e236-4520-a4d0-514ee2c53721
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: 91a313cc-2621-431a-b530-17f67c4c87ca
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 15
- m_Name: Star 1 Sprite Animation Speed
- m_Id: e6651c01-0caf-49dd-b1be-d458aab6c0e1
- minValue: 0
- maxValue: 90
- - keyframes:
- - m_Id: 693ab142-fdb1-475e-a4b6-cd80428e296e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 2 Sprite Columns
- m_Id: 98cf8d3f-30bd-40fe-8ee5-b374e786a254
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: f37dd5dd-df77-4272-aed4-ae1cc3f05d5d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 2 Sprite Rows
- m_Id: 3cd4853f-26c0-4beb-a9bd-3bc38ac97fb5
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: 8ddcd76a-6e97-422c-86bf-617d86661642
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 2 Sprite Item Count
- m_Id: 4e398573-0824-4bdb-83b6-e8859668036e
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: ea73f5b4-2bc6-4862-9c36-80ff261b8064
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 15
- m_Name: Star 2 Sprite Animation Speed
- m_Id: 421578cb-8471-49ba-b2a1-9fd74a9676ba
- minValue: 0
- maxValue: 90
- - keyframes:
- - m_Id: e01f9ed2-49a4-437c-95fd-0382c5a6f6e7
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 3 Sprite Columns
- m_Id: 518a3135-185f-460f-accb-fd28ed6365ad
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: a8044587-0a03-44ed-949e-f7904626f721
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 3 Sprite Rows
- m_Id: 75139c28-679f-46b8-b789-ea6489ccf499
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: a55668ea-8321-4fb3-9ed8-1920890c0594
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star 3 Sprite Item Count
- m_Id: be560776-9d3a-4404-9ed5-54386681b05f
- minValue: 1
- maxValue: 100000
- - keyframes:
- - m_Id: f46fed4b-4ec1-4f61-ae30-f486fd29a405
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 15
- m_Name: Star 3 Sprite Animation Speed
- m_Id: 1f778560-4105-4bd5-8091-5d060aae66dd
- minValue: 0
- maxValue: 90
- - keyframes:
- - m_Id: 1ccc9dbb-7e3c-474b-b07b-72346cb5065a
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.9
- m_Name: Cloud Texture Tiling
- m_Id: a833b147-1ca2-4aa6-af3b-9559b9f05ae9
- minValue: 0.1
- maxValue: 20
- - keyframes:
- - m_Id: ddda8453-82b5-4548-8060-002411626a23
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.506
- m_Name: Rain Near Visibility
- m_Id: 680c75aa-92d5-4865-a780-28996a0a15fd
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: d821bc7c-3c65-424a-9262-dc40e065cc6f
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Rain Far Visibility
- m_Id: 2a60f4b0-230f-432b-9ced-6201b3be677b
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 7f55ee5e-3ae7-4409-b7bd-48139eb7043f
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 3.32
- m_Name: Rain Near Speed
- m_Id: 21a099e7-66e8-446e-9747-aabbdb47f61e
- minValue: 0
- maxValue: 5
- - keyframes:
- - m_Id: 369e361b-e943-4f8a-9ed0-059579bd7a2a
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 4.56
- m_Name: Rain Far Speed
- m_Id: e505d0af-5fcf-4b15-999c-1ad7b47e2963
- minValue: 0
- maxValue: 5
- - keyframes:
- - m_Id: 52d7766f-bc06-465c-83bc-92ec1369304f
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.749
- m_Name: Rain Sound Volume
- m_Id: 92e8642e-f41b-4aa2-869c-78feacef5ff1
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 96f8371b-8d17-4cda-aaea-9ffc449166d6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 4
- m_Name: Splash Sprite Columns
- m_Id: 81c79b77-6573-4f77-9962-502ae3ed9517
- minValue: 0
- maxValue: 100
- - keyframes:
- - m_Id: 064b5551-71a1-4c34-9900-802598545476
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 4
- m_Name: Splash Sprite Rows
- m_Id: aff85129-8e18-42c4-b25b-0962eee0b019
- minValue: 0
- maxValue: 100
- - keyframes:
- - m_Id: 0665ab33-3a49-4c5f-864d-6b655be7df63
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 16
- m_Name: Splash Sprite Item Count
- m_Id: 61bea7af-0213-4857-952a-ed21cb751313
- minValue: 0
- maxValue: 1000
- - keyframes:
- - m_Id: 3b9cc418-90dc-48dd-918c-149041510ce0
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 25
- m_Name: Splash Sprite Speed
- m_Id: 0c7525cf-9517-4d59-9a7d-8336eb983134
- minValue: 0
- maxValue: 100
- - keyframes:
- - m_Id: 297cd6df-3efb-490b-a95f-35a6755efac6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 776
- m_Name: Splash Count
- m_Id: ef021ba0-670e-48e3-ab5a-9f6661368123
- minValue: 0
- maxValue: 1000
- - keyframes:
- - m_Id: 0b4574ee-598e-4ab7-a7fb-c2d75a8e038a
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1.5
- m_Name: Minimum Splash Distance
- m_Id: 69eebdd4-d0ee-47a9-94e6-ed739f26bd0d
- minValue: 0
- maxValue: 10
- - keyframes:
- - m_Id: bbead3a3-5c02-4de1-822b-ed042b522400
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 6
- m_Name: Maximum Splash Distance
- m_Id: c3fbbb49-d443-47a1-951d-2fe574119001
- minValue: 0
- maxValue: 50
- - keyframes:
- - m_Id: 26afdd66-ced7-4f60-b215-7f8638723ed8
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 5.19
- m_Name: Splash Scale
- m_Id: b3636402-f265-43a5-b36a-404e317dfb6d
- minValue: 0.001
- maxValue: 60
- - keyframes:
- - m_Id: 9a442314-d241-4bb3-89ee-b5481834d3d5
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.439
- m_Name: Splash Scale Varience
- m_Id: 473eca4b-4a73-461c-bb6f-235ff54cd9d3
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 54605501-8e3c-47fb-bb15-2bae182099df
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.75
- m_Name: Splash Intensity
- m_Id: a2cd0198-c4b5-46d1-a805-d027801cfca6
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 2e2d3633-85a3-46de-9abc-d10b98ea66b3
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.15
- m_Name: Splash Surfce Offset
- m_Id: 7938f8e1-1ba9-4e98-b9a8-f4580dc8d3e9
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 4c35dd4f-5782-42e3-a03c-1712e94b6e12
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.5
- m_Name: Thunder Sound Volume
- m_Id: a23ba4d7-93a6-423b-812b-ba845358e66b
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 1976b082-8ab1-420b-8533-930ef27ec376
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.4
- m_Name: Thunder Sound Delay
- m_Id: 89ae50a5-b4b3-4385-bcfc-734dfe9fb746
- minValue: 0
- maxValue: 20
- - keyframes:
- - m_Id: 827ef775-8fe9-439a-b4fa-40755799a455
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Lightning Spawn Delay
- m_Id: effaeaf6-526c-4fe9-8d56-1bead2dd43a9
- minValue: 0
- maxValue: 20
- - keyframes:
- - m_Id: 4bd8a309-0732-4da8-9097-a7365b3455bb
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 4
- m_Name: Lightning Sprite Columns
- m_Id: 7f955fa7-abda-44dd-b207-462340f1c0a2
- minValue: 0
- maxValue: 100
- - keyframes:
- - m_Id: c962fcff-23da-4446-9856-5244fd13414c
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 4
- m_Name: Lightning Sprite Rows
- m_Id: 5cd14a50-a36e-428a-b4d8-ec974fbd3fc7
- minValue: 0
- maxValue: 100
- - keyframes:
- - m_Id: 20225553-1ed1-4cc0-8c54-6ffd6020bffd
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 16
- m_Name: Lightning Sprite Item Count
- m_Id: f8e368b7-0d35-4674-86cd-5aac5af209eb
- minValue: 0
- maxValue: 1000
- - keyframes:
- - m_Id: 253c506f-c4ed-48cb-b549-ead0894f1721
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 25
- m_Name: Lightning Sprite Speed
- m_Id: 6a1917bc-74e0-41f4-866d-d3627e0823b7
- minValue: 0
- maxValue: 100
- - keyframes:
- - m_Id: 7a7a2af7-0ba8-44d4-af72-7356f6e2f2bf
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.131
- m_Name: Rain Turbulence
- m_Id: 28096b08-f856-4540-86f0-c9d9e982d944
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 13f0752c-8c40-4520-b6b7-551a626a03b9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1.49
- m_Name: Rain Turbulence Speed
- m_Id: c4cdceab-e4a0-4064-b906-255e122ece96
- minValue: 0
- maxValue: 2
- - keyframes:
- - m_Id: cd235e76-9f44-4210-adc2-c1fa7accb606
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1.5
- m_Name: Splash Area Start
- m_Id: e225b82f-4162-45db-bbc2-d03922f7591d
- minValue: 0
- maxValue: 50
- - keyframes:
- - m_Id: ee9d5740-b826-48fb-a31c-35c34763e96e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 13.3
- m_Name: Splash Area Length
- m_Id: 94b4cc94-5afa-4a85-a7db-17086ade3d66
- minValue: 0
- maxValue: 40
- - keyframes:
- - m_Id: 6e8a2ae4-ca36-478b-9e83-122c694a4354
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.051
- m_Name: Lightning Probability
- m_Id: 859a5989-0a70-49b0-bfec-4fc7c6ff36e1
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 4c296f35-34d8-4a35-a15b-d7e69d1a99c1
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 6
- m_Name: Lightning Cool Down
- m_Id: 64ff7e60-cbba-472b-be7d-757aac5db0a1
- minValue: 0
- maxValue: 30
- - keyframes:
- - m_Id: e1d55aff-5357-4826-b120-4ddb51b763fb
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Lightning Intensity
- m_Id: 2d6e05d2-bce3-4960-b251-5ff065531bc3
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: daef4fa0-47a3-42d4-9d86-2e7b05a0b104
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 2.84
- m_Name: Rain Near Texture Tiling
- m_Id: cd85fa35-9ae3-4ae3-9e8b-330605c63078
- minValue: 0.01
- maxValue: 20
- - keyframes:
- - m_Id: c07beabd-6451-4fa5-bd50-c6917f905287
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 13.15
- m_Name: Rain Far Texture Tiling
- m_Id: 2fc3bdbd-a813-42ab-904b-a8661e13cc9e
- minValue: 0.01
- maxValue: 20
- - keyframes:
- - m_Id: dbf1d4da-e6f8-4c1d-b768-2dcb67420b84
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.1
- m_Name: Cloud Cubemap Rotation Speed
- m_Id: 612d3f7e-626c-4cba-b58b-916f090287dd
- minValue: -0.5
- maxValue: 0.5
- - keyframes:
- - m_Id: b7aff5b0-46d8-49e5-b423-625a919c9df5
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Cloud Cubemap Height
- m_Id: ad98840a-7937-4c06-ab69-d2a637e1e588
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 4dc419ee-71f7-4641-a3f9-8c308ab4b335
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.15
- m_Name: Cloud Cubemap Double Layer Rotation Speed
- m_Id: 6e9214fd-fcfc-4ae1-a12d-d074f7c147f1
- minValue: -0.5
- maxValue: 0.5
- - keyframes:
- - m_Id: 6fb61cd2-e542-4bcd-95cd-7c8c858fc949
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Cloud Cubemap Double Layer Height
- m_Id: 28cd57a2-ceb0-44c8-a1d4-c954110ad902
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 9f32d658-55f8-4eb3-8fcb-65e250d31623
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.1
- m_Name: Cloud Lit - Rotation Speed
- m_Id: 388df885-8d83-4666-be5d-570adbc04093
- minValue: -0.5
- maxValue: 0.5
- - keyframes:
- - m_Id: 99aef635-8ccc-46fd-9d73-db564be0f43e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Cloud Lit - Height
- m_Id: caa2cbd9-348f-4ba2-9aea-8a2d2b940e58
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 51378eef-78d9-4e96-bb0f-f006d020b6a4
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.1
- m_Name: Cloud Lit - Ambient Intensity
- m_Id: bb277dfb-f23f-4b4a-ae74-f312e01eb62c
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 760ffef8-b5f2-4520-b2e7-dbba8780fbea
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.15
- m_Name: Cloud Lit - Double Layer Rotation Speed
- m_Id: d7f57294-d778-4a5b-acf4-9aa991b686c5
- minValue: -0.5
- maxValue: 0.5
- - keyframes:
- - m_Id: 199c06b4-917b-4ab7-88fd-fd6e60d7d4ed
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0
- m_Name: Cloud Lit - Double Layer Height
- m_Id: 46e855b0-00cb-44cd-b2c2-4e908105cb03
- minValue: -1
- maxValue: 1
- - keyframes:
- - m_Id: 6f84a402-e19b-4b80-8dac-7bb4c706b4f6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star Twinkle Speed
- m_Id: f748217d-7332-4eec-bef3-f0b1e5a98c47
- minValue: 0
- maxValue: 10
- - keyframes:
- - m_Id: 35827fb8-199d-43e8-a46f-106d923fd25c
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 0.75
- m_Name: Star Twinkle Amount
- m_Id: 3cca09a5-7682-4928-86eb-f3f9c32eab5b
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 38ec89fb-f23b-462d-b3d2-2476b38379e0
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star Opacity
- m_Id: df821360-d8bb-416c-9ea0-85082e406672
- minValue: 0
- maxValue: 1
- - keyframes:
- - m_Id: 1d72334a-9d69-4a75-9ea9-badce937e3e7
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1.1
- m_Name: Star Smoothing Exponent
- m_Id: 940615f6-867a-4e2f-ba85-4acf012b9d76
- minValue: 0.5
- maxValue: 5
- - keyframes:
- - m_Id: 3a7fcacf-66d9-4a43-b095-90589753a12a
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Star Bloom Intensity (HDR)
- m_Id: d2bb903f-ccc6-46f6-98f4-60b77e90089a
- minValue: 1
- maxValue: 25
- m_TextureGroup:
- m_Keys:
- - SkyCubemapKey
- - CloudNoiseTextureKey
- - SunTextureKey
- - MoonTextureKey
- - Star1TextureKey
- - Star2TextureKey
- - Star3TextureKey
- - RainNearTexture
- - RainFarTexture
- - RainSplashTextureKey
- - LightningTextureKey
- - RainNearTextureKey
- - RainFarTextureKey
- - CloudCubemapTextureKey
- - CloudCubemapNormalTextureKey
- - CloudCubemapDoubleLayerCustomTextureKey
- - CloudCubemapNormalDoubleLayerCustomTextureKey
- - StarBasicCubemapKey
- m_Values:
- - keyframes:
- - m_Id: bf2d2568-e121-4646-92f0-4991f453d7eb
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Sky Cubemap
- m_Id: 9baa6809-5014-400c-8f60-8d4e1bdfc1e9
- - keyframes:
- - m_Id: c8b2141a-bee1-4d1f-9ae8-0adcb85c76db
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 2800000, guid: 9965f768a31984e6cb608340e2f4dd5a, type: 3}
- m_Name: Cloud Noise Texture
- m_Id: fe8f9779-cfa9-4da8-b2e9-ad88428d2e66
- - keyframes:
- - m_Id: 1b089d25-27bc-40ae-89b2-0f37d3e5ef3e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Sun Texture
- m_Id: bfe5bfa6-dc74-439b-8fdb-3f72671736b0
- - keyframes:
- - m_Id: 05a823fd-156e-4f4c-bc0c-cc434fd048d9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 2800000, guid: 68c9fa035c8a99c459969f22401eca46, type: 3}
- m_Name: Moon Texture
- m_Id: ab0f0b32-bb1b-4c6d-9ba9-0a8ccc6d665b
- - keyframes:
- - m_Id: d8d025fe-7cbb-4e13-8a22-4f041c230c53
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Star 1 Texture
- m_Id: 6b15319d-cf4f-4b87-9ab2-5386293684d9
- - keyframes:
- - m_Id: b7478283-98a6-44b7-9cf1-4ca88ead91f2
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Star 2 Texture
- m_Id: 829d565c-1cab-4d58-8006-01d86197bc2c
- - keyframes:
- - m_Id: a026e847-ef29-46e0-92af-f059a3f1ff5b
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Star 3 Texture
- m_Id: 7d3d7adf-efaa-45dc-8082-f5f43d0c4587
- - keyframes:
- - m_Id: ddac89c0-734d-4edb-b864-1ef947788f6e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Rain Near Texture
- m_Id: 286d7951-f45d-4a1d-81b1-e274ceec9195
- - keyframes:
- - m_Id: 45212e36-27ca-4a43-862f-4b854298a7a8
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Rain Far Texture
- m_Id: 96320a0f-f146-46ee-b489-77ddf45ec647
- - keyframes:
- - m_Id: fb5f3640-b02f-4916-a650-52e0b3316a7e
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Splash Sprite Texture
- m_Id: 284e7288-6466-4663-b261-7e310c349151
- - keyframes:
- - m_Id: bf5b32a1-e049-43da-8843-fa0ae0a65f12
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Lightning Sprite Texture
- m_Id: 79ec1cc0-0e23-4083-8c9c-0bdb9c27ac69
- - keyframes:
- - m_Id: be7ef527-bbf3-486b-8784-138fd8e4ee55
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 2800000, guid: 222f67c212815e24bb8210a8a0362b12, type: 3}
- m_Name: Rain Near Texture
- m_Id: 00d5745a-bced-4f22-8984-f0c41ae47d74
- - keyframes:
- - m_Id: be4ff62f-cbd9-4490-9b75-76f6feb3cfe9
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 2800000, guid: fe4b65401cdcd7f49ad5e44d608009ce, type: 3}
- m_Name: Rain Far Texture
- m_Id: 1d64b365-934c-4b0d-98af-a5edc691e986
- - keyframes:
- - m_Id: 06acc2ac-1493-4169-b21f-456fa9979552
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Cloud Cubemap
- m_Id: a289f5a8-6b79-47b2-94b7-c1e6df635de4
- - keyframes:
- - m_Id: e40775f0-7965-4454-85a7-a79f43f89ba8
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 2800000, guid: 9965f768a31984e6cb608340e2f4dd5a, type: 3}
- m_Name: Cloud Lit Cubemap
- m_Id: 31f7b147-bc7f-497a-9cb3-6e6c6bb38047
- - keyframes:
- - m_Id: 6f8d633e-b804-486b-acb4-b29fc0f377e3
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Cloud Cubemap Double Layer Cubemap
- m_Id: 44174914-e757-4cb1-821b-3e6e1ec4bfe5
- - keyframes:
- - m_Id: 00c78440-a1a3-4865-b9d8-60525072b4f6
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Cloud Lit - Double Layer Cubemap
- m_Id: b0eecf8c-3dc0-4c6c-a77e-ff6e73b9cd05
- - keyframes:
- - m_Id: aa69a431-a384-472a-a383-7b027dc29b96
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- texture: {fileID: 0}
- m_Name: Star Cubemap
- m_Id: 1def7ec8-668c-4f3a-996b-badcff666ca8
- m_SpherePointGroup:
- m_Keys:
- - SunPositionKey
- - MoonPositionKey
- m_Values:
- - keyframes:
- - m_Id: c2e07a7e-28c3-42bb-8df7-3826ff20b4a3
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- spherePoint:
- horizontalRotation: -0.83
- verticalRotation: 0.68
- m_Name: Sun Position
- m_Id: 679f0e37-e4e7-42f2-b550-7bea830ded0c
- - keyframes:
- - m_Id: dae33cb3-7f9c-4a2c-b960-721ab1e4704d
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- spherePoint:
- horizontalRotation: 0
- verticalRotation: 0
- m_Name: Moon Position
- m_Id: 79975a6f-24ba-4fc3-accd-a52e9b8cc015
- m_BoolGroup:
- m_Keys:
- - FogSyncWithGlobal
- m_Values:
- - keyframes:
- - m_Id: 53a9ce1a-7643-45bb-a289-a9d8594c2ca2
- m_Time: 0
- m_InterpolationCurve: 0
- m_InterpolationDirection: 0
- value: 1
- m_Name: Update Global Fog Color
- m_Id: be56091a-1864-452e-b64c-f7cfcbb63ee2
- featureStatus:
- m_Keys:
- - GradientSkyFeature
- - SunFeature
- - MoonFeature
- - NoiseCloudFeature
- - FogFeature
- - StarLayer1Feature
- - StarLayer2Feature
- - StarLayer3Feature
- - RainFeature
- - RainSplashFeature
- - LightningFeature
- - SunSpriteSheetFeature
- - SunAlphaBlendFeature
- - SunRotationFeature
- - MoonCustomTextureFeature
- - MoonSpriteSheetFeature
- - MoonAlphaBlendFeature
- - MoonRotationFeature
- - StarLayer1CustomTextureFeature
- - StarLayer1SpriteSheetFeature
- - StarLayer2CustomTextureFeature
- - StarLayer2SpriteSheetFeature
- - StarLayer3CustomTextureFeature
- - StarLayer3SpriteSheetFeature
- - RainSoundFeature
- - ThunderFeature
- - SunCustomTextureFeature
- - CloudFeature
- - CubemapCloudTextureFormatRGBAFeature
- - CubemapCloudDoubleLayerFeature
- - CubemapNormalCloudDoubleLayerFeature
- - CubemapCloudFeature
- - CubemapNormalCloudFeature
- - MobileQualityFeature
- - StarBasicFeature
- - VertexGradientSkyFeature
- - CubemapCloudDoubleLayerCubemap
- m_Values: 01010001000000000000000000000000000000000000000001010001010000000000000000
- lightningArtSet: {fileID: 11400000, guid: fcd26c6d0379bd1498f9fbfeaf211979, type: 2}
- rainSplashArtSet: {fileID: 11400000, guid: bc520d172250ae746bd6c81b2ca80510, type: 2}
- starLayer1DataTexture: {fileID: 0}
- starLayer2DataTexture: {fileID: 0}
- starLayer3DataTexture: {fileID: 0}
- m_ProfileVersion: 1
|