├── .gitignore ├── Grass ├── .vsconfig ├── Assets │ ├── ClumpingVoronoi.cs │ ├── ClumpingVoronoi.cs.meta │ ├── ClumpingVoronoi.mat │ ├── ClumpingVoronoi.mat.meta │ ├── ClumpingVoronoi.shader │ ├── ClumpingVoronoi.shader.meta │ ├── Example Scenes.meta │ ├── Example Scenes │ │ ├── BezierTest 1.mat │ │ ├── BezierTest 1.mat.meta │ │ ├── Scene1.meta │ │ ├── Scene1 │ │ │ ├── Grass.mat │ │ │ ├── Grass.mat.meta │ │ │ ├── SampleScene.unity │ │ │ ├── SampleScene.unity.meta │ │ │ ├── TerrainMat.mat │ │ │ └── TerrainMat.mat.meta │ │ ├── Scene2.meta │ │ ├── Scene2 │ │ │ ├── Grass 1.mat │ │ │ ├── Grass 1.mat.meta │ │ │ ├── SampleScene 1.unity │ │ │ ├── SampleScene 1.unity.meta │ │ │ ├── TerrainMat 2.mat │ │ │ └── TerrainMat 2.mat.meta │ │ ├── Scene3.meta │ │ ├── Scene3 │ │ │ ├── Grass 2.mat │ │ │ ├── Grass 2.mat.meta │ │ │ ├── SampleScene 1.unity │ │ │ ├── SampleScene 1.unity.meta │ │ │ ├── SampleScene 1_Profiles.meta │ │ │ ├── SampleScene 1_Profiles │ │ │ │ ├── Volume Profile.asset │ │ │ │ └── Volume Profile.asset.meta │ │ │ ├── TerrainMat 3.mat │ │ │ └── TerrainMat 3.mat.meta │ │ ├── Scene4.meta │ │ ├── Scene4 │ │ │ ├── Grass 4.mat │ │ │ ├── Grass 4.mat.meta │ │ │ ├── SampleScene 1.unity │ │ │ ├── SampleScene 1.unity.meta │ │ │ ├── SampleScene 1_Profiles.meta │ │ │ ├── SampleScene 1_Profiles │ │ │ │ ├── volume Profile.asset │ │ │ │ └── volume Profile.asset.meta │ │ │ ├── TerrainMat 4.mat │ │ │ └── TerrainMat 4.mat.meta │ │ ├── Scene5.meta │ │ ├── Scene5 │ │ │ ├── Grass 5.mat │ │ │ ├── Grass 5.mat.meta │ │ │ ├── SampleScene 3.unity │ │ │ ├── SampleScene 3.unity.meta │ │ │ ├── TerrainMat 5.mat │ │ │ └── TerrainMat 5.mat.meta │ │ ├── Scene6.meta │ │ ├── Scene6 │ │ │ ├── Grass 6.mat │ │ │ ├── Grass 6.mat.meta │ │ │ ├── SampleScene 4.unity │ │ │ ├── SampleScene 4.unity.meta │ │ │ ├── TerrainMat 6.mat │ │ │ └── TerrainMat 6.mat.meta │ │ ├── beziertest.unity │ │ └── beziertest.unity.meta │ ├── GradientMapper.cs │ ├── GradientMapper.cs.meta │ ├── GradientMaps.meta │ ├── GradientMaps │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── gradient_map_1.mat │ │ │ └── gradient_map_1.mat.meta │ │ ├── gradient_map_0.png │ │ ├── gradient_map_0.png.meta │ │ ├── gradient_map_1.png │ │ ├── gradient_map_1.png.meta │ │ ├── gradient_map_10.png │ │ ├── gradient_map_10.png.meta │ │ ├── gradient_map_11.png │ │ ├── gradient_map_11.png.meta │ │ ├── gradient_map_12.png │ │ ├── gradient_map_12.png.meta │ │ ├── gradient_map_13.png │ │ ├── gradient_map_13.png.meta │ │ ├── gradient_map_14.png │ │ ├── gradient_map_14.png.meta │ │ ├── gradient_map_15.png │ │ ├── gradient_map_15.png.meta │ │ ├── gradient_map_16.png │ │ ├── gradient_map_16.png.meta │ │ ├── gradient_map_17.png │ │ ├── gradient_map_17.png.meta │ │ ├── gradient_map_2.png │ │ ├── gradient_map_2.png.meta │ │ ├── gradient_map_3.png │ │ ├── gradient_map_3.png.meta │ │ ├── gradient_map_4.png │ │ ├── gradient_map_4.png.meta │ │ ├── gradient_map_5.png │ │ ├── gradient_map_5.png.meta │ │ ├── gradient_map_6.png │ │ ├── gradient_map_6.png.meta │ │ ├── gradient_map_7.png │ │ ├── gradient_map_7.png.meta │ │ ├── gradient_map_8.png │ │ ├── gradient_map_8.png.meta │ │ ├── gradient_map_9.png │ │ └── gradient_map_9.png.meta │ ├── Grass.compute │ ├── Grass.compute.meta │ ├── Grass.cs │ ├── Grass.cs.meta │ ├── Grass.shader │ ├── Grass.shader.meta │ ├── GrassCustomEditor.cs │ ├── GrassCustomEditor.cs.meta │ ├── Imported.meta │ ├── Imported │ │ ├── Customizable Skybox.meta │ │ ├── Customizable Skybox │ │ │ ├── Customizable Skybox Documentaion.pdf │ │ │ ├── Customizable Skybox Documentaion.pdf.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── Clouds.mat │ │ │ │ ├── Clouds.mat.meta │ │ │ │ ├── Material.003.mat │ │ │ │ ├── Material.003.mat.meta │ │ │ │ ├── No Name.mat │ │ │ │ ├── No Name.mat.meta │ │ │ │ ├── dark trunk.mat │ │ │ │ ├── dark trunk.mat.meta │ │ │ │ ├── darken leafs.mat │ │ │ │ ├── darken leafs.mat.meta │ │ │ │ ├── earth.mat │ │ │ │ ├── earth.mat.meta │ │ │ │ ├── green tree.mat │ │ │ │ ├── green tree.mat.meta │ │ │ │ ├── pine tree green.mat │ │ │ │ ├── pine tree green.mat.meta │ │ │ │ ├── trunk.mat │ │ │ │ └── trunk.mat.meta │ │ │ ├── Model.meta │ │ │ ├── Model │ │ │ │ ├── Low Poly Island.fbx │ │ │ │ ├── Low Poly Island.fbx.meta │ │ │ │ ├── Materials.meta │ │ │ │ └── Materials │ │ │ │ │ ├── Material.003.mat │ │ │ │ │ ├── Material.003.mat.meta │ │ │ │ │ ├── No Name.mat │ │ │ │ │ ├── No Name.mat.meta │ │ │ │ │ ├── dark trunk.mat │ │ │ │ │ ├── dark trunk.mat.meta │ │ │ │ │ ├── darken leafs.mat │ │ │ │ │ ├── darken leafs.mat.meta │ │ │ │ │ ├── earth.mat │ │ │ │ │ ├── earth.mat.meta │ │ │ │ │ ├── green tree.mat │ │ │ │ │ ├── green tree.mat.meta │ │ │ │ │ ├── pine brown.mat │ │ │ │ │ ├── pine brown.mat.meta │ │ │ │ │ ├── pine tree green.mat │ │ │ │ │ ├── pine tree green.mat.meta │ │ │ │ │ ├── trunk.mat │ │ │ │ │ └── trunk.mat.meta │ │ │ ├── Scenes.meta │ │ │ ├── Scenes │ │ │ │ ├── DemoScene.unity │ │ │ │ └── DemoScene.unity.meta │ │ │ ├── Stylized Sky.meta │ │ │ └── Stylized Sky │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ ├── Day1.mat │ │ │ │ ├── Day1.mat.meta │ │ │ │ ├── Day2.mat │ │ │ │ ├── Day2.mat.meta │ │ │ │ ├── Day3.mat │ │ │ │ ├── Day3.mat.meta │ │ │ │ ├── Day4.mat │ │ │ │ ├── Day4.mat.meta │ │ │ │ ├── Day5.mat │ │ │ │ ├── Day5.mat.meta │ │ │ │ ├── Day6.mat │ │ │ │ ├── Day6.mat.meta │ │ │ │ ├── Day7.mat │ │ │ │ ├── Day7.mat.meta │ │ │ │ ├── GrassSkies.meta │ │ │ │ ├── GrassSkies │ │ │ │ │ ├── Morning1.mat │ │ │ │ │ ├── Morning1.mat.meta │ │ │ │ │ ├── Scene3.mat │ │ │ │ │ └── Scene3.mat.meta │ │ │ │ ├── Morning1.mat │ │ │ │ ├── Morning1.mat.meta │ │ │ │ ├── Morning2.mat │ │ │ │ ├── Morning2.mat.meta │ │ │ │ ├── Morning3.mat │ │ │ │ ├── Morning3.mat.meta │ │ │ │ ├── Morning4.mat │ │ │ │ ├── Morning4.mat.meta │ │ │ │ ├── Night1.mat │ │ │ │ ├── Night1.mat.meta │ │ │ │ ├── Night2.mat │ │ │ │ ├── Night2.mat.meta │ │ │ │ ├── Night3.mat │ │ │ │ ├── Night3.mat.meta │ │ │ │ ├── Night4.mat │ │ │ │ ├── Night4.mat.meta │ │ │ │ ├── Sunset1.mat │ │ │ │ ├── Sunset1.mat.meta │ │ │ │ ├── Sunset2.mat │ │ │ │ ├── Sunset2.mat.meta │ │ │ │ ├── Sunset3.mat │ │ │ │ ├── Sunset3.mat.meta │ │ │ │ ├── Sunset4.mat │ │ │ │ ├── Sunset4.mat.meta │ │ │ │ ├── Sunset5.mat │ │ │ │ └── Sunset5.mat.meta │ │ │ │ ├── Shaders.meta │ │ │ │ └── Shaders │ │ │ │ ├── Stylized Sky.shader │ │ │ │ └── Stylized Sky.shader.meta │ │ ├── FreeFlyCamera.meta │ │ ├── FreeFlyCamera │ │ │ ├── Demo.meta │ │ │ ├── Demo │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ │ ├── Material1.mat │ │ │ │ │ ├── Material1.mat.meta │ │ │ │ │ ├── Material2.mat │ │ │ │ │ ├── Material2.mat.meta │ │ │ │ │ ├── Material3.mat │ │ │ │ │ └── Material3.mat.meta │ │ │ │ ├── Scenes.meta │ │ │ │ ├── Scenes │ │ │ │ │ ├── Demo.unity │ │ │ │ │ ├── Demo.unity.meta │ │ │ │ │ ├── DemoSettings.lighting │ │ │ │ │ └── DemoSettings.lighting.meta │ │ │ │ ├── Scripts.meta │ │ │ │ └── Scripts │ │ │ │ │ ├── ToggleGameObjectEnable.cs │ │ │ │ │ └── ToggleGameObjectEnable.cs.meta │ │ │ ├── Documentation.meta │ │ │ ├── Documentation │ │ │ │ ├── FreeFlyCamera_en.pdf │ │ │ │ ├── FreeFlyCamera_en.pdf.meta │ │ │ │ ├── FreeFlyCamera_ru.pdf │ │ │ │ └── FreeFlyCamera_ru.pdf.meta │ │ │ ├── Scripts.meta │ │ │ ├── Scripts │ │ │ │ ├── FreeFlyCamera.cs │ │ │ │ └── FreeFlyCamera.cs.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ │ ├── Mini First Person Controller.meta │ │ ├── Mini First Person Controller │ │ │ ├── Audio.meta │ │ │ ├── Audio │ │ │ │ ├── Crouch.meta │ │ │ │ ├── Crouch │ │ │ │ │ ├── Crouch end 1.wav │ │ │ │ │ ├── Crouch end 1.wav.meta │ │ │ │ │ ├── Crouch end 2.wav │ │ │ │ │ ├── Crouch end 2.wav.meta │ │ │ │ │ ├── Crouch end 3.wav │ │ │ │ │ ├── Crouch end 3.wav.meta │ │ │ │ │ ├── Crouch start 1.wav │ │ │ │ │ ├── Crouch start 1.wav.meta │ │ │ │ │ ├── Crouch start 2.wav │ │ │ │ │ ├── Crouch start 2.wav.meta │ │ │ │ │ ├── Crouch start 3.wav │ │ │ │ │ └── Crouch start 3.wav.meta │ │ │ │ ├── Jump.meta │ │ │ │ ├── Jump │ │ │ │ │ ├── Jump 1.wav │ │ │ │ │ ├── Jump 1.wav.meta │ │ │ │ │ ├── Jump 2.wav │ │ │ │ │ ├── Jump 2.wav.meta │ │ │ │ │ ├── Jump 3.wav │ │ │ │ │ └── Jump 3.wav.meta │ │ │ │ ├── Landing.meta │ │ │ │ ├── Landing │ │ │ │ │ ├── Landing 1.wav │ │ │ │ │ ├── Landing 1.wav.meta │ │ │ │ │ ├── Landing 2.wav │ │ │ │ │ ├── Landing 2.wav.meta │ │ │ │ │ ├── Landing 3.wav │ │ │ │ │ └── Landing 3.wav.meta │ │ │ │ ├── Steps.wav │ │ │ │ └── Steps.wav.meta │ │ │ ├── Demo.meta │ │ │ ├── Demo │ │ │ │ ├── Demo Mini FPC Minimal.unity │ │ │ │ ├── Demo Mini FPC Minimal.unity.meta │ │ │ │ ├── Demo Mini FPC.unity │ │ │ │ ├── Demo Mini FPC.unity.meta │ │ │ │ ├── readme.pdf │ │ │ │ └── readme.pdf.meta │ │ │ ├── First Person Controller Minimal.prefab │ │ │ ├── First Person Controller Minimal.prefab.meta │ │ │ ├── First Person Controller.prefab │ │ │ ├── First Person Controller.prefab.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── Components.meta │ │ │ │ ├── Components │ │ │ │ ├── Crouch.cs │ │ │ │ ├── Crouch.cs.meta │ │ │ │ ├── FirstPersonAudio.cs │ │ │ │ ├── FirstPersonAudio.cs.meta │ │ │ │ ├── GroundCheck.cs │ │ │ │ ├── GroundCheck.cs.meta │ │ │ │ ├── Jump.cs │ │ │ │ ├── Jump.cs.meta │ │ │ │ ├── Zoom.cs │ │ │ │ └── Zoom.cs.meta │ │ │ │ ├── FirstPersonLook.cs │ │ │ │ ├── FirstPersonLook.cs.meta │ │ │ │ ├── FirstPersonMovement.cs │ │ │ │ └── FirstPersonMovement.cs.meta │ │ ├── Quixel.meta │ │ └── Quixel │ │ │ ├── Megascans.meta │ │ │ ├── Megascans │ │ │ ├── 3D_Assets.meta │ │ │ └── 3D_Assets │ │ │ │ ├── Grass_pe1j3ds0.meta │ │ │ │ └── Grass_pe1j3ds0 │ │ │ │ ├── Materials.meta │ │ │ │ ├── Materials │ │ │ │ ├── Grass_pe1j3ds0.mat │ │ │ │ └── Grass_pe1j3ds0.mat.meta │ │ │ │ ├── Textures.meta │ │ │ │ └── Textures │ │ │ │ ├── AO_2K__pe1j3ds0.png │ │ │ │ ├── AO_2K__pe1j3ds0.png.meta │ │ │ │ ├── Albedo_2K__pe1j3ds0.png │ │ │ │ ├── Albedo_2K__pe1j3ds0.png.meta │ │ │ │ ├── Normal_2K__pe1j3ds0.png │ │ │ │ ├── Normal_2K__pe1j3ds0.png.meta │ │ │ │ ├── Specular_2K__pe1j3ds0.png │ │ │ │ └── Specular_2K__pe1j3ds0.png.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ ├── BridgeImporter.meta │ │ │ ├── BridgeImporter │ │ │ ├── MegascansBridgeLink.cs │ │ │ ├── MegascansBridgeLink.cs.meta │ │ │ ├── MegascansDecalTools.cs │ │ │ ├── MegascansDecalTools.cs.meta │ │ │ ├── MegascansImporter.cs │ │ │ ├── MegascansImporter.cs.meta │ │ │ ├── MegascansImporterWindow.cs │ │ │ ├── MegascansImporterWindow.cs.meta │ │ │ ├── MegascansMatertialUtils.cs │ │ │ ├── MegascansMatertialUtils.cs.meta │ │ │ ├── MegascansMeshUtils.cs │ │ │ ├── MegascansMeshUtils.cs.meta │ │ │ ├── MegascansPostProcess.cs │ │ │ ├── MegascansPostProcess.cs.meta │ │ │ ├── MegascansTerrainTools.cs │ │ │ ├── MegascansTerrainTools.cs.meta │ │ │ ├── MegascansTextureProcessor.cs │ │ │ ├── MegascansTextureProcessor.cs.meta │ │ │ ├── MegascansUtilities.cs │ │ │ └── MegascansUtilities.cs.meta │ │ │ ├── Fonts.meta │ │ │ ├── Fonts │ │ │ ├── SourceSansPro-Black.ttf │ │ │ ├── SourceSansPro-Black.ttf.meta │ │ │ ├── SourceSansPro-Regular.ttf │ │ │ └── SourceSansPro-Regular.ttf.meta │ │ │ ├── Images.meta │ │ │ └── Images │ │ │ ├── B.png │ │ │ ├── B.png.meta │ │ │ ├── Background.png │ │ │ ├── Background.png.meta │ │ │ ├── CheckBoxHover.png │ │ │ ├── CheckBoxHover.png.meta │ │ │ ├── CheckBoxOff.png │ │ │ ├── CheckBoxOff.png.meta │ │ │ ├── CheckBoxOn.png │ │ │ ├── CheckBoxOn.png.meta │ │ │ ├── Field_Background.png │ │ │ ├── Field_Background.png.meta │ │ │ ├── Help.png │ │ │ ├── Help.png.meta │ │ │ ├── M.png │ │ │ ├── M.png.meta │ │ │ ├── Popup_Arrow.png │ │ │ ├── Popup_Arrow.png.meta │ │ │ ├── Popup_Background.png │ │ │ ├── Popup_Background.png.meta │ │ │ ├── Text_Background.png │ │ │ └── Text_Background.png.meta │ ├── Models.meta │ ├── Models │ │ ├── GrassBlade.fbx │ │ ├── GrassBlade.fbx.meta │ │ ├── GrassBlade.prefab │ │ ├── GrassBlade.prefab.meta │ │ ├── GrassBladePacked.fbx │ │ ├── GrassBladePacked.fbx.meta │ │ ├── blenderplane1.fbx │ │ ├── blenderplane1.fbx.meta │ │ ├── blenderplane2.fbx │ │ └── blenderplane2.fbx.meta │ ├── Shader.meta │ ├── Shader │ │ ├── Bezier Test.meta │ │ ├── Bezier Test │ │ │ ├── BezierCustomEditor.cs │ │ │ ├── BezierCustomEditor.cs.meta │ │ │ ├── BezierTest.cs │ │ │ ├── BezierTest.cs.meta │ │ │ ├── BezierTest.mat │ │ │ ├── BezierTest.mat.meta │ │ │ ├── BezierTest.shader │ │ │ ├── BezierTest.shader.meta │ │ │ ├── CtrlPtAlpha.mat │ │ │ └── CtrlPtAlpha.mat.meta │ │ ├── Depth test.meta │ │ ├── Depth test │ │ │ ├── DepthComputeTest.compute │ │ │ ├── DepthComputeTest.compute.meta │ │ │ ├── DepthTest.cs │ │ │ ├── DepthTest.cs.meta │ │ │ ├── DepthTest.mat │ │ │ ├── DepthTest.mat.meta │ │ │ ├── DepthTest.shader │ │ │ └── DepthTest.shader.meta │ │ ├── Terrain.meta │ │ └── Terrain │ │ │ ├── Plane.shader │ │ │ ├── Plane.shader.meta │ │ │ ├── Plane2.shader │ │ │ ├── Plane2.shader.meta │ │ │ ├── TerrainMat 1.mat │ │ │ └── TerrainMat 1.mat.meta │ ├── Textures.meta │ └── Textures │ │ ├── NormalMap (1).png │ │ ├── NormalMap (1).png.meta │ │ ├── WaterDistortion.png │ │ ├── WaterDistortion.png.meta │ │ ├── a03fc0c460dec4a47ee0794f1bc2c869.png │ │ ├── a03fc0c460dec4a47ee0794f1bc2c869.png.meta │ │ ├── grass albedo2.png │ │ ├── grass albedo2.png.meta │ │ ├── grass gloss.png │ │ ├── grass gloss.png.meta │ │ ├── heightmap_1431558578632.png │ │ ├── heightmap_1431558578632.png.meta │ │ ├── noiseTexture (4).png │ │ ├── noiseTexture (4).png.meta │ │ ├── world1.png │ │ └── world1.png.meta ├── Packages │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── MemorySettings.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Packages │ │ └── com.unity.testtools.codecoverage │ │ │ └── Settings.json │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── SceneTemplateSettings.json │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset └── UserSettings │ ├── EditorUserSettings.asset │ ├── Layouts │ ├── CurrentMaximizeLayout.dwlt │ └── default-2022.dwlt │ └── Search.settings └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # This .gitignore file should be placed at the root of your Unity project directory 2 | # 3 | # Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore 4 | # 5 | [Ll]ibrary/ 6 | [Tt]emp/ 7 | [Oo]bj/ 8 | [Bb]uild/ 9 | [Bb]uilds/ 10 | [Ll]ogs/ 11 | [Mm]emoryCaptures/ 12 | 13 | # Asset meta data should only be ignored when the corresponding asset is also ignored 14 | !/[Aa]ssets/**/*.meta 15 | 16 | # Uncomment this line if you wish to ignore the asset store tools plugin 17 | # /[Aa]ssets/AssetStoreTools* 18 | 19 | # Autogenerated Jetbrains Rider plugin 20 | [Aa]ssets/Plugins/Editor/JetBrains* 21 | 22 | # Visual Studio cache directory 23 | .vs/ 24 | 25 | # Gradle cache directory 26 | .gradle/ 27 | 28 | # Autogenerated VS/MD/Consulo solution and project files 29 | ExportedObj/ 30 | .consulo/ 31 | *.csproj 32 | *.unityproj 33 | *.sln 34 | *.suo 35 | *.tmp 36 | *.user 37 | *.userprefs 38 | *.pidb 39 | *.booproj 40 | *.svd 41 | *.pdb 42 | *.mdb 43 | *.opendb 44 | *.VC.db 45 | 46 | # Unity3D generated meta files 47 | *.pidb.meta 48 | *.pdb.meta 49 | *.mdb.meta 50 | 51 | # Unity3D generated file on crash reports 52 | sysinfo.txt 53 | 54 | # Builds 55 | *.apk 56 | *.unitypackage 57 | 58 | # Crashlytics generated file 59 | crashlytics-build.properties 60 | 61 | -------------------------------------------------------------------------------- /Grass/.vsconfig: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0", 3 | "components": [ 4 | "Microsoft.VisualStudio.Workload.ManagedGame" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /Grass/Assets/ClumpingVoronoi.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEditor; 4 | using UnityEngine; 5 | 6 | public class ClumpingVoronoi : MonoBehaviour 7 | { 8 | // Start is called before the first frame update 9 | void Start() 10 | { 11 | 12 | } 13 | 14 | public int width; 15 | public int height; 16 | 17 | public Material clumpingVoronoiMat; 18 | 19 | private void OnRenderImage(RenderTexture source, RenderTexture destination) 20 | { 21 | RenderTexture src = RenderTexture.GetTemporary(width, height, 0, RenderTextureFormat.R8); 22 | //RenderTexture dst = RenderTexture.GetTemporary(width, height, 0, RenderTextureFormat.R8); 23 | Graphics.Blit(src, destination, clumpingVoronoiMat, 0); 24 | 25 | 26 | //Graphics.Blit(source,destination, clumpingVoronoiMat); 27 | 28 | //RenderTexture rt = Selection.activeObject as RenderTexture; 29 | 30 | //RenderTexture.active = dst; 31 | //Texture2D tex = new Texture2D(dst.width, dst.height, TextureFormat.RGB24, false); 32 | //tex.ReadPixels(new Rect(0, 0, dst.width, dst.height), 0, 0); 33 | //RenderTexture.active = null; 34 | RenderTexture.ReleaseTemporary(src); 35 | //byte[] bytes; 36 | //bytes = tex.EncodeToPNG(); 37 | 38 | //string path = AssetDatabase.GetAssetPath(dst) + ".png"; 39 | //System.IO.File.WriteAllBytes(path, bytes); 40 | //AssetDatabase.ImportAsset(path); 41 | 42 | } 43 | 44 | // Update is called once per frame 45 | void Update() 46 | { 47 | 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /Grass/Assets/ClumpingVoronoi.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 42a40cfcaf8eddd448faea5600ff2b3b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: 7 | - clumpingVoronoiMat: {fileID: 2100000, guid: 427f3176a375e484f86f3b548da71ba3, type: 2} 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Grass/Assets/ClumpingVoronoi.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 427f3176a375e484f86f3b548da71ba3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/ClumpingVoronoi.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e65057db535fa14994965eb4e4d4562 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 94234f0be36d97245a266a38a7425322 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/BezierTest 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1e436ba75a486243b2750bcca3e8241 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a7c0a213dfb5c24ab38290669b91800 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene1/Grass.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03d7d9b77d057a8479e22eff0af7e0d1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene1/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc0d4010bbf28b4594072e72b8655ab 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene1/TerrainMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91980384a9978044f97f25f7a22f755a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene2.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0d065ef0ff004d4b8f32b212d2ace55 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene2/Grass 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bd166836e3413b64c8cbb386c836d612 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene2/SampleScene 1.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8810f7a9c2036874fb3aa30a815e3616 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene2/TerrainMat 2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fffa22568ec659643b346e2625d869ce 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63aa972148ec0024991e41e46bc76861 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3/Grass 2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1da3dff2d59dc74094f426ac5da7824 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3/SampleScene 1.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f416428de3775f8429a4c45aca884292 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3/SampleScene 1_Profiles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 771f0095977efb24fa949811a0e0fbda 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3/SampleScene 1_Profiles/Volume Profile.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} 13 | m_Name: Volume Profile 14 | m_EditorClassIdentifier: 15 | settings: [] 16 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3/SampleScene 1_Profiles/Volume Profile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 112372373b065a042a1bf50a0c2dbdaf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene3/TerrainMat 3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 062879823d5c79543b7443a8d096ba88 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ee81fff9f837c24e9ad21f9f7666155 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4/Grass 4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8cb677c81d74f345bc31c17babc92ef 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4/SampleScene 1.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a104944b4333d244b01cf38dc490858 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4/SampleScene 1_Profiles.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85c2913a1c7c61b4d8a1691f2ea5801a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4/SampleScene 1_Profiles/volume Profile.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &-4753815090128178232 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 3 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 48a79b01ea5641d4aa6daa2e23605641, type: 3} 13 | m_Name: Bloom 14 | m_EditorClassIdentifier: 15 | active: 1 16 | enabled: 17 | overrideState: 1 18 | value: 1 19 | intensity: 20 | overrideState: 1 21 | value: 1.14 22 | threshold: 23 | overrideState: 1 24 | value: 0.51 25 | softKnee: 26 | overrideState: 0 27 | value: 0.5 28 | clamp: 29 | overrideState: 0 30 | value: 65472 31 | diffusion: 32 | overrideState: 0 33 | value: 7 34 | anamorphicRatio: 35 | overrideState: 0 36 | value: 0 37 | color: 38 | overrideState: 0 39 | value: {r: 1, g: 1, b: 1, a: 1} 40 | fastMode: 41 | overrideState: 0 42 | value: 0 43 | dirtTexture: 44 | overrideState: 0 45 | value: {fileID: 0} 46 | defaultState: 1 47 | dirtIntensity: 48 | overrideState: 0 49 | value: 0 50 | --- !u!114 &11400000 51 | MonoBehaviour: 52 | m_ObjectHideFlags: 0 53 | m_CorrespondingSourceObject: {fileID: 0} 54 | m_PrefabInstance: {fileID: 0} 55 | m_PrefabAsset: {fileID: 0} 56 | m_GameObject: {fileID: 0} 57 | m_Enabled: 1 58 | m_EditorHideFlags: 0 59 | m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} 60 | m_Name: volume Profile 61 | m_EditorClassIdentifier: 62 | settings: 63 | - {fileID: -4753815090128178232} 64 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4/SampleScene 1_Profiles/volume Profile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 279ec359c7ddb254c8a12ce01459172e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene4/TerrainMat 4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 277b32a16b8b37840a33fa16e057b19b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene5.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0ab3b58b2600834c8bf06d5bdeb9c38 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene5/Grass 5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba7128150c2e6e941b14fac67c42cdbf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene5/SampleScene 3.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0898aed086e59324394e2f4d39cbde27 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene5/TerrainMat 5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70dcaa3a9bc6c684c97f59be5a490c9c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene6.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a72aa8f2e0ffbf943b8793958b0d7afd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene6/Grass 6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55c0ced8aa2a83145a0cfa8dd8358b51 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene6/SampleScene 4.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25e3a6ea1423d324ca3c4377203297cc 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/Scene6/TerrainMat 6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35802eadcab35574cb3c3edb4d39fbe0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Example Scenes/beziertest.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91b486aa90e06de43b3b431687597498 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/GradientMapper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8b75b751ed85554da8dd13d612d5259 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aab38a576942e0b48b506f2ff5f239e3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 649bde41aef4e244099b64c4b5fc088d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/Materials/gradient_map_1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 8 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: gradient_map_1 11 | m_Shader: {fileID: 4800000, guid: 1a944dd8fe7deed40ac3f1ea1f93c08a, type: 3} 12 | m_Parent: {fileID: 0} 13 | m_ModifiedSerializedProperties: 0 14 | m_ValidKeywords: [] 15 | m_InvalidKeywords: [] 16 | m_LightmapFlags: 4 17 | m_EnableInstancingVariants: 0 18 | m_DoubleSidedGI: 0 19 | m_CustomRenderQueue: -1 20 | stringTagMap: {} 21 | disabledShaderPasses: [] 22 | m_LockedProperties: 23 | m_SavedProperties: 24 | serializedVersion: 3 25 | m_TexEnvs: 26 | - _Heightmap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _MainTex: 31 | m_Texture: {fileID: 2800000, guid: 5fb241a3d8a29b549bf0644ce692f477, type: 3} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _NormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | m_Ints: [] 39 | m_Floats: 40 | - _Brightness: 1 41 | - _ColDistanceBlendEnd: 1 42 | - _ColDistanceBlendStart: 1 43 | - _Glossiness: 0.5 44 | - _HeightMul: 1 45 | - _Metallic: 0 46 | - _Offset: 0.01 47 | m_Colors: 48 | - _FarColor: {r: 1, g: 1, b: 1, a: 1} 49 | - _NearColor: {r: 1, g: 1, b: 1, a: 1} 50 | m_BuildTextureStacks: [] 51 | -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/Materials/gradient_map_1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 55cc1a171361e894ba0267efb9f384e3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_0.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_1.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_10.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_11.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_12.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_13.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_14.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_15.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_16.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_17.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_2.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_3.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_4.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_5.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_6.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_7.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_8.png -------------------------------------------------------------------------------- /Grass/Assets/GradientMaps/gradient_map_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/GradientMaps/gradient_map_9.png -------------------------------------------------------------------------------- /Grass/Assets/Grass.compute.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5d8eae77f4353e4ea73f713d6da57bc 3 | ComputeShaderImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Grass.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ff38b2270b4526499416b006451d35d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: 7 | - computeShader: {fileID: 7200000, guid: e5d8eae77f4353e4ea73f713d6da57bc, type: 3} 8 | - prefab: {fileID: 8229983413306286672, guid: 5ca3c65468e8a9540a62857988182613, type: 3} 9 | - material: {instanceID: 0} 10 | - mesh: {instanceID: 0} 11 | executionOrder: 0 12 | icon: {instanceID: 0} 13 | userData: 14 | assetBundleName: 15 | assetBundleVariant: 16 | -------------------------------------------------------------------------------- /Grass/Assets/Grass.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cbe3b7d942028843a9c1d9e33e70116 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/GrassCustomEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dd674dabd55049429736d32282317c5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eebacf8e24e817a4b95dff322d4ec772 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d26bf167da9a7e54fa3552e4d24e087d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Customizable Skybox Documentaion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Customizable Skybox/Customizable Skybox Documentaion.pdf -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Customizable Skybox Documentaion.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 631feaddbe683ed4383934ae4201e481 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea580a49e393d474a8246aed4e6421fe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/Clouds.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Clouds 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0.5 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 1, g: 1, b: 1, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/Clouds.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b2fcea6c7d9dbab4ca781825705d50be 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/Material.003.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Material.003 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.19654304, g: 0.8000001, b: 0.7107023, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/Material.003.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4b1c9205184ab7479ebcb6d01e9bdaa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/No Name.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: No Name 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 1, g: 1, b: 1, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/No Name.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36624e9898987d34da7dcc3c01a72523 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/dark trunk.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: dark trunk 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.2830189, g: 0.08582328, b: 0.041384835, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/dark trunk.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c7f7e923f30d8b4193dfc9a7eb33ea9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/darken leafs.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: darken leafs 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.056241423, g: 0.2461942, b: 0.067046694, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/darken leafs.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3020cfb028abb6c4f977e1db1f72bef5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/earth.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: earth 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.5754717, g: 0.5754717, b: 0.5754717, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/earth.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef6223db6cd2fd94481bcb5ce352cc30 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/green tree.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: green tree 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.29627112, g: 0.8000001, b: 0.12844974, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/green tree.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 162ad232b242eb042b91b10dc755c486 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/pine tree green.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: pine tree green 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.120169275, g: 0.4200235, b: 0.034451712, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/pine tree green.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 471bbc61de2af0a47bd80da0aacc49dc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/trunk.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: trunk 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.3679245, g: 0.14014105, b: 0.06421324, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Materials/trunk.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08c4b67273e724941900639ca93caabc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3a8b5ae7212a5e469e5295bd49eb2b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Low Poly Island.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Customizable Skybox/Model/Low Poly Island.fbx -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 083961627088d3049935b73b4e8fc135 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/Material.003.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Material.003 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.19654304, g: 0.8000001, b: 0.7107023, a: 0.80345696} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/Material.003.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b82edc333f454f4fab3b93e8ececd1a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/No Name.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: No Name 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 1, g: 1, b: 1, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/No Name.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fe81213c48f6e944a8a30f76f30a9c7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/dark trunk.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: dark trunk 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.41093805, g: 0.13480727, b: 0.07245277, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/dark trunk.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b50f1c4e199dc3b47b56b0880d757857 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/darken leafs.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d35ea29c48c3e1944a4f03cab15e36c2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/earth.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: earth 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.8, g: 0.8, b: 0.8, a: 1} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/earth.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d1ca55e2263fd54589900465f90d06e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/green tree.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: green tree 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.29627112, g: 0.8000001, b: 0.12844974, a: 0.7037289} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/green tree.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c856162727dc18842bc191504f727456 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/pine brown.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23884aea9e628ee45a87314c9fd2483e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/pine tree green.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b67fe0ad79964244383e7633743fcc6b 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/trunk.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: trunk 11 | m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 4 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: 22 | - _BumpMap: 23 | m_Texture: {fileID: 0} 24 | m_Scale: {x: 1, y: 1} 25 | m_Offset: {x: 0, y: 0} 26 | - _DetailAlbedoMap: 27 | m_Texture: {fileID: 0} 28 | m_Scale: {x: 1, y: 1} 29 | m_Offset: {x: 0, y: 0} 30 | - _DetailMask: 31 | m_Texture: {fileID: 0} 32 | m_Scale: {x: 1, y: 1} 33 | m_Offset: {x: 0, y: 0} 34 | - _DetailNormalMap: 35 | m_Texture: {fileID: 0} 36 | m_Scale: {x: 1, y: 1} 37 | m_Offset: {x: 0, y: 0} 38 | - _EmissionMap: 39 | m_Texture: {fileID: 0} 40 | m_Scale: {x: 1, y: 1} 41 | m_Offset: {x: 0, y: 0} 42 | - _MainTex: 43 | m_Texture: {fileID: 0} 44 | m_Scale: {x: 1, y: 1} 45 | m_Offset: {x: 0, y: 0} 46 | - _MetallicGlossMap: 47 | m_Texture: {fileID: 0} 48 | m_Scale: {x: 1, y: 1} 49 | m_Offset: {x: 0, y: 0} 50 | - _OcclusionMap: 51 | m_Texture: {fileID: 0} 52 | m_Scale: {x: 1, y: 1} 53 | m_Offset: {x: 0, y: 0} 54 | - _ParallaxMap: 55 | m_Texture: {fileID: 0} 56 | m_Scale: {x: 1, y: 1} 57 | m_Offset: {x: 0, y: 0} 58 | m_Floats: 59 | - _BumpScale: 1 60 | - _Cutoff: 0.5 61 | - _DetailNormalMapScale: 1 62 | - _DstBlend: 0 63 | - _GlossMapScale: 1 64 | - _Glossiness: 0 65 | - _GlossyReflections: 1 66 | - _Metallic: 0 67 | - _Mode: 0 68 | - _OcclusionStrength: 1 69 | - _Parallax: 0.02 70 | - _SmoothnessTextureChannel: 0 71 | - _SpecularHighlights: 1 72 | - _SrcBlend: 1 73 | - _UVSec: 0 74 | - _ZWrite: 1 75 | m_Colors: 76 | - _Color: {r: 0.8000001, g: 0.27371386, b: 0.10579279, a: 0.19999993} 77 | - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} 78 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Model/Materials/trunk.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b1bb1efbeb980540aa4164a74c61686 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c87f64bb2d3ca445ac1badce6b5c0d4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Scenes/DemoScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1811a0c822d2a6c45b5d1435bf7d07d2 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 135450dfab8085c4ebd673f58f013df4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57832ac6c71e6b44ebdf2a754a4b62d4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day1 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0.177 24 | - _HorizonLineExponent: 4 25 | - _SkyGradientExponent: 2.5 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 125000 28 | - _SunDiscMultiplier: 25 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 125 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0.7921569, g: 0.870793, b: 0.90588236, a: 1} 35 | - _SkyGradientBottom: {r: 0.76470596, g: 0.81568635, b: 0.85098046, a: 1} 36 | - _SkyGradientTop: {r: 0.17254902, g: 0.5686275, b: 0.69411767, a: 1} 37 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 38 | - _SunHaloColor: {r: 0.8980392, g: 0.83331764, b: 0.6666667, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9aa8ed67591432941bb76f12eb23ff91 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day2.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day2 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 4 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 100000 28 | - _SunDiscMultiplier: 100 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.7803922, g: 0.7912915, b: 0.8313726, a: 1} 36 | - _SkyGradientTop: {r: 0.45098042, g: 0.6509804, b: 0.7803922, a: 1} 37 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 38 | - _SunHaloColor: {r: 1, g: 1, b: 1, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c80d49013691df48ac94280337e88ce 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day3.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day3 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 4 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 100000 28 | - _SunDiscMultiplier: 100 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.64705884, g: 0.9180526, b: 1, a: 1} 36 | - _SkyGradientTop: {r: 0.098039225, g: 0.53333336, b: 0.9843138, a: 1} 37 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 38 | - _SunHaloColor: {r: 0.3897059, g: 1, b: 0.89898604, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56113b3b655ab7349bab4d7d405c258a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day4.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day4 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 7 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 200000 28 | - _SunDiscMultiplier: 100 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.5222751, g: 0.76317495, b: 0.8455882, a: 1} 36 | - _SkyGradientTop: {r: 0.22352943, g: 0.6039216, b: 0.7294118, a: 1} 37 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 38 | - _SunHaloColor: {r: 0.83823526, g: 0.9196754, b: 1, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c57bb9da366e944a8f4ae9be4f413ec 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day5.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day5 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 3 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 100000 28 | - _SunDiscMultiplier: 1000 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 250 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.7058823, g: 1, b: 0.939148, a: 1} 36 | - _SkyGradientTop: {r: 0.043137237, g: 0.7294118, b: 0.7411765, a: 1} 37 | - _SunDiscColor: {r: 1, g: 0.9953347, b: 0.8308824, a: 1} 38 | - _SunHaloColor: {r: 1, g: 0.91379315, b: 0.63235295, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6225fa8890cf025489e57d3aa1d87260 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day6.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day6 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: _DEBUG_FINAL _HALOBLENDMODE_ADD _HORIZONLINEBLENDMODE_ADD _SUNHALOBLENDMODE_ADD 13 | _VIEW_FINAL _VIEW_SKY _VIEW_SKYBACKGROUND 14 | m_LightmapFlags: 0 15 | m_EnableInstancingVariants: 0 16 | m_DoubleSidedGI: 0 17 | m_CustomRenderQueue: -1 18 | stringTagMap: {} 19 | disabledShaderPasses: [] 20 | m_SavedProperties: 21 | serializedVersion: 3 22 | m_TexEnvs: [] 23 | m_Floats: 24 | - _DEBUG: 0 25 | - _Float0: 40 26 | - _Float1: 0.23 27 | - _Float2: 5 28 | - _HaloBlendMode: 0 29 | - _HorizonLineBlendMode: 0 30 | - _HorizonLineContribution: 0.3 31 | - _HorizonLineExponent: 5.75 32 | - _SkyGradientExponent: 0.1 33 | - _Skyexp: 10.99 34 | - _SunDiscContribution: 1 35 | - _SunDiscExponent: 500000 36 | - _SunDiscExponentSize: 200000 37 | - _SunDiscMultiplier: 100000 38 | - _SunDiscMultiplierSharpness: 1000 39 | - _SunHaloBlendMode: 0 40 | - _SunHaloContribution: 0.5 41 | - _SunHaloExponent: 500 42 | - _Sunexp: 2000 43 | - _View: 0 44 | - __dirty: 0 45 | - _sunExponent: 500 46 | m_Colors: 47 | - _Color0: {r: 0.6321383, g: 1, b: 0.2971698, a: 1} 48 | - _Horizon: {r: 1, g: 0, b: 0.7466021, a: 1} 49 | - _HorizonLineColor: {r: 1, g: 1, b: 1, a: 1} 50 | - _Sky: {r: 1, g: 0, b: 0, a: 1} 51 | - _SkyGradientBottom: {r: 0.4676485, g: 0.8453282, b: 0.8773585, a: 1} 52 | - _SkyGradientTop: {r: 0, g: 0.5633725, b: 0.8113207, a: 1} 53 | - _SubHorizonColor: {r: 0, g: 0, b: 0, a: 1} 54 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 55 | - _SunHaloColor: {r: 0.9117647, g: 0.8648356, b: 0.7709775, a: 1} 56 | - _Sunhalocolor: {r: 1, g: 0, b: 0, a: 0} 57 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day6.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbbcd551076325545ba102ba8c308520 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day7.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 8 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Day7 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_Parent: {fileID: 0} 13 | m_ModifiedSerializedProperties: 0 14 | m_ValidKeywords: [] 15 | m_InvalidKeywords: 16 | - _HORIZONLINEBLENDMODE_ADD 17 | - _SUNHALOBLENDMODE_ADD 18 | - _VIEW_FINAL 19 | m_LightmapFlags: 0 20 | m_EnableInstancingVariants: 0 21 | m_DoubleSidedGI: 0 22 | m_CustomRenderQueue: -1 23 | stringTagMap: {} 24 | disabledShaderPasses: [] 25 | m_LockedProperties: 26 | m_SavedProperties: 27 | serializedVersion: 3 28 | m_TexEnvs: [] 29 | m_Ints: [] 30 | m_Floats: 31 | - _HorizonLineBlendMode: 0 32 | - _HorizonLineContribution: 1 33 | - _HorizonLineExponent: 1 34 | - _SkyGradientExponent: 1 35 | - _SunDiscContribution: 1 36 | - _SunDiscExponent: 100000 37 | - _SunDiscExponentSize: 100000 38 | - _SunDiscMultiplier: 100000 39 | - _SunDiscMultiplierSharpness: 100000 40 | - _SunHaloBlendMode: 0 41 | - _SunHaloContribution: 0.5 42 | - _SunHaloExponent: 100 43 | - _View: 0 44 | - __dirty: 0 45 | m_Colors: 46 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 0} 47 | - _SkyGradientBottom: {r: 0.4339623, g: 0.26406196, b: 0.26406196, a: 1} 48 | - _SkyGradientTop: {r: 0.4163277, g: 0.9811321, b: 0.1527234, a: 1} 49 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 50 | - _SunHaloColor: {r: 0.7735849, g: 0.69111997, b: 0.62397647, a: 0} 51 | m_BuildTextureStacks: [] 52 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Day7.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ddbcbb3899687ea469ed4a5fce1532df 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/GrassSkies.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c376ae80d7da9a74588f10728c8c8505 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/GrassSkies/Morning1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 8 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Morning1 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_Parent: {fileID: 0} 13 | m_ModifiedSerializedProperties: 0 14 | m_ValidKeywords: [] 15 | m_InvalidKeywords: [] 16 | m_LightmapFlags: 0 17 | m_EnableInstancingVariants: 0 18 | m_DoubleSidedGI: 0 19 | m_CustomRenderQueue: -1 20 | stringTagMap: {} 21 | disabledShaderPasses: [] 22 | m_LockedProperties: 23 | m_SavedProperties: 24 | serializedVersion: 3 25 | m_TexEnvs: [] 26 | m_Ints: [] 27 | m_Floats: 28 | - _HorizonLineContribution: 0 29 | - _HorizonLineExponent: 4 30 | - _SkyGradientExponent: 1.29 31 | - _SunDiscContribution: 1 32 | - _SunDiscExponent: 6250 33 | - _SunDiscMultiplier: 2 34 | - _SunHaloContribution: 0.5 35 | - _SunHaloExponent: 25 36 | - _Title: 0 37 | - __dirty: 0 38 | m_Colors: 39 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 40 | - _SkyGradientBottom: {r: 0.23037556, g: 0.2614142, b: 0.2924528, a: 1} 41 | - _SkyGradientTop: {r: 1, g: 1, b: 1, a: 1} 42 | - _SunDiscColor: {r: 1, g: 0.96572006, b: 0.9044118, a: 1} 43 | - _SunHaloColor: {r: 1, g: 0.74264705, b: 0.81186616, a: 1} 44 | m_BuildTextureStacks: [] 45 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/GrassSkies/Morning1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bd768950992c014787e278800d1c6c6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/GrassSkies/Scene3.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 8 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Scene3 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_Parent: {fileID: 0} 13 | m_ModifiedSerializedProperties: 0 14 | m_ValidKeywords: [] 15 | m_InvalidKeywords: 16 | - _HORIZONLINEBLENDMODE_LERP 17 | - _SUNHALOBLENDMODE_ADD 18 | - _VIEW_FINAL 19 | m_LightmapFlags: 0 20 | m_EnableInstancingVariants: 0 21 | m_DoubleSidedGI: 0 22 | m_CustomRenderQueue: -1 23 | stringTagMap: {} 24 | disabledShaderPasses: [] 25 | m_LockedProperties: 26 | m_SavedProperties: 27 | serializedVersion: 3 28 | m_TexEnvs: [] 29 | m_Ints: [] 30 | m_Floats: 31 | - _HorizonLineBlendMode: 1 32 | - _HorizonLineContribution: 0.32 33 | - _HorizonLineExponent: 5 34 | - _SkyGradientExponent: 0.25 35 | - _SunDiscContribution: 1 36 | - _SunDiscExponent: 100000 37 | - _SunDiscExponentSize: 12000 38 | - _SunDiscMultiplier: 100000 39 | - _SunDiscMultiplierSharpness: 1200 40 | - _SunHaloBlendMode: 0 41 | - _SunHaloContribution: 0.5 42 | - _SunHaloExponent: 250 43 | - _View: 0 44 | - __dirty: 0 45 | m_Colors: 46 | - _HorizonLineColor: {r: 0.854902, g: 0.77647066, b: 0.84705883, a: 0.8509804} 47 | - _SkyGradientBottom: {r: 0.6603774, g: 0.45733386, b: 0.33953366, a: 1} 48 | - _SkyGradientTop: {r: 0.8113208, g: 0.76683366, b: 0, a: 1} 49 | - _SunDiscColor: {r: 0.9056604, g: 0.9056604, b: 0.9056604, a: 1} 50 | - _SunHaloColor: {r: 1, g: 0.3737834, b: 0.09803921, a: 1} 51 | m_BuildTextureStacks: [] 52 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/GrassSkies/Scene3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e8054a5d7262074cb9662a39d0a3f25 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Morning1 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 4 25 | - _SkyGradientExponent: 2.5 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 6250 28 | - _SunDiscMultiplier: 2 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 25 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.909804, g: 0.8431373, b: 0.76470596, a: 1} 36 | - _SkyGradientTop: {r: 0.7686275, g: 0.79215693, b: 0.8078432, a: 1} 37 | - _SunDiscColor: {r: 1, g: 0.96572006, b: 0.9044118, a: 1} 38 | - _SunHaloColor: {r: 1, g: 0.74264705, b: 0.81186616, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8fc56946a1b593c4d8e3e0e94483338e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning2.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Morning2 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 4 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 25000 28 | - _SunDiscMultiplier: 4 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.56078434, g: 0.61960787, b: 0.7019608, a: 1} 36 | - _SkyGradientTop: {r: 0.25490198, g: 0.4039216, b: 0.5568628, a: 1} 37 | - _SunDiscColor: {r: 1, g: 0.99239343, b: 0.8897059, a: 1} 38 | - _SunHaloColor: {r: 1, g: 0.8411765, b: 0.60294116, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5464c15ff9c6ca04cb5790c1773e76fa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning3.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Morning3 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 4 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 100000 28 | - _SunDiscMultiplier: 100 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.9294118, g: 0.8705883, b: 0.85098046, a: 1} 36 | - _SkyGradientTop: {r: 0.6392157, g: 0.6862745, b: 0.7411765, a: 1} 37 | - _SunDiscColor: {r: 1, g: 0.8604463, b: 0.6838235, a: 1} 38 | - _SunHaloColor: {r: 1, g: 0.5841785, b: 0.2647059, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 022e71752654d3f4fa0cbe71b312ad20 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning4.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Morning4 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: _HORIZONLINEBLENDMODE_ADD _SUNHALOBLENDMODE_ADD _VIEW_FINAL 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineBlendMode: 0 24 | - _HorizonLineContribution: 1 25 | - _HorizonLineExponent: 1 26 | - _SkyGradientExponent: 1 27 | - _SunDiscContribution: 1 28 | - _SunDiscExponent: 100000 29 | - _SunDiscExponentSize: 100000 30 | - _SunDiscMultiplier: 100000 31 | - _SunDiscMultiplierSharpness: 100000 32 | - _SunHaloBlendMode: 0 33 | - _SunHaloContribution: 0.5 34 | - _SunHaloExponent: 100 35 | - _View: 0 36 | - __dirty: 0 37 | m_Colors: 38 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 0} 39 | - _SkyGradientBottom: {r: 0.9294118, g: 0.9176471, b: 0.89019614, a: 1} 40 | - _SkyGradientTop: {r: 0.9058824, g: 0.87843144, b: 0.8078432, a: 1} 41 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 42 | - _SunHaloColor: {r: 0.7735849, g: 0.69111997, b: 0.62397647, a: 0} 43 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Morning4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c7a8e24b01cf73e4bad6eb3cb7d40acc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 8 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Night1 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_Parent: {fileID: 0} 13 | m_ModifiedSerializedProperties: 0 14 | m_ValidKeywords: [] 15 | m_InvalidKeywords: [] 16 | m_LightmapFlags: 0 17 | m_EnableInstancingVariants: 0 18 | m_DoubleSidedGI: 0 19 | m_CustomRenderQueue: -1 20 | stringTagMap: {} 21 | disabledShaderPasses: [] 22 | m_LockedProperties: 23 | m_SavedProperties: 24 | serializedVersion: 3 25 | m_TexEnvs: [] 26 | m_Ints: [] 27 | m_Floats: 28 | - _HorizonLineContribution: 0.56 29 | - _HorizonLineExponent: 4.86 30 | - _SkyGradientExponent: 2.5 31 | - _SunDiscContribution: 1 32 | - _SunDiscExponent: 250000 33 | - _SunDiscMultiplier: 200 34 | - _SunHaloContribution: 0.63 35 | - _SunHaloExponent: 66.7 36 | - _Title: 0 37 | - __dirty: 0 38 | m_Colors: 39 | - _HorizonLineColor: {r: 1, g: 0.8150102, b: 0.64705884, a: 1} 40 | - _SkyGradientBottom: {r: 0.28654844, g: 0.66930693, b: 0.7352941, a: 1} 41 | - _SkyGradientTop: {r: 0.09411766, g: 0.11764707, b: 0.17254902, a: 1} 42 | - _SunDiscColor: {r: 1, g: 0.2352941, b: 0.2352941, a: 1} 43 | - _SunHaloColor: {r: 0, g: 0, b: 0, a: 1} 44 | m_BuildTextureStacks: [] 45 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbe9494f815f3c340956427c884b72a0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night2.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 8 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Night2 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_Parent: {fileID: 0} 13 | m_ModifiedSerializedProperties: 0 14 | m_ValidKeywords: [] 15 | m_InvalidKeywords: [] 16 | m_LightmapFlags: 0 17 | m_EnableInstancingVariants: 0 18 | m_DoubleSidedGI: 0 19 | m_CustomRenderQueue: -1 20 | stringTagMap: {} 21 | disabledShaderPasses: [] 22 | m_LockedProperties: 23 | m_SavedProperties: 24 | serializedVersion: 3 25 | m_TexEnvs: [] 26 | m_Ints: [] 27 | m_Floats: 28 | - _HorizonLineContribution: 0.182 29 | - _HorizonLineExponent: 4 30 | - _SkyGradientExponent: 2.5 31 | - _SunDiscContribution: 1 32 | - _SunDiscExponent: 250031 33 | - _SunDiscMultiplier: 2282.8 34 | - _SunHaloContribution: 1 35 | - _SunHaloExponent: 43.3 36 | - _Title: 0 37 | - __dirty: 0 38 | m_Colors: 39 | - _HorizonLineColor: {r: 0.1021271, g: 0.8018868, b: 0.7241357, a: 1} 40 | - _SkyGradientBottom: {r: 0.082146674, g: 0.1536585, b: 0.24528301, a: 1} 41 | - _SkyGradientTop: {r: 0.17254902, g: 0.27058825, b: 0.43137258, a: 1} 42 | - _SunDiscColor: {r: 1, g: 1, b: 1, a: 1} 43 | - _SunHaloColor: {r: 0.14509805, g: 0.3764706, b: 0.32723585, a: 1} 44 | m_BuildTextureStacks: [] 45 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52fcefd712182d743a781fde12426775 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night3.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Night3 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0 24 | - _HorizonLineExponent: 1 25 | - _SkyGradientExponent: 2.5 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 250000 28 | - _SunDiscMultiplier: 500 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0, g: 0, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.3803922, g: 0.47450984, b: 0.6156863, a: 1} 36 | - _SkyGradientTop: {r: 0.1137255, g: 0.1764706, b: 0.26666668, a: 1} 37 | - _SunDiscColor: {r: 0.6286764, g: 0.7428499, b: 0.83823526, a: 1} 38 | - _SunHaloColor: {r: 0.4900519, g: 0.5582597, b: 0.75735295, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 135a7036ca1a07b4e9e162d80e6b6e77 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Night4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed1387202b1349540a5d6464f0f27488 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset1.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Sunset1 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0.84 24 | - _HorizonLineExponent: 5.24 25 | - _SkyGradientExponent: 8.32 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 20000 28 | - _SunDiscMultiplier: 5 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 100 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 0.86764705, g: 0, b: 0.12565862, a: 1} 35 | - _SkyGradientBottom: {r: 0.8396226, g: 0.6131095, b: 0.5109024, a: 1} 36 | - _SkyGradientTop: {r: 0.10980392, g: 0.1609628, b: 0.2, a: 0} 37 | - _SunDiscColor: {r: 1, g: 0.7391862, b: 0.4009434, a: 1} 38 | - _SunHaloColor: {r: 1, g: 0.5481836, b: 0, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2441c79940171dc43b33badf9fe97828 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset2.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Sunset2 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineContribution: 0.75 24 | - _HorizonLineExponent: 6 25 | - _SkyGradientExponent: 1 26 | - _SunDiscContribution: 1 27 | - _SunDiscExponent: 250000 28 | - _SunDiscMultiplier: 200 29 | - _SunHaloContribution: 0.5 30 | - _SunHaloExponent: 50 31 | - _Title: 0 32 | - __dirty: 0 33 | m_Colors: 34 | - _HorizonLineColor: {r: 1, g: 0.062068965, b: 0, a: 1} 35 | - _SkyGradientBottom: {r: 0.09839968, g: 0.45069495, b: 0.6691177, a: 1} 36 | - _SkyGradientTop: {r: 0.06666667, g: 0.14509805, b: 0.27450982, a: 1} 37 | - _SunDiscColor: {r: 1, g: 0.56997967, b: 0.41176468, a: 1} 38 | - _SunHaloColor: {r: 1, g: 0.16911763, b: 0.16911763, a: 1} 39 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 528363c5c1cf6a7458140c6851c77b68 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ed994c1997814049b44c36a823bba6c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset4.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Sunset4 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: _HORIZONLINEBLENDMODE_LERP _SUNHALOBLENDMODE_ADD _VIEW_FINAL 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineBlendMode: 1 24 | - _HorizonLineContribution: 0.36 25 | - _HorizonLineExponent: 15 26 | - _SkyGradientExponent: 0.25 27 | - _SunDiscContribution: 1 28 | - _SunDiscExponent: 5000 29 | - _SunDiscExponentSize: 12000 30 | - _SunDiscMultiplier: 500 31 | - _SunDiscMultiplierSharpness: 1200 32 | - _SunHaloBlendMode: 0 33 | - _SunHaloContribution: 0.5 34 | - _SunHaloExponent: 250 35 | - _View: 0 36 | - __dirty: 0 37 | m_Colors: 38 | - _HorizonLineColor: {r: 0.854902, g: 0.8267749, b: 0.77647066, a: 1} 39 | - _SkyGradientBottom: {r: 0.992647, g: 0.6458246, b: 0.51822007, a: 1} 40 | - _SkyGradientTop: {r: 0.23930442, g: 0.040116776, b: 0.38970587, a: 1} 41 | - _SunDiscColor: {r: 1, g: 0.9516228, b: 0.9338235, a: 1} 42 | - _SunHaloColor: {r: 0.9333334, g: 0.86274517, b: 0.81568635, a: 1} 43 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset4.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20f6d22d93779de4ea6f62f8ab305593 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset5.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 6 6 | m_ObjectHideFlags: 0 7 | m_CorrespondingSourceObject: {fileID: 0} 8 | m_PrefabInstance: {fileID: 0} 9 | m_PrefabAsset: {fileID: 0} 10 | m_Name: Sunset5 11 | m_Shader: {fileID: 4800000, guid: eb3c6fb598ded4c71b8968e1c40a3b4d, type: 3} 12 | m_ShaderKeywords: _HORIZONLINEBLENDMODE_LERP _SUNHALOBLENDMODE_ADD _VIEW_FINAL 13 | m_LightmapFlags: 0 14 | m_EnableInstancingVariants: 0 15 | m_DoubleSidedGI: 0 16 | m_CustomRenderQueue: -1 17 | stringTagMap: {} 18 | disabledShaderPasses: [] 19 | m_SavedProperties: 20 | serializedVersion: 3 21 | m_TexEnvs: [] 22 | m_Floats: 23 | - _HorizonLineBlendMode: 1 24 | - _HorizonLineContribution: 0.32 25 | - _HorizonLineExponent: 5 26 | - _SkyGradientExponent: 0.25 27 | - _SunDiscContribution: 1 28 | - _SunDiscExponent: 100000 29 | - _SunDiscExponentSize: 12000 30 | - _SunDiscMultiplier: 100000 31 | - _SunDiscMultiplierSharpness: 1200 32 | - _SunHaloBlendMode: 0 33 | - _SunHaloContribution: 0.5 34 | - _SunHaloExponent: 250 35 | - _View: 0 36 | - __dirty: 0 37 | m_Colors: 38 | - _HorizonLineColor: {r: 0.854902, g: 0.77647066, b: 0.84705883, a: 0.8509804} 39 | - _SkyGradientBottom: {r: 0.48529404, g: 0.33542383, b: 0.48529404, a: 1} 40 | - _SkyGradientTop: {r: 0.23356402, g: 0.23682135, b: 0.7058823, a: 1} 41 | - _SunDiscColor: {r: 1, g: 0.94117653, b: 0.8705883, a: 1} 42 | - _SunHaloColor: {r: 1, g: 0.3737834, b: 0.09803921, a: 1} 43 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Materials/Sunset5.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baef7505b9e48404cb74585601f49ff9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a467af176e3ceba48899c668a09878d2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Customizable Skybox/Stylized Sky/Shaders/Stylized Sky.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb3c6fb598ded4c71b8968e1c40a3b4d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b42bfae86576bb64daaa1cf675c97d60 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6ab6d67676e28543bdc43ea7e5dd167 3 | folderAsset: yes 4 | timeCreated: 1550898439 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f1c1a5a0e0e3bb459b888a9f0457379 3 | folderAsset: yes 4 | timeCreated: 1550898844 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Materials/Material1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a271669d58f0234e89082b60f2cc74d 3 | timeCreated: 1549511206 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Materials/Material2.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 040a3537ac934fb4f802f61d64b1df96 3 | timeCreated: 1550135995 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Materials/Material3.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b7360170dc9e0247bd14673208f98db 3 | timeCreated: 1551271332 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 143a3ca44a81328478016ed474fafd7c 3 | folderAsset: yes 4 | timeCreated: 1550898794 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scenes/Demo.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76846e8e140c969489cb8cecd8dfa198 3 | timeCreated: 1550898786 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scenes/DemoSettings.lighting: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!850595691 &4890085278179872738 4 | LightingSettings: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_Name: DemoSettings 10 | serializedVersion: 5 11 | m_GIWorkflowMode: 0 12 | m_EnableBakedLightmaps: 1 13 | m_EnableRealtimeLightmaps: 1 14 | m_RealtimeEnvironmentLighting: 1 15 | m_BounceScale: 1 16 | m_AlbedoBoost: 1 17 | m_IndirectOutputScale: 1 18 | m_UsingShadowmask: 0 19 | m_BakeBackend: 0 20 | m_LightmapMaxSize: 1024 21 | m_BakeResolution: 40 22 | m_Padding: 2 23 | m_LightmapCompression: 3 24 | m_AO: 0 25 | m_AOMaxDistance: 1 26 | m_CompAOExponent: 0 27 | m_CompAOExponentDirect: 0 28 | m_ExtractAO: 0 29 | m_MixedBakeMode: 1 30 | m_LightmapsBakeMode: 0 31 | m_FilterMode: 1 32 | m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} 33 | m_ExportTrainingData: 0 34 | m_TrainingDataDestination: TrainingData 35 | m_RealtimeResolution: 2 36 | m_ForceWhiteAlbedo: 0 37 | m_ForceUpdates: 0 38 | m_FinalGather: 0 39 | m_FinalGatherRayCount: 1024 40 | m_FinalGatherFiltering: 1 41 | m_PVRCulling: 1 42 | m_PVRSampling: 1 43 | m_PVRDirectSampleCount: 32 44 | m_PVRSampleCount: 512 45 | m_PVREnvironmentSampleCount: 512 46 | m_PVREnvironmentReferencePointCount: 2048 47 | m_LightProbeSampleCountMultiplier: 4 48 | m_PVRBounces: 2 49 | m_PVRMinBounces: 2 50 | m_PVREnvironmentImportanceSampling: 0 51 | m_PVRFilteringMode: 0 52 | m_PVRDenoiserTypeDirect: 0 53 | m_PVRDenoiserTypeIndirect: 0 54 | m_PVRDenoiserTypeAO: 0 55 | m_PVRFilterTypeDirect: 0 56 | m_PVRFilterTypeIndirect: 0 57 | m_PVRFilterTypeAO: 0 58 | m_PVRFilteringGaussRadiusDirect: 1 59 | m_PVRFilteringGaussRadiusIndirect: 5 60 | m_PVRFilteringGaussRadiusAO: 2 61 | m_PVRFilteringAtrousPositionSigmaDirect: 0.5 62 | m_PVRFilteringAtrousPositionSigmaIndirect: 2 63 | m_PVRFilteringAtrousPositionSigmaAO: 1 64 | m_PVRTiledBaking: 0 65 | m_NumRaysToShootPerTexel: -1 66 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scenes/DemoSettings.lighting.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eebd7840e954c5d4fbea33bd06e44fdf 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 4890085278179872738 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c71ec374f199933419b2652507dbd746 3 | folderAsset: yes 4 | timeCreated: 1550899852 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scripts/ToggleGameObjectEnable.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class ToggleGameObjectEnable : MonoBehaviour 4 | { 5 | [SerializeField] 6 | private GameObject _go; 7 | 8 | private bool _enabled = true; 9 | 10 | private void Update() 11 | { 12 | if (Input.GetKeyDown(KeyCode.H)) 13 | { 14 | _enabled = !_enabled; 15 | _go.SetActive(_enabled); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Demo/Scripts/ToggleGameObjectEnable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b34e588539c7fec4593542da18a65bc5 3 | timeCreated: 1550899868 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1894414b42fe5e343b181b818b714b55 3 | folderAsset: yes 4 | timeCreated: 1552910252 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Documentation/FreeFlyCamera_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/FreeFlyCamera/Documentation/FreeFlyCamera_en.pdf -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Documentation/FreeFlyCamera_en.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e77f4846974bc9a4f8d3e01f6b2653c3 3 | timeCreated: 1556081593 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Documentation/FreeFlyCamera_ru.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/FreeFlyCamera/Documentation/FreeFlyCamera_ru.pdf -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Documentation/FreeFlyCamera_ru.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 878e70decc5254841b8310d665bf6844 3 | timeCreated: 1556081593 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eeaac17fd74c9fb4592e12afe1203aab 3 | folderAsset: yes 4 | timeCreated: 1549511058 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/Scripts/FreeFlyCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 436275a13d4459746955fc6db5953473 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/readme.txt: -------------------------------------------------------------------------------- 1 | You are using asset FreeFlyCamera (Version 1.1) 2 | 3 | It emulates control of the Scene editor camera in Play mode (in-game screen). 4 | 5 | It is very convenient for quick scene adding and to use it for transition in it while staying in play mode. Load the asset and just drag the script to the main camera “FreeFlyCamera.cs” – ready to use. 6 | 7 | You can change parameters of rotation rate, movement, increase of transition speed, acceleration. You can activate/deactivate the rotation, transition, acceleration of movement speed. 8 | 9 | 10 | If you have any questions or suggestions, you can send them to my email: sergeystafeyev@gmail.com. 11 | 12 | -------------------------------------------------------- 13 | 14 | 15 | Вы используете ассет FreeFlyCamera (Версия 1.1) 16 | 17 | Эмулирует управление камерой редактора сцены в режиме игры (на игровом экране). 18 | 19 | Очень удобно быстро добавить на сцену, и использовать для перемещения по ней в игровом режиме. Загрузите ассет, и просто перетащите на основную камеру скрипт "FreeFlyCamera.cs" - готово к использованию. 20 | 21 | Можно изменить параметры скорости вращения, перемещения, увеличения скорости перемещения, ускорения. Можно активировать/деактивировать вращение, перемещение, ускорение скорости движения. 22 | 23 | 24 | Если у Вас есть какие-либо вопросы или предложения, можете отправить их на мой электронный адрес: sergeystafeyev@gmail.com. 25 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/FreeFlyCamera/readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4884ccef30647b541924654c47c779bb 3 | timeCreated: 1556081593 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 838d894eb2cb85946b80b64382d0351b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99e4c92d4c395a74aa163e79c8149872 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52be4a3a9bfd6b94eb6e06f83779f5ff 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 1.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 1.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aac7fe48a39af6e46a2d48c5d2655976 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 2.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 2.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e6f44b6fce71be34dbbd6d12cb3d3b8c 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 3.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch end 3.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9d46f9a0e3e8be44aa2dc581bd6e0c97 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 1.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 1.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b910aa79c186384cb17f28fad642b0a 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 2.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 2.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a49e3e94b1e34e47bc5f47c5233c5a5 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 3.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Crouch/Crouch start 3.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e0e4a1bf1a03c24a85ad855f4be231e 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2366e4e813d3ad94a9b05caa58dc6484 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 1.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 1.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3888a1e1c52793144a6d07b8c508772e 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 2.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 2.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b26cf3cd5f6b914a80e6d3476caaf86 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 3.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Jump/Jump 3.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b16dc74b7376aca46bd0c6be96c940fa 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68f6b2ea99258924887840591096de7f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 1.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 1.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fcb6dc763cd0354da305b5de2091287 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 2.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 2.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab9637a2491abbf4ca9c9601321cbb88 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 3.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Landing/Landing 3.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50b288ce0d5ac1e439827c5365c74c31 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Steps.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Audio/Steps.wav -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Audio/Steps.wav.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8c14f2814b4b124a894a65c32c44987 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 1 15 | normalize: 0 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Demo.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a3a23bda64e6154183cea502baab83a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Demo/Demo Mini FPC Minimal.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61309573591a99c4ca97697d104b41ed 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Demo/Demo Mini FPC.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f2b90ba65c7b244b875e239d5d42650 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Demo/readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Mini First Person Controller/Demo/readme.pdf -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Demo/readme.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d6d961d8f9e0bc4198fc156b2d945a9 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/First Person Controller Minimal.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2e0b7ae4dae8cf44955bccd3512b213 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/First Person Controller.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11aaea5348574644a9eb4f4504fcce3f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 100100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efcc2f8b689b7c547a119dac5cf66a98 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27054f2851dc4314a8359af559137e6b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/Crouch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27b67ddb3d23b8340b125aede56d7e8c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/FirstPersonAudio.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f45facc01772ba47a9ae17bb7061b71 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/GroundCheck.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | [ExecuteInEditMode] 4 | public class GroundCheck : MonoBehaviour 5 | { 6 | [Tooltip("Maximum distance from the ground.")] 7 | public float distanceThreshold = .15f; 8 | 9 | [Tooltip("Whether this transform is grounded now.")] 10 | public bool isGrounded = true; 11 | /// 12 | /// Called when the ground is touched again. 13 | /// 14 | public event System.Action Grounded; 15 | 16 | const float OriginOffset = .001f; 17 | Vector3 RaycastOrigin => transform.position + Vector3.up * OriginOffset; 18 | float RaycastDistance => distanceThreshold + OriginOffset; 19 | 20 | 21 | void LateUpdate() 22 | { 23 | // Check if we are grounded now. 24 | bool isGroundedNow = Physics.Raycast(RaycastOrigin, Vector3.down, distanceThreshold * 2); 25 | 26 | // Call event if we were in the air and we are now touching the ground. 27 | if (isGroundedNow && !isGrounded) 28 | { 29 | Grounded?.Invoke(); 30 | } 31 | 32 | // Update isGrounded. 33 | isGrounded = isGroundedNow; 34 | } 35 | 36 | void OnDrawGizmosSelected() 37 | { 38 | // Draw a line in the Editor to show whether we are touching the ground. 39 | Debug.DrawLine(RaycastOrigin, RaycastOrigin + Vector3.down * RaycastDistance, isGrounded ? Color.white : Color.red); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/GroundCheck.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 084c01ab381b9da4082c1f84cf70751b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/Jump.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class Jump : MonoBehaviour 4 | { 5 | Rigidbody rigidbody; 6 | public float jumpStrength = 2; 7 | public event System.Action Jumped; 8 | 9 | [SerializeField, Tooltip("Prevents jumping when the transform is in mid-air.")] 10 | GroundCheck groundCheck; 11 | 12 | 13 | void Reset() 14 | { 15 | // Try to get groundCheck. 16 | groundCheck = GetComponentInChildren(); 17 | } 18 | 19 | void Awake() 20 | { 21 | // Get rigidbody. 22 | rigidbody = GetComponent(); 23 | } 24 | 25 | void LateUpdate() 26 | { 27 | // Jump when the Jump button is pressed and we are on the ground. 28 | if (Input.GetButtonDown("Jump") && (!groundCheck || groundCheck.isGrounded)) 29 | { 30 | rigidbody.AddForce(Vector3.up * 100 * jumpStrength); 31 | Jumped?.Invoke(); 32 | } 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/Jump.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f977f53412d81140ab13b3fca57cca2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/Zoom.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | [ExecuteInEditMode] 4 | public class Zoom : MonoBehaviour 5 | { 6 | Camera camera; 7 | public float defaultFOV = 60; 8 | public float maxZoomFOV = 15; 9 | [Range(0, 1)] 10 | public float currentZoom; 11 | public float sensitivity = 1; 12 | 13 | 14 | void Awake() 15 | { 16 | // Get the camera on this gameObject and the defaultZoom. 17 | camera = GetComponent(); 18 | if (camera) 19 | { 20 | defaultFOV = camera.fieldOfView; 21 | } 22 | } 23 | 24 | void Update() 25 | { 26 | // Update the currentZoom and the camera's fieldOfView. 27 | currentZoom += Input.mouseScrollDelta.y * sensitivity * .05f; 28 | currentZoom = Mathf.Clamp01(currentZoom); 29 | camera.fieldOfView = Mathf.Lerp(defaultFOV, maxZoomFOV, currentZoom); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/Components/Zoom.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 780f90e951d635f439326ea715cd97e9 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/FirstPersonLook.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | 3 | public class FirstPersonLook : MonoBehaviour 4 | { 5 | [SerializeField] 6 | Transform character; 7 | public float sensitivity = 2; 8 | public float smoothing = 1.5f; 9 | 10 | Vector2 velocity; 11 | Vector2 frameVelocity; 12 | 13 | 14 | void Reset() 15 | { 16 | // Get the character from the FirstPersonMovement in parents. 17 | character = GetComponentInParent().transform; 18 | } 19 | 20 | void Start() 21 | { 22 | // Lock the mouse cursor to the game screen. 23 | Cursor.lockState = CursorLockMode.Locked; 24 | } 25 | 26 | void Update() 27 | { 28 | // Get smooth velocity. 29 | Vector2 mouseDelta = new Vector2(Input.GetAxisRaw("Mouse X"), Input.GetAxisRaw("Mouse Y")); 30 | Vector2 rawFrameVelocity = Vector2.Scale(mouseDelta, Vector2.one * sensitivity); 31 | frameVelocity = Vector2.Lerp(frameVelocity, rawFrameVelocity, 1 / smoothing); 32 | velocity += frameVelocity; 33 | velocity.y = Mathf.Clamp(velocity.y, -90, 90); 34 | 35 | // Rotate camera up-down and controller left-right from velocity. 36 | transform.localRotation = Quaternion.AngleAxis(-velocity.y, Vector3.right); 37 | character.localRotation = Quaternion.AngleAxis(velocity.x, Vector3.up); 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/FirstPersonLook.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec72980442fddac4d86e75ab24b4d027 3 | timeCreated: 1513577414 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/FirstPersonMovement.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using UnityEngine; 3 | 4 | public class FirstPersonMovement : MonoBehaviour 5 | { 6 | public float speed = 5; 7 | 8 | [Header("Running")] 9 | public bool canRun = true; 10 | public bool IsRunning { get; private set; } 11 | public float runSpeed = 9; 12 | public KeyCode runningKey = KeyCode.LeftShift; 13 | 14 | Rigidbody rigidbody; 15 | /// Functions to override movement speed. Will use the last added override. 16 | public List> speedOverrides = new List>(); 17 | 18 | 19 | 20 | void Awake() 21 | { 22 | // Get the rigidbody on this. 23 | rigidbody = GetComponent(); 24 | } 25 | 26 | void FixedUpdate() 27 | { 28 | // Update IsRunning from input. 29 | IsRunning = canRun && Input.GetKey(runningKey); 30 | 31 | // Get targetMovingSpeed. 32 | float targetMovingSpeed = IsRunning ? runSpeed : speed; 33 | if (speedOverrides.Count > 0) 34 | { 35 | targetMovingSpeed = speedOverrides[speedOverrides.Count - 1](); 36 | } 37 | 38 | // Get targetVelocity from input. 39 | Vector2 targetVelocity =new Vector2( Input.GetAxis("Horizontal") * targetMovingSpeed, Input.GetAxis("Vertical") * targetMovingSpeed); 40 | 41 | // Apply movement. 42 | rigidbody.velocity = transform.rotation * new Vector3(targetVelocity.x, rigidbody.velocity.y, targetVelocity.y); 43 | } 44 | } -------------------------------------------------------------------------------- /Grass/Assets/Imported/Mini First Person Controller/Scripts/FirstPersonMovement.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97fca36bd81de7c4cafce7bbf02ca611 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e42fa8bd8d883a42b47060adc53a0c0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db89c26fa9c67ea4984e5931e748c014 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffd47cba9c4f4d446a8de3509ef06b42 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5729e058ce19f6d42ac6ef6622384187 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c771c9d9e167c0447a9dc6f43f1dd69a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Materials/Grass_pe1j3ds0.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 245bac5b1f85eca4ca1149945b9114db 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 859e92a3f1870494385412075022876a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/AO_2K__pe1j3ds0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/AO_2K__pe1j3ds0.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/Albedo_2K__pe1j3ds0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/Albedo_2K__pe1j3ds0.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/Normal_2K__pe1j3ds0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/Normal_2K__pe1j3ds0.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/Specular_2K__pe1j3ds0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Megascans/3D_Assets/Grass_pe1j3ds0/Textures/Specular_2K__pe1j3ds0.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 063554bb9f2298b42b3079c1e1c3cf6d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a36330169fd799144b77c74dae6443fd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansBridgeLink.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23aa35aa8a0218c4f89375ee48866ecc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansDecalTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 733c92fc7c1455842a30f22400f77ea2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansImporter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 246b5c48cc54aaa4aa380a4346cba8e2 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansImporterWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf5f234b71b55d346a47ab4ce19e5bd3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansMatertialUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 344747a0fb8d25946adcc47b69141613 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansMeshUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 441d0d9284a0cf743bf18c461173ca32 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansPostProcess.cs: -------------------------------------------------------------------------------- 1 | #if UNITY_EDITOR 2 | 3 | using UnityEditor; 4 | using UnityEngine; 5 | 6 | namespace Quixel 7 | { 8 | public class MegascansPostProcess : AssetPostprocessor 9 | { 10 | 11 | static void OnPostprocessAllAssets(string[] importedAssets, string[] deletedAssets, string[] movedAssets, string[] movedFromAssetPaths) 12 | { 13 | // if(!MegascansUtilities.isLegacy()) 14 | // { 15 | // Debug.Log("Automatically changing API Compatibility Level."); 16 | // PlayerSettings.SetApiCompatibilityLevel(EditorUserBuildSettings.selectedBuildTargetGroup, ApiCompatibilityLevel.NET_4_6); 17 | // } 18 | 19 | // loop through imported files, see if it's a .qxl file. 20 | for (int i = 0; i < importedAssets.Length; ++i) 21 | { 22 | if (importedAssets[i].Contains("MegascansImporterWindow.cs")) 23 | { 24 | MegascansImporterWindow.Init(); 25 | } 26 | } 27 | } 28 | } 29 | } 30 | #endif -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansPostProcess.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a42b86240de76dd4d879d5daaf892e76 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansTerrainTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34feb1ea72e2b6d4e9ad92f0989ce4e4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansTextureProcessor.cs: -------------------------------------------------------------------------------- 1 | #if UNITY_EDITOR 2 | 3 | using UnityEngine; 4 | using System.IO; 5 | using UnityEditor; 6 | using System; 7 | 8 | namespace Quixel 9 | { 10 | public class MegascansTextureProcessor : MonoBehaviour 11 | { 12 | string sourcePath; 13 | string destPath; 14 | bool normalMap; 15 | bool sRGB; 16 | 17 | public MegascansTextureProcessor(string sourcePath, string destPath, bool normalMap = false, bool sRGB = true) 18 | { 19 | this.sourcePath = sourcePath; 20 | this.destPath = destPath; 21 | this.normalMap = normalMap; 22 | this.sRGB = sRGB; 23 | } 24 | 25 | public Texture2D ImportTexture() 26 | { 27 | MegascansUtilities.CopyFileToProject(sourcePath, destPath); 28 | TextureImporter tImp = AssetImporter.GetAtPath(destPath) as TextureImporter; 29 | int importResolution = Convert.ToInt32(Math.Pow(2, 9 + EditorPrefs.GetInt("QuixelDefaultImportResolution", 4))); 30 | tImp.maxTextureSize = importResolution; 31 | tImp.sRGBTexture = sRGB; 32 | tImp.textureType = normalMap ? TextureImporterType.NormalMap : TextureImporterType.Default; 33 | AssetDatabase.ImportAsset(destPath); 34 | AssetDatabase.Refresh(); 35 | return AssetDatabase.LoadAssetAtPath(destPath); 36 | } 37 | 38 | public void AdjustAlphaCutoff(float alphaCutoff = 0.33f, bool alphaIsTransparency = true, bool mipMapsPreserveCoverage = true) 39 | { 40 | TextureImporter tImp = AssetImporter.GetAtPath(destPath) as TextureImporter; 41 | tImp.mipMapsPreserveCoverage = mipMapsPreserveCoverage; 42 | tImp.alphaIsTransparency = alphaIsTransparency; 43 | tImp.alphaTestReferenceValue = alphaCutoff; 44 | AssetDatabase.ImportAsset(destPath); 45 | AssetDatabase.Refresh(); 46 | AssetDatabase.LoadAssetAtPath(destPath); 47 | } 48 | } 49 | } 50 | #endif -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansTextureProcessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 801bb95489a2d2549873238f914a81f3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/BridgeImporter/MegascansUtilities.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c97f7795887b96478674df6a980b1da 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b48f5be053ac5ac489cc1d217f426c53 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Fonts/SourceSansPro-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Fonts/SourceSansPro-Black.ttf -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Fonts/SourceSansPro-Black.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8659d6af0bfaedd42ae2ac68fd06e043 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Sans Pro 12 | fontNames: 13 | - Source Sans Pro 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Fonts/SourceSansPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Fonts/SourceSansPro-Regular.ttf -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Fonts/SourceSansPro-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 961e1c4ccc2c3d94fb0f76fdf4088b88 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Sans Pro 12 | fontNames: 13 | - Source Sans Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 8659d6af0bfaedd42ae2ac68fd06e043, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: addd4c791da40ab429409a3f53f843db 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/B.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/Background.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/CheckBoxHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/CheckBoxHover.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/CheckBoxOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/CheckBoxOff.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/CheckBoxOn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/CheckBoxOn.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/Field_Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/Field_Background.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/Help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/Help.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/M.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/Popup_Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/Popup_Arrow.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/Popup_Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/Popup_Background.png -------------------------------------------------------------------------------- /Grass/Assets/Imported/Quixel/Scripts/Images/Text_Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Imported/Quixel/Scripts/Images/Text_Background.png -------------------------------------------------------------------------------- /Grass/Assets/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 253e1b03d1a7db2488caba173296a2e5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Models/GrassBlade.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Models/GrassBlade.fbx -------------------------------------------------------------------------------- /Grass/Assets/Models/GrassBlade.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8effe25f44b087640abc08d4c72c3b72 3 | PrefabImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Models/GrassBladePacked.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Models/GrassBladePacked.fbx -------------------------------------------------------------------------------- /Grass/Assets/Models/blenderplane1.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Models/blenderplane1.fbx -------------------------------------------------------------------------------- /Grass/Assets/Models/blenderplane2.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Models/blenderplane2.fbx -------------------------------------------------------------------------------- /Grass/Assets/Shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8565e8d1a0a12704cbff9fdb3e38db1e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d72fcf213c32b0946b1071b12947e39c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/BezierCustomEditor.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | using UnityEditor; 4 | 5 | // Creates a custom Label on the inspector for all the scripts named ScriptName 6 | // Make sure you have a ScriptName script in your 7 | // project, else this will not work. 8 | [CustomEditor(typeof(BezierTest))] 9 | public class BezierCustomEditor : Editor 10 | { 11 | public override void OnInspectorGUI() 12 | { 13 | DrawDefaultInspector(); 14 | 15 | BezierTest bezierScript = (BezierTest)target; 16 | if (GUILayout.Button("Redistribute points")) 17 | { 18 | bezierScript.redistributePoints(); 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/BezierCustomEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bbbb10c58e000834f8106876eefa46a6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/BezierTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a17fbc917918ea94d82356612a93e44a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/BezierTest.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6bdb6d932e151c4d9338f2dc9a75cb4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/BezierTest.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Shader/Bezier Test/BezierTest.shader -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/BezierTest.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c800d6a20a318c54384c40304a61d7f8 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Bezier Test/CtrlPtAlpha.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 890e33bbd29350a4f938054a6ec77f0e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c55dfdf8a4a4d4d46af2daa3f4d6387e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthComputeTest.compute: -------------------------------------------------------------------------------- 1 | // Each #kernel tells which function to compile; you can have many kernels 2 | #pragma kernel CSMain 3 | 4 | Texture2D _DepthTexture; 5 | RWTexture2D _OutputTexture; 6 | 7 | [numthreads(32,32,1)] 8 | void CSMain (uint3 uv : SV_DispatchThreadID) 9 | { 10 | _OutputTexture[uv.xy] = _DepthTexture[uv.xy]; 11 | } -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthComputeTest.compute.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a063650e850c5f341b16f3d657e2e3ef 3 | ComputeShaderImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthTest.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class DepthTest : MonoBehaviour 6 | { 7 | // Start is called before the first frame update 8 | 9 | RenderTexture outputTex; 10 | 11 | public ComputeShader shader; 12 | 13 | public Camera camera; 14 | void Start() 15 | { 16 | if (outputTex == null) 17 | { 18 | outputTex = new RenderTexture(camera.pixelWidth, camera.pixelHeight, 0, RenderTextureFormat.ARGB32, RenderTextureReadWrite.Linear); 19 | outputTex.enableRandomWrite = true; 20 | outputTex.Create(); 21 | } 22 | 23 | int kernelHandle = shader.FindKernel("CSMain"); 24 | shader.SetTextureFromGlobal(kernelHandle, "_DepthTexture", "_CameraDepthTexture"); 25 | shader.SetTexture(kernelHandle, "_OutputTexture", outputTex); 26 | shader.Dispatch(kernelHandle, camera.pixelWidth / 32, camera.pixelHeight / 32, 1); 27 | 28 | } 29 | 30 | public int width; 31 | public int height; 32 | 33 | public Material mat; 34 | 35 | //private void OnRenderImage(RenderTexture source, RenderTexture destination) 36 | //{ 37 | // RenderTexture src = RenderTexture.GetTemporary(width, height, 0, RenderTextureFormat.R8); 38 | // //RenderTexture dst = RenderTexture.GetTemporary(width, height, 0, RenderTextureFormat.R8); 39 | // Graphics.Blit(src, destination, mat, 0); 40 | 41 | 42 | // //Graphics.Blit(source,destination, clumpingVoronoiMat); 43 | 44 | // //RenderTexture rt = Selection.activeObject as RenderTexture; 45 | 46 | // //RenderTexture.active = dst; 47 | // //Texture2D tex = new Texture2D(dst.width, dst.height, TextureFormat.RGB24, false); 48 | // //tex.ReadPixels(new Rect(0, 0, dst.width, dst.height), 0, 0); 49 | // //RenderTexture.active = null; 50 | // RenderTexture.ReleaseTemporary(src); 51 | // //byte[] bytes; 52 | // //bytes = tex.EncodeToPNG(); 53 | 54 | // //string path = AssetDatabase.GetAssetPath(dst) + ".png"; 55 | // //System.IO.File.WriteAllBytes(path, bytes); 56 | // //AssetDatabase.ImportAsset(path); 57 | 58 | //} 59 | 60 | // Update is called once per frame 61 | void Update() 62 | { 63 | 64 | } 65 | } 66 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthTest.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88767f5d0221e2e4fa8cb1ec0b6b411d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: 7 | - mat: {fileID: 2100000, guid: d610358dd74ff6d438ad2db3356e34c4, type: 2} 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthTest.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d610358dd74ff6d438ad2db3356e34c4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthTest.shader: -------------------------------------------------------------------------------- 1 | Shader "Hidden/DepthTest" 2 | { 3 | Properties 4 | { 5 | _MainTex ("Texture", 2D) = "white" {} 6 | } 7 | SubShader 8 | { 9 | // No culling or depth 10 | Cull Off ZWrite Off ZTest Always 11 | 12 | Pass 13 | { 14 | CGPROGRAM 15 | #pragma vertex vert 16 | #pragma fragment frag 17 | 18 | #include "UnityCG.cginc" 19 | 20 | sampler2D _CameraDepthTexture; 21 | 22 | struct appdata 23 | { 24 | float4 vertex : POSITION; 25 | float2 uv : TEXCOORD0; 26 | }; 27 | 28 | struct v2f 29 | { 30 | float2 uv : TEXCOORD0; 31 | float4 vertex : SV_POSITION; 32 | }; 33 | 34 | v2f vert (appdata v) 35 | { 36 | v2f o; 37 | o.vertex = UnityObjectToClipPos(v.vertex); 38 | o.uv = v.uv; 39 | return o; 40 | } 41 | 42 | sampler2D _MainTex; 43 | 44 | fixed4 frag (v2f i) : SV_Target 45 | { 46 | float depth = tex2D(_CameraDepthTexture, i.uv).r; 47 | depth = Linear01Depth(depth); 48 | return depth; 49 | } 50 | ENDCG 51 | } 52 | } 53 | } 54 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Depth test/DepthTest.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f576fbebeb027284393d515731ffe273 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Terrain.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a003e2452602d5f4e8b2facbb8920162 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Terrain/Plane.shader: -------------------------------------------------------------------------------- 1 | Shader "Unlit/NewUnlitShader" 2 | { 3 | Properties 4 | { 5 | _MainTex ("Texture", 2D) = "white" {} 6 | _Heightmap ("Heightmap", 2D) = "white" {} 7 | _HeightMul ("Height multiplier", Float) = 1 8 | } 9 | SubShader 10 | { 11 | Tags { "RenderType"="Opaque" } 12 | LOD 100 13 | 14 | Pass 15 | { 16 | CGPROGRAM 17 | #pragma vertex vert 18 | #pragma fragment frag 19 | // make fog work 20 | #pragma multi_compile_fog 21 | 22 | #include "UnityCG.cginc" 23 | 24 | struct appdata 25 | { 26 | float4 vertex : POSITION; 27 | float2 uv : TEXCOORD0; 28 | }; 29 | 30 | struct v2f 31 | { 32 | float2 uv : TEXCOORD0; 33 | UNITY_FOG_COORDS(1) 34 | float4 vertex : SV_POSITION; 35 | }; 36 | 37 | sampler2D _MainTex; 38 | float4 _MainTex_ST; 39 | 40 | sampler2D _Heightmap; 41 | float4 _Heightmap_ST; 42 | float _HeightMul; 43 | 44 | v2f vert (appdata v) 45 | { 46 | 47 | float3 worldSpacePos = mul(unity_ObjectToWorld, v.vertex); 48 | 49 | float2 worldUV = worldSpacePos.xz; 50 | 51 | worldUV = worldUV * _Heightmap_ST.xy + _Heightmap_ST.zw; 52 | 53 | 54 | float height = tex2Dlod( _Heightmap, float4(worldUV.x, worldUV.y, 0,0)); 55 | 56 | v2f o; 57 | 58 | float4 raisedVertex = v.vertex; 59 | 60 | raisedVertex.y += height*_HeightMul; 61 | 62 | o.vertex = UnityObjectToClipPos(raisedVertex); 63 | o.uv = TRANSFORM_TEX(v.uv, _MainTex); 64 | UNITY_TRANSFER_FOG(o,o.vertex); 65 | return o; 66 | } 67 | 68 | fixed4 frag (v2f i) : SV_Target 69 | { 70 | // sample the texture 71 | fixed4 col = tex2D(_MainTex, i.uv); 72 | // apply fog 73 | UNITY_APPLY_FOG(i.fogCoord, col); 74 | return col; 75 | } 76 | ENDCG 77 | } 78 | } 79 | } 80 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Terrain/Plane.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32edc76448f82214e834d0adf0bb4c75 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Terrain/Plane2.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a944dd8fe7deed40ac3f1ea1f93c08a 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Grass/Assets/Shader/Terrain/TerrainMat 1.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8da57c6faf8e2f44e95920c4e7f4eea4 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 2100000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b51cbee27dab4854992fbebb8dbbf9c2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Grass/Assets/Textures/NormalMap (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/NormalMap (1).png -------------------------------------------------------------------------------- /Grass/Assets/Textures/WaterDistortion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/WaterDistortion.png -------------------------------------------------------------------------------- /Grass/Assets/Textures/a03fc0c460dec4a47ee0794f1bc2c869.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/a03fc0c460dec4a47ee0794f1bc2c869.png -------------------------------------------------------------------------------- /Grass/Assets/Textures/grass albedo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/grass albedo2.png -------------------------------------------------------------------------------- /Grass/Assets/Textures/grass gloss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/grass gloss.png -------------------------------------------------------------------------------- /Grass/Assets/Textures/heightmap_1431558578632.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/heightmap_1431558578632.png -------------------------------------------------------------------------------- /Grass/Assets/Textures/noiseTexture (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/noiseTexture (4).png -------------------------------------------------------------------------------- /Grass/Assets/Textures/world1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cainrademan/Unity-Grass/ebba18efaa8518ad891780b7e00806a213c87547/Grass/Assets/Textures/world1.png -------------------------------------------------------------------------------- /Grass/Packages/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "com.unity.collab-proxy": "1.17.1", 4 | "com.unity.feature.development": "1.0.1", 5 | "com.unity.ide.rider": "3.0.15", 6 | "com.unity.ide.visualstudio": "2.0.16", 7 | "com.unity.ide.vscode": "1.2.5", 8 | "com.unity.postprocessing": "3.2.2", 9 | "com.unity.test-framework": "1.1.31", 10 | "com.unity.textmeshpro": "3.0.6", 11 | "com.unity.timeline": "1.7.1", 12 | "com.unity.ugui": "1.0.0", 13 | "com.unity.visualscripting": "1.7.8", 14 | "com.unity.modules.ai": "1.0.0", 15 | "com.unity.modules.androidjni": "1.0.0", 16 | "com.unity.modules.animation": "1.0.0", 17 | "com.unity.modules.assetbundle": "1.0.0", 18 | "com.unity.modules.audio": "1.0.0", 19 | "com.unity.modules.cloth": "1.0.0", 20 | "com.unity.modules.director": "1.0.0", 21 | "com.unity.modules.imageconversion": "1.0.0", 22 | "com.unity.modules.imgui": "1.0.0", 23 | "com.unity.modules.jsonserialize": "1.0.0", 24 | "com.unity.modules.particlesystem": "1.0.0", 25 | "com.unity.modules.physics": "1.0.0", 26 | "com.unity.modules.physics2d": "1.0.0", 27 | "com.unity.modules.screencapture": "1.0.0", 28 | "com.unity.modules.terrain": "1.0.0", 29 | "com.unity.modules.terrainphysics": "1.0.0", 30 | "com.unity.modules.tilemap": "1.0.0", 31 | "com.unity.modules.ui": "1.0.0", 32 | "com.unity.modules.uielements": "1.0.0", 33 | "com.unity.modules.umbra": "1.0.0", 34 | "com.unity.modules.unityanalytics": "1.0.0", 35 | "com.unity.modules.unitywebrequest": "1.0.0", 36 | "com.unity.modules.unitywebrequestassetbundle": "1.0.0", 37 | "com.unity.modules.unitywebrequestaudio": "1.0.0", 38 | "com.unity.modules.unitywebrequesttexture": "1.0.0", 39 | "com.unity.modules.unitywebrequestwww": "1.0.0", 40 | "com.unity.modules.vehicles": "1.0.0", 41 | "com.unity.modules.video": "1.0.0", 42 | "com.unity.modules.vr": "1.0.0", 43 | "com.unity.modules.wind": "1.0.0", 44 | "com.unity.modules.xr": "1.0.0" 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_SpatializerPlugin: 16 | m_AmbisonicDecoderPlugin: 17 | m_DisableAudio: 0 18 | m_VirtualizeEffects: 1 19 | m_RequestedDSPBufferSize: 1024 20 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 11 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0 18 | m_ClothInterCollisionStiffness: 0 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 0 23 | m_ReuseCollisionCallbacks: 1 24 | m_ClothInterCollisionSettingsToggle: 0 25 | m_ContactPairsMode: 0 26 | m_BroadphaseType: 0 27 | m_WorldBounds: 28 | m_Center: {x: 0, y: 0, z: 0} 29 | m_Extent: {x: 250, y: 250, z: 250} 30 | m_WorldSubdivisions: 8 31 | m_FrictionType: 0 32 | m_EnableEnhancedDeterminism: 0 33 | m_EnableUnifiedHeightmaps: 1 34 | m_DefaultMaxAngluarSpeed: 7 35 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | m_configObjects: {} 9 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 11 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_LineEndingsForNewScripts: 0 10 | m_DefaultBehaviorMode: 0 11 | m_PrefabRegularEnvironment: {fileID: 0} 12 | m_PrefabUIEnvironment: {fileID: 0} 13 | m_SpritePackerMode: 0 14 | m_SpritePackerPaddingPower: 1 15 | m_EtcTextureCompressorBehavior: 1 16 | m_EtcTextureFastCompressor: 1 17 | m_EtcTextureNormalCompressor: 2 18 | m_EtcTextureBestCompressor: 4 19 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref 20 | m_ProjectGenerationRootNamespace: 21 | m_CollabEditorSettings: 22 | inProgressEnabled: 1 23 | m_EnableTextureStreamingInEditMode: 1 24 | m_EnableTextureStreamingInPlayMode: 1 25 | m_AsyncShaderCompilation: 1 26 | m_EnterPlayModeOptionsEnabled: 0 27 | m_EnterPlayModeOptions: 3 28 | m_ShowLightmapResolutionOverlay: 1 29 | m_UseLegacyProbeSampleCount: 0 30 | m_SerializeInlineMappingsOnOneLine: 1 31 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!387306366 &1 4 | MemorySettings: 5 | m_ObjectHideFlags: 0 6 | m_EditorMemorySettings: 7 | m_MainAllocatorBlockSize: -1 8 | m_ThreadAllocatorBlockSize: -1 9 | m_MainGfxBlockSize: -1 10 | m_ThreadGfxBlockSize: -1 11 | m_CacheBlockSize: -1 12 | m_TypetreeBlockSize: -1 13 | m_ProfilerBlockSize: -1 14 | m_ProfilerEditorBlockSize: -1 15 | m_BucketAllocatorGranularity: -1 16 | m_BucketAllocatorBucketsCount: -1 17 | m_BucketAllocatorBlockSize: -1 18 | m_BucketAllocatorBlockCount: -1 19 | m_ProfilerBucketAllocatorGranularity: -1 20 | m_ProfilerBucketAllocatorBucketsCount: -1 21 | m_ProfilerBucketAllocatorBlockSize: -1 22 | m_ProfilerBucketAllocatorBlockCount: -1 23 | m_TempAllocatorSizeMain: -1 24 | m_JobTempAllocatorBlockSize: -1 25 | m_BackgroundJobTempAllocatorBlockSize: -1 26 | m_JobTempAllocatorReducedBlockSize: -1 27 | m_TempAllocatorSizeGIBakingWorker: -1 28 | m_TempAllocatorSizeNavMeshWorker: -1 29 | m_TempAllocatorSizeAudioWorker: -1 30 | m_TempAllocatorSizeCloudWorker: -1 31 | m_TempAllocatorSizeGfx: -1 32 | m_TempAllocatorSizeJobWorker: -1 33 | m_TempAllocatorSizeBackgroundWorker: -1 34 | m_TempAllocatorSizePreloadManager: -1 35 | m_PlatformMemorySettings: {} 36 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!126 &1 4 | NavMeshProjectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | areas: 8 | - name: Walkable 9 | cost: 1 10 | - name: Not Walkable 11 | cost: 1 12 | - name: Jump 13 | cost: 2 14 | - name: 15 | cost: 1 16 | - name: 17 | cost: 1 18 | - name: 19 | cost: 1 20 | - name: 21 | cost: 1 22 | - name: 23 | cost: 1 24 | - name: 25 | cost: 1 26 | - name: 27 | cost: 1 28 | - name: 29 | cost: 1 30 | - name: 31 | cost: 1 32 | - name: 33 | cost: 1 34 | - name: 35 | cost: 1 36 | - name: 37 | cost: 1 38 | - name: 39 | cost: 1 40 | - name: 41 | cost: 1 42 | - name: 43 | cost: 1 44 | - name: 45 | cost: 1 46 | - name: 47 | cost: 1 48 | - name: 49 | cost: 1 50 | - name: 51 | cost: 1 52 | - name: 53 | cost: 1 54 | - name: 55 | cost: 1 56 | - name: 57 | cost: 1 58 | - name: 59 | cost: 1 60 | - name: 61 | cost: 1 62 | - name: 63 | cost: 1 64 | - name: 65 | cost: 1 66 | - name: 67 | cost: 1 68 | - name: 69 | cost: 1 70 | - name: 71 | cost: 1 72 | m_LastAgentTypeID: -887442657 73 | m_Settings: 74 | - serializedVersion: 2 75 | agentTypeID: 0 76 | agentRadius: 0.5 77 | agentHeight: 2 78 | agentSlope: 45 79 | agentClimb: 0.75 80 | ledgeDropHeight: 0 81 | maxJumpAcrossDistance: 0 82 | minRegionArea: 2 83 | manualCellSize: 0 84 | cellSize: 0.16666667 85 | manualTileSize: 0 86 | tileSize: 256 87 | accuratePlacement: 0 88 | debug: 89 | m_Flags: 0 90 | m_SettingNames: 91 | - Humanoid 92 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_EnablePreReleasePackages: 0 16 | m_EnablePackageDependencies: 0 17 | m_AdvancedSettingsExpanded: 1 18 | m_ScopedRegistriesSettingsExpanded: 1 19 | m_SeeAllPackageVersions: 0 20 | oneTimeWarningShown: 0 21 | m_Registries: 22 | - m_Id: main 23 | m_Name: 24 | m_Url: https://packages.unity.com 25 | m_Scopes: [] 26 | m_IsDefault: 1 27 | m_Capabilities: 7 28 | m_UserSelectedRegistryName: 29 | m_UserAddingNewScopedRegistry: 0 30 | m_RegistryInfoDraft: 31 | m_Modified: 0 32 | m_ErrorMessage: 33 | m_UserModificationsInstanceId: -830 34 | m_OriginalInstanceId: -832 35 | m_LoadAssets: 0 36 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "m_Dictionary": { 3 | "m_DictionaryValues": [] 4 | } 5 | } -------------------------------------------------------------------------------- /Grass/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 4 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_BaumgarteScale: 0.2 17 | m_BaumgarteTimeOfImpactScale: 0.75 18 | m_TimeToSleep: 0.5 19 | m_LinearSleepTolerance: 0.01 20 | m_AngularSleepTolerance: 2 21 | m_DefaultContactOffset: 0.01 22 | m_JobOptions: 23 | serializedVersion: 2 24 | useMultithreading: 0 25 | useConsistencySorting: 0 26 | m_InterpolationPosesPerJob: 100 27 | m_NewContactsPerJob: 30 28 | m_CollideContactsPerJob: 100 29 | m_ClearFlagsPerJob: 200 30 | m_ClearBodyForcesPerJob: 200 31 | m_SyncDiscreteFixturesPerJob: 50 32 | m_SyncContinuousFixturesPerJob: 50 33 | m_FindNearestContactsPerJob: 100 34 | m_UpdateTriggerContactsPerJob: 100 35 | m_IslandSolverCostThreshold: 100 36 | m_IslandSolverBodyCostScale: 1 37 | m_IslandSolverContactCostScale: 10 38 | m_IslandSolverJointCostScale: 10 39 | m_IslandSolverBodiesPerJob: 50 40 | m_IslandSolverContactsPerJob: 50 41 | m_AutoSimulation: 1 42 | m_QueriesHitTriggers: 1 43 | m_QueriesStartInColliders: 1 44 | m_CallbacksOnDisable: 1 45 | m_ReuseCollisionCallbacks: 1 46 | m_AutoSyncTransforms: 0 47 | m_AlwaysShowColliders: 0 48 | m_ShowColliderSleep: 1 49 | m_ShowColliderContacts: 0 50 | m_ShowColliderAABB: 0 51 | m_ContactArrowScale: 0.2 52 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 53 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 54 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 55 | m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} 56 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 57 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2022.1.11f1 2 | m_EditorVersionWithRevision: 2022.1.11f1 (09bebd6e9324) 3 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - Post Processing 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_DashboardUrl: https://dashboard.unity3d.com 13 | m_TestInitMode: 0 14 | CrashReportingSettings: 15 | m_EventUrl: https://perf-events.cloud.unity3d.com 16 | m_Enabled: 0 17 | m_LogBufferSize: 10 18 | m_CaptureEditorExceptions: 1 19 | UnityPurchasingSettings: 20 | m_Enabled: 0 21 | m_TestMode: 0 22 | UnityAnalyticsSettings: 23 | m_Enabled: 0 24 | m_TestMode: 0 25 | m_InitializeOnStartup: 1 26 | UnityAdsSettings: 27 | m_Enabled: 0 28 | m_InitializeOnStartup: 1 29 | m_TestMode: 0 30 | m_IosGameId: 31 | m_AndroidGameId: 32 | m_GameIds: {} 33 | m_GameId: 34 | PerformanceReportingSettings: 35 | m_Enabled: 0 36 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /Grass/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /Grass/UserSettings/EditorUserSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!162 &1 4 | EditorUserSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 4 7 | m_ConfigSettings: 8 | RecentlyUsedSceneGuid-0: 9 | value: 5a0056525d03085a545e097246275a4445154b28787b7766757e486ab5b46d60 10 | flags: 0 11 | RecentlyUsedSceneGuid-1: 12 | value: 5a0955525d010a5a5a560e2346700f4417161d797f7c7f617e7c1865b1e3376c 13 | flags: 0 14 | RecentlyUsedSceneGuid-2: 15 | value: 5100030754055c095956082146765944134f1b72782d71367a7a1f37e6e16d6e 16 | flags: 0 17 | RecentlyUsedSceneGuid-3: 18 | value: 5209055704050a035f5c087011755c4443154d2e7d7c75652f2f4a37b2b7306a 19 | flags: 0 20 | RecentlyUsedSceneGuid-4: 21 | value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a 22 | flags: 0 23 | RecentlyUsedSceneGuid-5: 24 | value: 50500556510c5d0f0f5a5f7143270d444215487b2f2e7568292a496ab2b86160 25 | flags: 0 26 | RecentlyUsedSceneGuid-6: 27 | value: 53090d5e04500d0b5558097749700d44454e4c2f7e2e72347e701e31e6e5666f 28 | flags: 0 29 | RecentlyUsedSceneGuid-7: 30 | value: 5104515504030c5a5c5a5e7114700d4415164b29787b71677f794e61bbb7373b 31 | flags: 0 32 | RecentlyUsedSceneGuid-8: 33 | value: 5b090556030208020e5c5c71467b084410154b2b2d7b763175784836b1b6656e 34 | flags: 0 35 | RecentlyUsedSceneGuid-9: 36 | value: 050505505107515f085d5b7545250744444e197e2f7c73312e28456bb6b26d6a 37 | flags: 0 38 | vcSharedLogLevel: 39 | value: 0d5e400f0650 40 | flags: 0 41 | m_VCAutomaticAdd: 1 42 | m_VCDebugCom: 0 43 | m_VCDebugCmd: 0 44 | m_VCDebugOut: 0 45 | m_SemanticMergeMode: 2 46 | m_DesiredImportWorkerCount: 3 47 | m_StandbyImportWorkerCount: 2 48 | m_IdleImportWorkerShutdownDelay: 60000 49 | m_VCShowFailedCheckout: 1 50 | m_VCOverwriteFailedCheckoutAssets: 1 51 | m_VCProjectOverlayIcons: 1 52 | m_VCHierarchyOverlayIcons: 1 53 | m_VCOtherOverlayIcons: 1 54 | m_VCAllowAsyncUpdate: 1 55 | m_ArtifactGarbageCollection: 1 56 | -------------------------------------------------------------------------------- /Grass/UserSettings/Search.settings: -------------------------------------------------------------------------------- 1 | {} --------------------------------------------------------------------------------