├── .gitattributes ├── .gitignore ├── .vsconfig ├── Assets ├── Examples.meta ├── Examples │ ├── CorridorDemo.unity │ ├── CorridorDemo.unity.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Ramp.png │ │ ├── Ramp.png.meta │ │ ├── Toon.mat │ │ ├── Toon.mat.meta │ │ ├── Toon.shader │ │ └── Toon.shader.meta │ ├── ModelTest.unity │ ├── ModelTest.unity.meta │ ├── Photos.meta │ ├── Photos │ │ ├── 5252291555_3545c8c620_o.jpg │ │ ├── 5252291555_3545c8c620_o.jpg.meta │ │ ├── Jia_Li_Shan.jpg │ │ ├── Jia_Li_Shan.jpg.meta │ │ ├── italian-landscape-mountains-nature.jpg │ │ └── italian-landscape-mountains-nature.jpg.meta │ ├── Rotator.cs │ ├── Rotator.cs.meta │ ├── Textures.meta │ ├── Textures │ │ ├── Shiroishi_washi_letter_paper.jpg │ │ ├── Shiroishi_washi_letter_paper.jpg.meta │ │ ├── Shiroishi_washi_letter_paper_seamless.png │ │ ├── Shiroishi_washi_letter_paper_seamless.png.meta │ │ ├── TurbulenceFLowLayer.png │ │ ├── TurbulenceFLowLayer.png.meta │ │ ├── Wobbing00.png │ │ ├── Wobbing00.png.meta │ │ ├── Wobbing01.psd │ │ └── Wobbing01.psd.meta │ ├── ToneTest.unity │ ├── ToneTest.unity.meta │ ├── WaterColorTestSettings.lighting │ └── WaterColorTestSettings.lighting.meta ├── Unity Technologies.meta └── Unity Technologies │ ├── Corridor Lighting Example.meta │ └── Corridor Lighting Example │ ├── Animation.meta │ ├── Animation │ ├── CameraPath.anim │ └── CameraPath.anim.meta │ ├── Animators.meta │ ├── Animators │ ├── AnimatedCamera.controller │ └── AnimatedCamera.controller.meta │ ├── GiParameters.meta │ ├── GiParameters │ ├── Ceilings.giparams │ ├── Ceilings.giparams.meta │ ├── Decals.giparams │ ├── Decals.giparams.meta │ ├── Doors.giparams │ ├── Doors.giparams.meta │ ├── Emissives.giparams │ ├── Emissives.giparams.meta │ ├── HighQuality.giparams │ ├── HighQuality.giparams.meta │ ├── WallsHigh.giparams │ └── WallsHigh.giparams.meta │ ├── Materials.meta │ ├── Materials │ ├── DemoBalls.meta │ ├── DemoBalls │ │ ├── DemoBallGreen.mat │ │ ├── DemoBallGreen.mat.meta │ │ ├── DemoBallPurple.mat │ │ ├── DemoBallPurple.mat.meta │ │ ├── DemoBallRed.mat │ │ ├── DemoBallRed.mat.meta │ │ ├── DemoBallWhite.mat │ │ └── DemoBallWhite.mat.meta │ ├── Environment.meta │ ├── Environment │ │ ├── Hallways.meta │ │ ├── Hallways │ │ │ ├── HallWayDoorEmissive.mat │ │ │ ├── HallWayDoorEmissive.mat.meta │ │ │ ├── HallwayCeilingEmergencyLight.mat │ │ │ ├── HallwayCeilingEmergencyLight.mat.meta │ │ │ ├── HallwayCeilingPanel.mat │ │ │ ├── HallwayCeilingPanel.mat.meta │ │ │ ├── HallwayDivider.mat │ │ │ ├── HallwayDivider.mat.meta │ │ │ ├── HallwayElevatorDoorWhite.mat │ │ │ ├── HallwayElevatorDoorWhite.mat.meta │ │ │ ├── HallwayFloor.mat │ │ │ ├── HallwayFloor.mat.meta │ │ │ ├── HallwayFloorBloom.mat │ │ │ ├── HallwayFloorBloom.mat.meta │ │ │ ├── HallwayHub.mat │ │ │ ├── HallwayHub.mat.meta │ │ │ ├── HallwayHubEmissiveCeiling.mat │ │ │ ├── HallwayHubEmissiveCeiling.mat.meta │ │ │ ├── HallwayHubEmissiveWalls.mat │ │ │ ├── HallwayHubEmissiveWalls.mat.meta │ │ │ ├── HallwayListeningRoomWallsOff.mat │ │ │ ├── HallwayListeningRoomWallsOff.mat.meta │ │ │ ├── HallwayRoof.mat │ │ │ ├── HallwayRoof.mat.meta │ │ │ ├── HallwayRoofBloom.mat │ │ │ ├── HallwayRoofBloom.mat.meta │ │ │ ├── HallwayRoofDownlighterEmissive.mat │ │ │ ├── HallwayRoofDownlighterEmissive.mat.meta │ │ │ ├── HallwayRoofDuctingEmissive.mat │ │ │ ├── HallwayRoofDuctingEmissive.mat.meta │ │ │ ├── HallwayRoofDuctingEmissiveE00.mat │ │ │ ├── HallwayRoofDuctingEmissiveE00.mat.meta │ │ │ ├── HallwayRoofDuctingEmissiveE25.mat │ │ │ ├── HallwayRoofDuctingEmissiveE25.mat.meta │ │ │ ├── HallwayWalls.mat │ │ │ ├── HallwayWalls.mat.meta │ │ │ ├── HallwayWallsBloom.mat │ │ │ ├── HallwayWallsBloom.mat.meta │ │ │ ├── HallwayWallsFloorEmissive.mat │ │ │ ├── HallwayWallsFloorEmissive.mat.meta │ │ │ ├── HallwayWallsSidelightEmissive.mat │ │ │ └── HallwayWallsSidelightEmissive.mat.meta │ │ ├── ListeningRoom.meta │ │ ├── ListeningRoom │ │ │ ├── ListeningRoomPanelA.mat │ │ │ ├── ListeningRoomPanelA.mat.meta │ │ │ ├── ListeningRoomPanelB.mat │ │ │ └── ListeningRoomPanelB.mat.meta │ │ ├── Shared.meta │ │ └── Shared │ │ │ ├── SharedBlastDoor.mat │ │ │ ├── SharedBlastDoor.mat.meta │ │ │ ├── SharedBlastDoorAFrame.mat │ │ │ ├── SharedBlastDoorAFrame.mat.meta │ │ │ ├── SharedDecalDarkPlastic.mat │ │ │ ├── SharedDecalDarkPlastic.mat.meta │ │ │ ├── SharedDecalsYellow.mat │ │ │ ├── SharedDecalsYellow.mat.meta │ │ │ ├── SharedEmissiveRed.mat │ │ │ ├── SharedEmissiveRed.mat.meta │ │ │ ├── SharedMetalGold.mat │ │ │ ├── SharedMetalGold.mat.meta │ │ │ ├── SharedPlasticWhite.mat │ │ │ ├── SharedPlasticWhite.mat.meta │ │ │ ├── SharedPropDressing.mat │ │ │ ├── SharedPropDressing.mat.meta │ │ │ ├── SharedSensorA.mat │ │ │ ├── SharedSensorA.mat.meta │ │ │ ├── SharedSteelBrushed.mat │ │ │ ├── SharedSteelBrushed.mat.meta │ │ │ ├── SharedWater.mat │ │ │ └── SharedWater.mat.meta │ ├── Particles.meta │ └── Particles │ │ ├── ParticleGroundFog.mat │ │ ├── ParticleGroundFog.mat.meta │ │ ├── ParticleLightSmoke.mat │ │ ├── ParticleLightSmoke.mat.meta │ │ ├── ParticleVentSteam.mat │ │ └── ParticleVentSteam.mat.meta │ ├── Models.meta │ ├── Models │ ├── Collision.meta │ ├── Collision │ │ ├── HallwaysCollision.fbx │ │ ├── HallwaysCollision.fbx.meta │ │ ├── HallwaysHubFloorCollision.fbx │ │ └── HallwaysHubFloorCollision.fbx.meta │ ├── Hallways.meta │ ├── Hallways │ │ ├── HallwayDecalElevatorA.fbx │ │ ├── HallwayDecalElevatorA.fbx.meta │ │ ├── HallwayDecalElevatorB.fbx │ │ ├── HallwayDecalElevatorB.fbx.meta │ │ ├── HallwayDivider.fbx │ │ ├── HallwayDivider.fbx.meta │ │ ├── HallwayElevatorDoor.fbx │ │ ├── HallwayElevatorDoor.fbx.meta │ │ ├── HallwayHub.fbx │ │ ├── HallwayHub.fbx.meta │ │ ├── HallwayHubCeiling.fbx │ │ ├── HallwayHubCeiling.fbx.meta │ │ ├── HallwayHubEmissives.fbx │ │ ├── HallwayHubEmissives.fbx.meta │ │ ├── HallwayIntersection.fbx │ │ ├── HallwayIntersection.fbx.meta │ │ ├── HallwayIntersectionEmissives.fbx │ │ ├── HallwayIntersectionEmissives.fbx.meta │ │ ├── HallwayLean.fbx │ │ ├── HallwayLean.fbx.meta │ │ ├── HallwayLeanCeiling.fbx │ │ ├── HallwayLeanCeiling.fbx.meta │ │ ├── HallwayLeanEmissives.fbx │ │ ├── HallwayLeanEmissives.fbx.meta │ │ ├── HallwayMopbot.fbx │ │ ├── HallwayMopbot.fbx.meta │ │ ├── HallwayStraight.fbx │ │ ├── HallwayStraight.fbx.meta │ │ ├── HallwayStraightCeiling.fbx │ │ ├── HallwayStraightCeiling.fbx.meta │ │ ├── HallwayStraightDressed.fbx │ │ ├── HallwayStraightDressed.fbx.meta │ │ ├── HallwayStraightShort.fbx │ │ ├── HallwayStraightShort.fbx.meta │ │ ├── HallwayStraightShortCeiling.fbx │ │ ├── HallwayStraightShortCeiling.fbx.meta │ │ ├── HallwayStraightShortEmissives.fbx │ │ └── HallwayStraightShortEmissives.fbx.meta │ ├── Shared.meta │ └── Shared │ │ ├── SharedBlastDoorAFrame.fbx │ │ ├── SharedBlastDoorAFrame.fbx.meta │ │ ├── SharedBlastDoorAJambLeft.fbx │ │ ├── SharedBlastDoorAJambLeft.fbx.meta │ │ ├── SharedBlastDoorAJambRight.fbx │ │ ├── SharedBlastDoorAJambRight.fbx.meta │ │ ├── SharedBlastDoorAPanel.fbx │ │ ├── SharedBlastDoorAPanel.fbx.meta │ │ ├── SharedDecalArrow.fbx │ │ ├── SharedDecalArrow.fbx.meta │ │ ├── SharedDecalAudioLab.fbx │ │ ├── SharedDecalAudioLab.fbx.meta │ │ ├── SharedDecalCube.fbx │ │ ├── SharedDecalCube.fbx.meta │ │ ├── SharedDecalHallwayMain05.fbx │ │ ├── SharedDecalHallwayMain05.fbx.meta │ │ ├── SharedDecalLoop.fbx │ │ ├── SharedDecalLoop.fbx.meta │ │ ├── SharedDecalPhysLab.fbx │ │ ├── SharedDecalPhysLab.fbx.meta │ │ ├── SharedDecalPhysLab05.fbx │ │ ├── SharedDecalPhysLab05.fbx.meta │ │ ├── SharedPanel.fbx │ │ ├── SharedPanel.fbx.meta │ │ ├── SharedSensorA.fbx │ │ └── SharedSensorA.fbx.meta │ ├── PhysicsMaterials.meta │ ├── PhysicsMaterials │ ├── Bouncy.physicmaterial │ └── Bouncy.physicmaterial.meta │ ├── Prefabs.meta │ ├── Prefabs │ ├── Balls.meta │ ├── Balls │ │ ├── DemoBallGreen.prefab │ │ ├── DemoBallGreen.prefab.meta │ │ ├── DemoBallPurple.prefab │ │ ├── DemoBallPurple.prefab.meta │ │ ├── DemoBallRed.prefab │ │ ├── DemoBallRed.prefab.meta │ │ ├── DemoBallWhite.prefab │ │ └── DemoBallWhite.prefab.meta │ ├── Cameras.meta │ ├── Cameras │ │ ├── MainCamera.prefab │ │ └── MainCamera.prefab.meta │ ├── Doors.meta │ ├── Doors │ │ ├── BlastDoor.prefab │ │ ├── BlastDoor.prefab.meta │ │ ├── ElevatorDoor.prefab │ │ └── ElevatorDoor.prefab.meta │ ├── Particles.meta │ ├── Particles │ │ ├── ParticleFloorVentSteam.prefab │ │ ├── ParticleFloorVentSteam.prefab.meta │ │ ├── ParticleFloorVentSteamDarkCorridor.prefab │ │ ├── ParticleFloorVentSteamDarkCorridor.prefab.meta │ │ ├── ParticleHallwayGroundFog.prefab │ │ ├── ParticleHallwayGroundFog.prefab.meta │ │ ├── ParticleHubDownlighterSteam.prefab │ │ ├── ParticleHubDownlighterSteam.prefab.meta │ │ ├── ParticlesVentSteamBright.prefab │ │ ├── ParticlesVentSteamBright.prefab.meta │ │ ├── ParticlesVentSteamDark.prefab │ │ ├── ParticlesVentSteamDark.prefab.meta │ │ ├── ParticlesVentSteamDoorway.prefab │ │ ├── ParticlesVentSteamDoorway.prefab.meta │ │ ├── ParticlesVentSteamOrange.prefab │ │ ├── ParticlesVentSteamOrange.prefab.meta │ │ ├── ParticlesVentSteamOrangeDark.prefab │ │ └── ParticlesVentSteamOrangeDark.prefab.meta │ ├── UI.meta │ └── UI │ │ ├── ScreenFade.prefab │ │ ├── ScreenFade.prefab.meta │ │ ├── UnityLogo.prefab │ │ └── UnityLogo.prefab.meta │ ├── Profiles.meta │ ├── Profiles │ ├── CorridorProfile.asset │ └── CorridorProfile.asset.meta │ ├── Scenes.meta │ ├── Scenes │ ├── CorridorDemo.meta │ ├── CorridorDemo.unity │ ├── CorridorDemo.unity.meta │ ├── CorridorDemo │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── OcclusionCullingData.asset │ │ ├── OcclusionCullingData.asset.meta │ │ ├── ReflectionProbe-0.exr │ │ ├── ReflectionProbe-0.exr.meta │ │ ├── ReflectionProbe-1.exr │ │ ├── ReflectionProbe-1.exr.meta │ │ ├── ReflectionProbe-2.exr │ │ ├── ReflectionProbe-2.exr.meta │ │ ├── ReflectionProbe-3.exr │ │ ├── ReflectionProbe-3.exr.meta │ │ ├── ReflectionProbe-4.exr │ │ ├── ReflectionProbe-4.exr.meta │ │ ├── ReflectionProbe-5.exr │ │ ├── ReflectionProbe-5.exr.meta │ │ ├── ReflectionProbe-6.exr │ │ ├── ReflectionProbe-6.exr.meta │ │ ├── ReflectionProbe-7.exr │ │ └── ReflectionProbe-7.exr.meta │ ├── CorridorDemoSettings-EnlightenRealtimeGI.lighting │ └── CorridorDemoSettings-EnlightenRealtimeGI.lighting.meta │ ├── Sprites.meta │ ├── Sprites │ ├── UI.meta │ └── UI │ │ ├── UnityLogoNewSprite.png │ │ ├── UnityLogoNewSprite.png.meta │ │ ├── UnityLogoOldSprite.tif │ │ └── UnityLogoOldSprite.tif.meta │ ├── Textures.meta │ └── Textures │ ├── Cookies.meta │ ├── Cookies │ ├── LightSpotCookie.tif │ ├── LightSpotCookie.tif.meta │ ├── SharedDownlighterCookie.tif │ └── SharedDownlighterCookie.tif.meta │ ├── Emissives.meta │ ├── Emissives │ ├── PanelEmissive.tif │ └── PanelEmissive.tif.meta │ ├── Hallway.meta │ ├── Hallway │ ├── HallwayCeilingPanelAlbedo.tif │ ├── HallwayCeilingPanelAlbedo.tif.meta │ ├── HallwayCeilingPanelNormals.tif │ ├── HallwayCeilingPanelNormals.tif.meta │ ├── HallwayCeilingPanelOcclusion.tif │ ├── HallwayCeilingPanelOcclusion.tif.meta │ ├── HallwayCeilingPanelSpecularGloss.tif │ ├── HallwayCeilingPanelSpecularGloss.tif.meta │ ├── HallwayDividerAlbedo.tif │ ├── HallwayDividerAlbedo.tif.meta │ ├── HallwayDividerNormals.tif │ ├── HallwayDividerNormals.tif.meta │ ├── HallwayDividerOcclusion.tif │ ├── HallwayDividerOcclusion.tif.meta │ ├── HallwayDividerSpecularGloss.tif │ ├── HallwayDividerSpecularGloss.tif.meta │ ├── HallwayDressingAlbedo.tif │ ├── HallwayDressingAlbedo.tif.meta │ ├── HallwayDressingNormals.tif │ ├── HallwayDressingNormals.tif.meta │ ├── HallwayDressingOcclusion.tif │ ├── HallwayDressingOcclusion.tif.meta │ ├── HallwayDressingSpecularGloss.tif │ ├── HallwayDressingSpecularGloss.tif.meta │ ├── HallwayElevatorDoorAlbedo.tif │ ├── HallwayElevatorDoorAlbedo.tif.meta │ ├── HallwayElevatorDoorEmissive.tif │ ├── HallwayElevatorDoorEmissive.tif.meta │ ├── HallwayElevatorDoorNormal.tif │ ├── HallwayElevatorDoorNormal.tif.meta │ ├── HallwayElevatorDoorOcclusion.tif │ ├── HallwayElevatorDoorOcclusion.tif.meta │ ├── HallwayElevatorDoorSpecularGloss.tif │ ├── HallwayElevatorDoorSpecularGloss.tif.meta │ ├── HallwayFloorAlbedo.tif │ ├── HallwayFloorAlbedo.tif.meta │ ├── HallwayFloorEmissive.tif │ ├── HallwayFloorEmissive.tif.meta │ ├── HallwayFloorNormals.tif │ ├── HallwayFloorNormals.tif.meta │ ├── HallwayFloorOcclusion.tif │ ├── HallwayFloorOcclusion.tif.meta │ ├── HallwayFloorSpecularGloss.tif │ ├── HallwayFloorSpecularGloss.tif.meta │ ├── HallwayHubAlbedo.tif │ ├── HallwayHubAlbedo.tif.meta │ ├── HallwayHubEmissive.tif │ ├── HallwayHubEmissive.tif.meta │ ├── HallwayHubNormals.tif │ ├── HallwayHubNormals.tif.meta │ ├── HallwayHubOcclusion.tif │ ├── HallwayHubOcclusion.tif.meta │ ├── HallwayHubSpecularGloss.tif │ ├── HallwayHubSpecularGloss.tif.meta │ ├── HallwayRoofAlbedo.tif │ ├── HallwayRoofAlbedo.tif.meta │ ├── HallwayRoofEmissive.tif │ ├── HallwayRoofEmissive.tif.meta │ ├── HallwayRoofNormals.tif │ ├── HallwayRoofNormals.tif.meta │ ├── HallwayRoofOcclusion.tif │ ├── HallwayRoofOcclusion.tif.meta │ ├── HallwayRoofSpecularGloss.tif │ ├── HallwayRoofSpecularGloss.tif.meta │ ├── HallwayWallsAlbedo.tif │ ├── HallwayWallsAlbedo.tif.meta │ ├── HallwayWallsEmissive.tif │ ├── HallwayWallsEmissive.tif.meta │ ├── HallwayWallsNormals.tif │ ├── HallwayWallsNormals.tif.meta │ ├── HallwayWallsOcclusion.tif │ ├── HallwayWallsOcclusion.tif.meta │ ├── HallwayWallsSpecularGloss.tif │ └── HallwayWallsSpecularGloss.tif.meta │ ├── Particles.meta │ ├── Particles │ ├── WhiteCloudParticle.png │ └── WhiteCloudParticle.png.meta │ ├── Shared.meta │ └── Shared │ ├── SharedBlastDoorAFrameAlbedo.tif │ ├── SharedBlastDoorAFrameAlbedo.tif.meta │ ├── SharedBlastDoorAFrameNormals.tif │ ├── SharedBlastDoorAFrameNormals.tif.meta │ ├── SharedBlastDoorAFrameOcclusion.tif │ ├── SharedBlastDoorAFrameOcclusion.tif.meta │ ├── SharedBlastDoorAFrameSpecularGloss.tif │ ├── SharedBlastDoorAFrameSpecularGloss.tif.meta │ ├── SharedBlastDoorAlbedo.tif │ ├── SharedBlastDoorAlbedo.tif.meta │ ├── SharedBlastDoorNormal.tif │ ├── SharedBlastDoorNormal.tif.meta │ ├── SharedBlastDoorOcclusion.tif │ ├── SharedBlastDoorOcclusion.tif.meta │ ├── SharedBlastDoorSpecularGloss.tif │ ├── SharedBlastDoorSpecularGloss.tif.meta │ ├── SharedPlasticSpecularGloss.tif │ ├── SharedPlasticSpecularGloss.tif.meta │ ├── SharedPlasticWhiteAlbedo.tif │ ├── SharedPlasticWhiteAlbedo.tif.meta │ ├── SharedSensorAAlbedo.tif │ ├── SharedSensorAAlbedo.tif.meta │ ├── SharedSensorANormals.tif │ ├── SharedSensorANormals.tif.meta │ ├── SharedSensorAOcclusion.tif │ ├── SharedSensorAOcclusion.tif.meta │ ├── SharedSensorASpecularGloss.tif │ ├── SharedSensorASpecularGloss.tif.meta │ ├── SharedSteelBrushedAlbedo.tif │ ├── SharedSteelBrushedAlbedo.tif.meta │ ├── SharedSteelBrushedNormals.tif │ ├── SharedSteelBrushedNormals.tif.meta │ ├── SharedSteelBrushedSpecularGloss.tif │ └── SharedSteelBrushedSpecularGloss.tif.meta ├── Images ├── Thumbnail01.png └── Thumbnail02.png ├── LICENSE.md ├── Packages ├── jp.nobnak.water_color_filter │ ├── LICENSE │ ├── LICENSE.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Toon.shader │ │ └── Toon.shader.meta │ ├── Runtime.meta │ ├── Runtime │ │ ├── Toon.cs │ │ ├── Toon.cs.meta │ │ ├── WaterColorFilter.asmdef │ │ └── WaterColorFilter.asmdef.meta │ ├── package.json │ └── package.json.meta ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── ShaderGraphSettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── VersionControlSettings.asset ├── README.md ├── Thumbnail.jpg ├── Thumbnail600.jpg └── WaterColorFilter.unitypackage /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/.gitignore -------------------------------------------------------------------------------- /.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/.vsconfig -------------------------------------------------------------------------------- /Assets/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples.meta -------------------------------------------------------------------------------- /Assets/Examples/CorridorDemo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/CorridorDemo.unity -------------------------------------------------------------------------------- /Assets/Examples/CorridorDemo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/CorridorDemo.unity.meta -------------------------------------------------------------------------------- /Assets/Examples/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials.meta -------------------------------------------------------------------------------- /Assets/Examples/Materials/Ramp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials/Ramp.png -------------------------------------------------------------------------------- /Assets/Examples/Materials/Ramp.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials/Ramp.png.meta -------------------------------------------------------------------------------- /Assets/Examples/Materials/Toon.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials/Toon.mat -------------------------------------------------------------------------------- /Assets/Examples/Materials/Toon.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials/Toon.mat.meta -------------------------------------------------------------------------------- /Assets/Examples/Materials/Toon.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials/Toon.shader -------------------------------------------------------------------------------- /Assets/Examples/Materials/Toon.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Materials/Toon.shader.meta -------------------------------------------------------------------------------- /Assets/Examples/ModelTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/ModelTest.unity -------------------------------------------------------------------------------- /Assets/Examples/ModelTest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/ModelTest.unity.meta -------------------------------------------------------------------------------- /Assets/Examples/Photos.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos.meta -------------------------------------------------------------------------------- /Assets/Examples/Photos/5252291555_3545c8c620_o.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos/5252291555_3545c8c620_o.jpg -------------------------------------------------------------------------------- /Assets/Examples/Photos/5252291555_3545c8c620_o.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos/5252291555_3545c8c620_o.jpg.meta -------------------------------------------------------------------------------- /Assets/Examples/Photos/Jia_Li_Shan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos/Jia_Li_Shan.jpg -------------------------------------------------------------------------------- /Assets/Examples/Photos/Jia_Li_Shan.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos/Jia_Li_Shan.jpg.meta -------------------------------------------------------------------------------- /Assets/Examples/Photos/italian-landscape-mountains-nature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos/italian-landscape-mountains-nature.jpg -------------------------------------------------------------------------------- /Assets/Examples/Photos/italian-landscape-mountains-nature.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Photos/italian-landscape-mountains-nature.jpg.meta -------------------------------------------------------------------------------- /Assets/Examples/Rotator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Rotator.cs -------------------------------------------------------------------------------- /Assets/Examples/Rotator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Rotator.cs.meta -------------------------------------------------------------------------------- /Assets/Examples/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures.meta -------------------------------------------------------------------------------- /Assets/Examples/Textures/Shiroishi_washi_letter_paper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Shiroishi_washi_letter_paper.jpg -------------------------------------------------------------------------------- /Assets/Examples/Textures/Shiroishi_washi_letter_paper.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Shiroishi_washi_letter_paper.jpg.meta -------------------------------------------------------------------------------- /Assets/Examples/Textures/Shiroishi_washi_letter_paper_seamless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Shiroishi_washi_letter_paper_seamless.png -------------------------------------------------------------------------------- /Assets/Examples/Textures/Shiroishi_washi_letter_paper_seamless.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Shiroishi_washi_letter_paper_seamless.png.meta -------------------------------------------------------------------------------- /Assets/Examples/Textures/TurbulenceFLowLayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/TurbulenceFLowLayer.png -------------------------------------------------------------------------------- /Assets/Examples/Textures/TurbulenceFLowLayer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/TurbulenceFLowLayer.png.meta -------------------------------------------------------------------------------- /Assets/Examples/Textures/Wobbing00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Wobbing00.png -------------------------------------------------------------------------------- /Assets/Examples/Textures/Wobbing00.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Wobbing00.png.meta -------------------------------------------------------------------------------- /Assets/Examples/Textures/Wobbing01.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Wobbing01.psd -------------------------------------------------------------------------------- /Assets/Examples/Textures/Wobbing01.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/Textures/Wobbing01.psd.meta -------------------------------------------------------------------------------- /Assets/Examples/ToneTest.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/ToneTest.unity -------------------------------------------------------------------------------- /Assets/Examples/ToneTest.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/ToneTest.unity.meta -------------------------------------------------------------------------------- /Assets/Examples/WaterColorTestSettings.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/WaterColorTestSettings.lighting -------------------------------------------------------------------------------- /Assets/Examples/WaterColorTestSettings.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Examples/WaterColorTestSettings.lighting.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Animation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Animation.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Animation/CameraPath.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Animation/CameraPath.anim -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Animation/CameraPath.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Animation/CameraPath.anim.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Animators.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Animators.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Animators/AnimatedCamera.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Animators/AnimatedCamera.controller -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Animators/AnimatedCamera.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Animators/AnimatedCamera.controller.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Ceilings.giparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Ceilings.giparams -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Ceilings.giparams.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Ceilings.giparams.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Decals.giparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Decals.giparams -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Decals.giparams.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Decals.giparams.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Doors.giparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Doors.giparams -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Doors.giparams.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Doors.giparams.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Emissives.giparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Emissives.giparams -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Emissives.giparams.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/Emissives.giparams.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/HighQuality.giparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/HighQuality.giparams -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/HighQuality.giparams.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/HighQuality.giparams.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/WallsHigh.giparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/WallsHigh.giparams -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/GiParameters/WallsHigh.giparams.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/GiParameters/WallsHigh.giparams.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallGreen.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallGreen.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallGreen.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallGreen.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallPurple.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallPurple.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallPurple.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallPurple.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallRed.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallRed.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallRed.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallRed.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallWhite.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallWhite.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallWhite.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/DemoBalls/DemoBallWhite.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallWayDoorEmissive.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallWayDoorEmissive.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallWayDoorEmissive.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallWayDoorEmissive.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingEmergencyLight.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingEmergencyLight.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingEmergencyLight.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingEmergencyLight.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingPanel.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingPanel.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingPanel.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayCeilingPanel.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayDivider.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayDivider.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayDivider.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayDivider.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayElevatorDoorWhite.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayElevatorDoorWhite.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayElevatorDoorWhite.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayElevatorDoorWhite.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloor.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloor.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloorBloom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloorBloom.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloorBloom.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayFloorBloom.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHub.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHub.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHub.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHub.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveCeiling.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveCeiling.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveCeiling.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveCeiling.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveWalls.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveWalls.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveWalls.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayHubEmissiveWalls.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayListeningRoomWallsOff.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayListeningRoomWallsOff.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayListeningRoomWallsOff.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayListeningRoomWallsOff.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoof.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoof.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoof.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoof.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofBloom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofBloom.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofBloom.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofBloom.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDownlighterEmissive.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDownlighterEmissive.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDownlighterEmissive.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDownlighterEmissive.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissive.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissive.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissive.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissive.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE00.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE00.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE00.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE00.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE25.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE25.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE25.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayRoofDuctingEmissiveE25.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWalls.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWalls.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWalls.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWalls.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsBloom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsBloom.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsBloom.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsBloom.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsFloorEmissive.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsFloorEmissive.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsFloorEmissive.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsFloorEmissive.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsSidelightEmissive.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsSidelightEmissive.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsSidelightEmissive.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Hallways/HallwayWallsSidelightEmissive.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelA.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelA.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelA.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelB.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelB.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelB.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/ListeningRoom/ListeningRoomPanelB.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoor.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoor.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoorAFrame.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoorAFrame.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoorAFrame.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedBlastDoorAFrame.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalDarkPlastic.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalDarkPlastic.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalDarkPlastic.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalDarkPlastic.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalsYellow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalsYellow.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalsYellow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedDecalsYellow.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedEmissiveRed.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedEmissiveRed.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedEmissiveRed.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedEmissiveRed.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedMetalGold.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedMetalGold.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedMetalGold.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedMetalGold.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPlasticWhite.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPlasticWhite.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPlasticWhite.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPlasticWhite.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPropDressing.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPropDressing.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPropDressing.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedPropDressing.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSensorA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSensorA.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSensorA.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSensorA.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSteelBrushed.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSteelBrushed.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSteelBrushed.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedSteelBrushed.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedWater.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedWater.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedWater.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Environment/Shared/SharedWater.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleGroundFog.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleGroundFog.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleGroundFog.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleGroundFog.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleLightSmoke.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleLightSmoke.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleLightSmoke.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleLightSmoke.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleVentSteam.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleVentSteam.mat -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleVentSteam.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Materials/Particles/ParticleVentSteam.mat.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Collision.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Collision.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysCollision.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysCollision.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysCollision.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysCollision.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysHubFloorCollision.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysHubFloorCollision.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysHubFloorCollision.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Collision/HallwaysHubFloorCollision.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorA.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorA.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorA.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorA.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorB.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorB.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorB.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDecalElevatorB.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDivider.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDivider.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDivider.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayDivider.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayElevatorDoor.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayElevatorDoor.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayElevatorDoor.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayElevatorDoor.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHub.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHub.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHub.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHub.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubCeiling.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubCeiling.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubCeiling.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubCeiling.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubEmissives.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubEmissives.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubEmissives.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayHubEmissives.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersection.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersection.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersection.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersection.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersectionEmissives.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersectionEmissives.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersectionEmissives.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayIntersectionEmissives.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLean.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLean.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLean.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLean.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanCeiling.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanCeiling.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanCeiling.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanCeiling.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanEmissives.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanEmissives.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanEmissives.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayLeanEmissives.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayMopbot.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayMopbot.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayMopbot.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayMopbot.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraight.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraight.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraight.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraight.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightCeiling.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightCeiling.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightCeiling.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightCeiling.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightDressed.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightDressed.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightDressed.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightDressed.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShort.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShort.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShort.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShort.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortCeiling.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortCeiling.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortCeiling.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortCeiling.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortEmissives.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortEmissives.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortEmissives.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Hallways/HallwayStraightShortEmissives.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAFrame.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAFrame.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAFrame.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAFrame.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambLeft.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambLeft.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambLeft.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambLeft.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambRight.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambRight.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambRight.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAJambRight.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAPanel.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAPanel.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAPanel.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedBlastDoorAPanel.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalArrow.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalArrow.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalArrow.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalArrow.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalAudioLab.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalAudioLab.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalAudioLab.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalAudioLab.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalCube.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalCube.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalCube.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalCube.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalHallwayMain05.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalHallwayMain05.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalHallwayMain05.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalHallwayMain05.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalLoop.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalLoop.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalLoop.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalLoop.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab05.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab05.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab05.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedDecalPhysLab05.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedPanel.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedPanel.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedPanel.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedPanel.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedSensorA.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedSensorA.fbx -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedSensorA.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Models/Shared/SharedSensorA.fbx.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/PhysicsMaterials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/PhysicsMaterials.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/PhysicsMaterials/Bouncy.physicmaterial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/PhysicsMaterials/Bouncy.physicmaterial -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/PhysicsMaterials/Bouncy.physicmaterial.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/PhysicsMaterials/Bouncy.physicmaterial.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallGreen.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallGreen.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallGreen.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallGreen.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallPurple.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallPurple.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallPurple.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallPurple.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallRed.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallRed.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallRed.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallRed.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallWhite.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallWhite.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallWhite.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Balls/DemoBallWhite.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Cameras.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Cameras.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Cameras/MainCamera.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Cameras/MainCamera.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Cameras/MainCamera.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Cameras/MainCamera.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/BlastDoor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/BlastDoor.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/BlastDoor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/BlastDoor.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/ElevatorDoor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/ElevatorDoor.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/ElevatorDoor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Doors/ElevatorDoor.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteam.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteam.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteam.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteam.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteamDarkCorridor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteamDarkCorridor.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteamDarkCorridor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleFloorVentSteamDarkCorridor.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHallwayGroundFog.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHallwayGroundFog.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHallwayGroundFog.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHallwayGroundFog.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHubDownlighterSteam.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHubDownlighterSteam.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHubDownlighterSteam.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticleHubDownlighterSteam.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamBright.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamBright.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamBright.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamBright.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDark.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDark.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDark.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDark.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDoorway.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDoorway.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDoorway.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamDoorway.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrange.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrange.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrange.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrange.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrangeDark.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrangeDark.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrangeDark.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/Particles/ParticlesVentSteamOrangeDark.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/ScreenFade.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/ScreenFade.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/ScreenFade.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/ScreenFade.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/UnityLogo.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/UnityLogo.prefab -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/UnityLogo.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Prefabs/UI/UnityLogo.prefab.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Profiles.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Profiles/CorridorProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Profiles/CorridorProfile.asset -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Profiles/CorridorProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Profiles/CorridorProfile.asset.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo.unity -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo.unity.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/LightingData.asset -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/LightingData.asset.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/OcclusionCullingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/OcclusionCullingData.asset -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/OcclusionCullingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/OcclusionCullingData.asset.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-1.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-1.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-1.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-1.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-2.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-2.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-2.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-2.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-3.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-3.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-3.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-3.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-4.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-4.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-4.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-4.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-5.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-5.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-5.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-5.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-6.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-6.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-6.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-6.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-7.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-7.exr -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-7.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemo/ReflectionProbe-7.exr.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemoSettings-EnlightenRealtimeGI.lighting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemoSettings-EnlightenRealtimeGI.lighting -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemoSettings-EnlightenRealtimeGI.lighting.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Scenes/CorridorDemoSettings-EnlightenRealtimeGI.lighting.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Sprites.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoNewSprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoNewSprite.png -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoNewSprite.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoNewSprite.png.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoOldSprite.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoOldSprite.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoOldSprite.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Sprites/UI/UnityLogoOldSprite.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/LightSpotCookie.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/LightSpotCookie.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/LightSpotCookie.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/LightSpotCookie.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/SharedDownlighterCookie.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/SharedDownlighterCookie.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/SharedDownlighterCookie.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Cookies/SharedDownlighterCookie.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Emissives.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Emissives.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Emissives/PanelEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Emissives/PanelEmissive.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Emissives/PanelEmissive.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Emissives/PanelEmissive.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayCeilingPanelSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDividerSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayDressingSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorEmissive.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorEmissive.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorEmissive.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorNormal.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorNormal.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorNormal.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayElevatorDoorSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorEmissive.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorEmissive.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorEmissive.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayFloorSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubEmissive.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubEmissive.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubEmissive.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayHubSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofEmissive.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofEmissive.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofEmissive.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayRoofSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsEmissive.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsEmissive.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsEmissive.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsEmissive.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Hallway/HallwayWallsSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Particles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Particles.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Particles/WhiteCloudParticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Particles/WhiteCloudParticle.png -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Particles/WhiteCloudParticle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Particles/WhiteCloudParticle.png.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAFrameSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorNormal.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorNormal.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorNormal.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorNormal.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedBlastDoorSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticWhiteAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticWhiteAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticWhiteAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedPlasticWhiteAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorANormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorANormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorANormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorANormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAOcclusion.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAOcclusion.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAOcclusion.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorAOcclusion.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorASpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorASpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorASpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSensorASpecularGloss.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedAlbedo.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedAlbedo.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedAlbedo.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedAlbedo.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedNormals.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedNormals.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedNormals.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedNormals.tif.meta -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedSpecularGloss.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedSpecularGloss.tif -------------------------------------------------------------------------------- /Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedSpecularGloss.tif.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Assets/Unity Technologies/Corridor Lighting Example/Textures/Shared/SharedSteelBrushedSpecularGloss.tif.meta -------------------------------------------------------------------------------- /Images/Thumbnail01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Images/Thumbnail01.png -------------------------------------------------------------------------------- /Images/Thumbnail02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Images/Thumbnail02.png -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/LICENSE -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/LICENSE.meta -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Resources.meta -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Resources/Toon.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Resources/Toon.shader -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Resources/Toon.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Resources/Toon.shader.meta -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Runtime.meta -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Runtime/Toon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Runtime/Toon.cs -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Runtime/Toon.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Runtime/Toon.cs.meta -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Runtime/WaterColorFilter.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Runtime/WaterColorFilter.asmdef -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/Runtime/WaterColorFilter.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/Runtime/WaterColorFilter.asmdef.meta -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/package.json -------------------------------------------------------------------------------- /Packages/jp.nobnak.water_color_filter/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/jp.nobnak.water_color_filter/package.json.meta -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/README.md -------------------------------------------------------------------------------- /Thumbnail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Thumbnail.jpg -------------------------------------------------------------------------------- /Thumbnail600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/Thumbnail600.jpg -------------------------------------------------------------------------------- /WaterColorFilter.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nobnak/WaterColorFilter/HEAD/WaterColorFilter.unitypackage --------------------------------------------------------------------------------