├── Assets ├── Models │ ├── GrassHEx.fbx │ ├── SphereTimeline.playable.meta │ ├── GrassHEx.fbx.meta │ └── SphereTimeline.playable ├── Graphs.meta ├── Models.meta ├── Scenes.meta ├── Scenes │ ├── SampleScene.unity.meta │ ├── SampleScene.meta │ ├── SampleScene │ │ ├── Global Volume Profile.asset.meta │ │ └── Global Volume Profile.asset │ └── SampleScene.unity ├── Scripts.meta ├── Materials.meta ├── Settings.meta ├── Materials │ ├── GrassMat.mat.meta │ └── GrassMat.mat ├── Settings │ ├── UniversalRenderPipelineAsset.asset.meta │ ├── UniversalRenderPipelineAsset_Renderer.asset.meta │ ├── UniversalRenderPipelineAsset_Renderer.asset │ └── UniversalRenderPipelineAsset.asset ├── Scripts │ ├── playerpos.cs.meta │ └── playerpos.cs └── Graphs │ └── Grass.shadergraph.meta ├── ProjectSettings ├── ProjectVersion.txt ├── ClusterInputManager.asset ├── PresetManager.asset ├── EditorBuildSettings.asset ├── XRSettings.asset ├── TimeManager.asset ├── VFXManager.asset ├── URPProjectSettings.asset ├── AudioManager.asset ├── TagManager.asset ├── UnityConnectSettings.asset ├── EditorSettings.asset ├── DynamicsManager.asset ├── NavMeshAreas.asset ├── Physics2DSettings.asset ├── GraphicsSettings.asset ├── QualitySettings.asset ├── InputManager.asset └── ProjectSettings.asset ├── README.md ├── LICENSE └── Packages └── manifest.json /Assets/Models/GrassHEx.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aniruddhahar/URP-AnimatedGrass/HEAD/Assets/Models/GrassHEx.fbx -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.3.10f1 2 | m_EditorVersionWithRevision: 2019.3.10f1 (5968d7f82152) 3 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Graphs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d00d2b58ca5af148847799ce31d4ff0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b06a4a7d5b69c4a4b92e15513a2fe6a2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 389d51494b5893949a507c95baaf35ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc0d4010bbf28b4594072e72b8655ab 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a8f6af228556644284c667fe02734a8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5cc61f494cb696408cd43943bf172bf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bda555eae736e641967b1e194f23a0f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 693d4aa3e38a35d428aa43cbe978906f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /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 | } -------------------------------------------------------------------------------- /Assets/Materials/GrassMat.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56788ea4cec9e554cb03de6be446beef 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Models/SphereTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3817e560f6b122647b7de869bac64812 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene/Global Volume Profile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48186d2031040f246821e985a2bc5248 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineAsset.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eadd0e1839e67fc4a9fc3fa8f110d834 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineAsset_Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69f16448fdb4935469e18a914fcc17b8 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Scripts/playerpos.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c0adc92b74149340b679af8f6d7a8b5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/Graphs/Grass.shadergraph.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 448a566fbc1dac24585d635f746519a5 3 | ScriptedImporter: 4 | internalIDToNameTable: [] 5 | externalObjects: {} 6 | serializedVersion: 2 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3} 11 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Scripts/playerpos.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | [ExecuteAlways] 6 | public class playerpos : MonoBehaviour 7 | { 8 | // Start is called before the first frame update 9 | void Start() 10 | { 11 | 12 | } 13 | 14 | // Update is called once per frame 15 | void Update() 16 | { 17 | 18 | Shader.SetGlobalVector("_PlayerPos", transform.position); 19 | 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /ProjectSettings/URPProjectSettings.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: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_LastMaterialVersion: 1 16 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | - 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 | -------------------------------------------------------------------------------- /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_TestInitMode: 0 13 | CrashReportingSettings: 14 | m_EventUrl: https://perf-events.cloud.unity3d.com 15 | m_Enabled: 0 16 | m_LogBufferSize: 10 17 | m_CaptureEditorExceptions: 1 18 | UnityPurchasingSettings: 19 | m_Enabled: 0 20 | m_TestMode: 0 21 | UnityAnalyticsSettings: 22 | m_Enabled: 0 23 | m_TestMode: 0 24 | m_InitializeOnStartup: 1 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # URP-AnimatedGrass 2 | ## An Animated Grass Shader for Blade-like Geometry [Unity URP] 3 | 4 | A fully procedural animated shadergraph for making wavy grass that responds to one object 'wading' through it. Designed with unity 2019.3.10f1 and URP 7.3.1. 5 | 6 | ### Instructions 7 | 1. Clone the project and open the sample scene in Unity 2019.3.10f1 (or recent), with URP 7.3.1 (or recent) 8 | 2. The grass push while wading is made possible by the Playerpos script on the sphere. Make sure you're player has that script 9 | 3. Multiple Characters wading through grass can be achieved by duplicating the Grass push group in the graph and adding them to final comp 10 | 4. The shader is designed with URP but should be easy to port to HDRP by changing the master node (Untested for now) 11 | 12 | ## Demo Video 13 | 14 | Simple Clouds Video 17 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 aniruddhahar 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /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: 9 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_AssetPipelineMode: 1 31 | m_CacheServerMode: 0 32 | m_CacheServerEndpoint: 33 | m_CacheServerNamespacePrefix: default 34 | m_CacheServerEnableDownload: 1 35 | m_CacheServerEnableUpload: 1 36 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineAsset_Renderer.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: de640fe3d0db1804a85f9fc8f5cadab6, type: 3} 13 | m_Name: UniversalRenderPipelineAsset_Renderer 14 | m_EditorClassIdentifier: 15 | m_RendererFeatures: [] 16 | m_RendererFeatureMap: 17 | postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} 18 | shaders: 19 | blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} 20 | copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} 21 | screenSpaceShadowPS: {fileID: 4800000, guid: 0f854b35a0cf61a429bd5dcfea30eddd, 22 | type: 3} 23 | samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} 24 | fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} 25 | m_OpaqueLayerMask: 26 | serializedVersion: 2 27 | m_Bits: 4294967295 28 | m_TransparentLayerMask: 29 | serializedVersion: 2 30 | m_Bits: 4294967295 31 | m_DefaultStencilState: 32 | overrideStencilState: 0 33 | stencilReference: 0 34 | stencilCompareFunction: 8 35 | passOperation: 0 36 | failOperation: 0 37 | zFailOperation: 0 38 | m_ShadowTransparentReceive: 1 39 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene/Global 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: d7fd9488000d3734a9e00ee676215985, type: 3} 13 | m_Name: Global Volume Profile 14 | m_EditorClassIdentifier: 15 | components: 16 | - {fileID: 4148101629402271853} 17 | --- !u!114 &4148101629402271853 18 | MonoBehaviour: 19 | m_ObjectHideFlags: 3 20 | m_CorrespondingSourceObject: {fileID: 0} 21 | m_PrefabInstance: {fileID: 0} 22 | m_PrefabAsset: {fileID: 0} 23 | m_GameObject: {fileID: 0} 24 | m_Enabled: 1 25 | m_EditorHideFlags: 0 26 | m_Script: {fileID: 11500000, guid: 0b2db86121404754db890f4c8dfe81b2, type: 3} 27 | m_Name: Bloom 28 | m_EditorClassIdentifier: 29 | active: 1 30 | m_AdvancedMode: 0 31 | threshold: 32 | m_OverrideState: 0 33 | m_Value: 0.9 34 | min: 0 35 | intensity: 36 | m_OverrideState: 1 37 | m_Value: 0.48 38 | min: 0 39 | scatter: 40 | m_OverrideState: 0 41 | m_Value: 0.7 42 | min: 0 43 | max: 1 44 | clamp: 45 | m_OverrideState: 0 46 | m_Value: 65472 47 | min: 0 48 | tint: 49 | m_OverrideState: 0 50 | m_Value: {r: 1, g: 1, b: 1, a: 1} 51 | hdr: 0 52 | showAlpha: 0 53 | showEyeDropper: 1 54 | highQualityFiltering: 55 | m_OverrideState: 0 56 | m_Value: 0 57 | dirtTexture: 58 | m_OverrideState: 0 59 | m_Value: {fileID: 0} 60 | dirtIntensity: 61 | m_OverrideState: 0 62 | m_Value: 0 63 | min: 0 64 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Settings/UniversalRenderPipelineAsset.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: bf2edee5c58d82540a51f03df9d42094, type: 3} 13 | m_Name: UniversalRenderPipelineAsset 14 | m_EditorClassIdentifier: 15 | k_AssetVersion: 5 16 | k_AssetPreviousVersion: 5 17 | m_RendererType: 1 18 | m_RendererData: {fileID: 0} 19 | m_RendererDataList: 20 | - {fileID: 11400000, guid: 69f16448fdb4935469e18a914fcc17b8, type: 2} 21 | m_DefaultRendererIndex: 0 22 | m_RequireDepthTexture: 0 23 | m_RequireOpaqueTexture: 0 24 | m_OpaqueDownsampling: 1 25 | m_SupportsTerrainHoles: 1 26 | m_SupportsHDR: 1 27 | m_MSAA: 4 28 | m_RenderScale: 1 29 | m_MainLightRenderingMode: 1 30 | m_MainLightShadowsSupported: 1 31 | m_MainLightShadowmapResolution: 2048 32 | m_AdditionalLightsRenderingMode: 1 33 | m_AdditionalLightsPerObjectLimit: 4 34 | m_AdditionalLightShadowsSupported: 0 35 | m_AdditionalLightsShadowmapResolution: 512 36 | m_ShadowDistance: 1.71 37 | m_ShadowCascades: 2 38 | m_Cascade2Split: 0.25 39 | m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} 40 | m_ShadowDepthBias: 1 41 | m_ShadowNormalBias: 1 42 | m_SoftShadowsSupported: 0 43 | m_UseSRPBatcher: 1 44 | m_SupportsDynamicBatching: 0 45 | m_MixedLightingSupported: 1 46 | m_DebugLevel: 0 47 | m_PostProcessingFeatureSet: 0 48 | m_ColorGradingMode: 0 49 | m_ColorGradingLutSize: 32 50 | m_ShadowType: 1 51 | m_LocalShadowsSupported: 0 52 | m_LocalShadowsAtlasResolution: 256 53 | m_MaxPixelLights: 0 54 | m_ShadowAtlasResolution: 256 55 | m_ShaderVariantLogLevel: 0 56 | -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | "com.unity.collab-proxy": "1.2.16", 4 | "com.unity.ide.rider": "1.1.4", 5 | "com.unity.ide.vscode": "1.1.4", 6 | "com.unity.render-pipelines.universal": "7.3.1", 7 | "com.unity.test-framework": "1.1.13", 8 | "com.unity.textmeshpro": "2.0.1", 9 | "com.unity.timeline": "1.2.13", 10 | "com.unity.ugui": "1.0.0", 11 | "com.unity.modules.ai": "1.0.0", 12 | "com.unity.modules.androidjni": "1.0.0", 13 | "com.unity.modules.animation": "1.0.0", 14 | "com.unity.modules.assetbundle": "1.0.0", 15 | "com.unity.modules.audio": "1.0.0", 16 | "com.unity.modules.cloth": "1.0.0", 17 | "com.unity.modules.director": "1.0.0", 18 | "com.unity.modules.imageconversion": "1.0.0", 19 | "com.unity.modules.imgui": "1.0.0", 20 | "com.unity.modules.jsonserialize": "1.0.0", 21 | "com.unity.modules.particlesystem": "1.0.0", 22 | "com.unity.modules.physics": "1.0.0", 23 | "com.unity.modules.physics2d": "1.0.0", 24 | "com.unity.modules.screencapture": "1.0.0", 25 | "com.unity.modules.terrain": "1.0.0", 26 | "com.unity.modules.terrainphysics": "1.0.0", 27 | "com.unity.modules.tilemap": "1.0.0", 28 | "com.unity.modules.ui": "1.0.0", 29 | "com.unity.modules.uielements": "1.0.0", 30 | "com.unity.modules.umbra": "1.0.0", 31 | "com.unity.modules.unityanalytics": "1.0.0", 32 | "com.unity.modules.unitywebrequest": "1.0.0", 33 | "com.unity.modules.unitywebrequestassetbundle": "1.0.0", 34 | "com.unity.modules.unitywebrequestaudio": "1.0.0", 35 | "com.unity.modules.unitywebrequesttexture": "1.0.0", 36 | "com.unity.modules.unitywebrequestwww": "1.0.0", 37 | "com.unity.modules.vehicles": "1.0.0", 38 | "com.unity.modules.video": "1.0.0", 39 | "com.unity.modules.vr": "1.0.0", 40 | "com.unity.modules.wind": "1.0.0", 41 | "com.unity.modules.xr": "1.0.0" 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Assets/Materials/GrassMat.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: GrassMat 11 | m_Shader: {fileID: -6465566751694194690, guid: 448a566fbc1dac24585d635f746519a5, 12 | type: 3} 13 | m_ShaderKeywords: 14 | m_LightmapFlags: 4 15 | m_EnableInstancingVariants: 1 16 | m_DoubleSidedGI: 0 17 | m_CustomRenderQueue: -1 18 | stringTagMap: {} 19 | disabledShaderPasses: [] 20 | m_SavedProperties: 21 | serializedVersion: 3 22 | m_TexEnvs: 23 | - Texture2D_DD589365: 24 | m_Texture: {fileID: 2800000, guid: a223121ee613e5b4785224ad83c9b709, type: 3} 25 | m_Scale: {x: 1, y: 1} 26 | m_Offset: {x: 0, y: 0} 27 | - _SampleTexture2DLOD_3612E124_Texture_1: 28 | m_Texture: {fileID: 2800000, guid: d7bc60b7c0820d34cb0c649b759b05ab, type: 3} 29 | m_Scale: {x: 1, y: 1} 30 | m_Offset: {x: 0, y: 0} 31 | - _SampleTexture2DLOD_8A0F1CA8_Texture_1: 32 | m_Texture: {fileID: 2800000, guid: d7bc60b7c0820d34cb0c649b759b05ab, type: 3} 33 | m_Scale: {x: 1, y: 1} 34 | m_Offset: {x: 0, y: 0} 35 | - _Texture2DAsset_89C25661_Out_0: 36 | m_Texture: {fileID: 2800000, guid: a223121ee613e5b4785224ad83c9b709, type: 3} 37 | m_Scale: {x: 1, y: 1} 38 | m_Offset: {x: 0, y: 0} 39 | m_Floats: 40 | - Root_Level: 0 41 | - Vector1_208F762E: 0 42 | - Vector1_517CD281: -0.02 43 | - Vector1_5D628044: 0.75 44 | - Vector1_611C4BBB: 0.43 45 | - Vector1_7E9CDF51: 0 46 | - Vector1_8517281A: -2.03 47 | - Vector1_8E2DD042: 2 48 | - Vector1_8F4664F0: 0 49 | - Vector1_9F6878A3: 15 50 | - Vector1_C0AA0F6: 0 51 | - Vector1_D7A76E56: -0.43 52 | - Vector1_DD3E755E: 5 53 | - Vector1_DF6CB6CB: 1.08 54 | - Vector1_E0B18E10: 1.93 55 | - Vector1_E0D8B716: 0.11 56 | m_Colors: 57 | - Color_38CF565E: {r: 0.26824808, g: 0.509434, b: 0.18503025, a: 0} 58 | - Color_78E94D9D: {r: 6.964403, g: 6.3762317, b: 0.82127386, a: 0} 59 | - Vector2_E70AF842: {r: 0.5, g: 0.5, b: 0, a: 0} 60 | - Vector2_F18623C0: {r: 1, g: 1, b: 1, a: 1} 61 | - Vector3_49E84294: {r: 0.2, g: 0, b: 4.62, a: 0} 62 | - Vector3_7D686D09: {r: -5, g: 5, b: 0, a: 0} 63 | - Vector3_93AE637C: {r: 0, g: -0.94, b: 0, a: 0} 64 | - Vector4_859274FB: {r: 1, g: 1, b: 0, a: 0} 65 | - _PlayerPos: {r: 0, g: 0, b: 0, a: 0} 66 | -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!30 &1 4 | GraphicsSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 13 7 | m_Deferred: 8 | m_Mode: 1 9 | m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} 10 | m_DeferredReflections: 11 | m_Mode: 1 12 | m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} 13 | m_ScreenSpaceShadows: 14 | m_Mode: 1 15 | m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} 16 | m_LegacyDeferred: 17 | m_Mode: 1 18 | m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} 19 | m_DepthNormals: 20 | m_Mode: 1 21 | m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} 22 | m_MotionVectors: 23 | m_Mode: 1 24 | m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} 25 | m_LightHalo: 26 | m_Mode: 1 27 | m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} 28 | m_LensFlare: 29 | m_Mode: 1 30 | m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} 31 | m_AlwaysIncludedShaders: 32 | - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} 33 | - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} 34 | - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} 35 | - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} 36 | - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} 37 | - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} 38 | m_PreloadedShaders: [] 39 | m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, 40 | type: 0} 41 | m_CustomRenderPipeline: {fileID: 11400000, guid: eadd0e1839e67fc4a9fc3fa8f110d834, 42 | type: 2} 43 | m_TransparencySortMode: 0 44 | m_TransparencySortAxis: {x: 0, y: 0, z: 1} 45 | m_DefaultRenderingPath: 1 46 | m_DefaultMobileRenderingPath: 1 47 | m_TierSettings: [] 48 | m_LightmapStripping: 0 49 | m_FogStripping: 0 50 | m_InstancingStripping: 0 51 | m_LightmapKeepPlain: 1 52 | m_LightmapKeepDirCombined: 1 53 | m_LightmapKeepDynamicPlain: 1 54 | m_LightmapKeepDynamicDirCombined: 1 55 | m_LightmapKeepShadowMask: 1 56 | m_LightmapKeepSubtractive: 1 57 | m_FogKeepLinear: 1 58 | m_FogKeepExp: 1 59 | m_FogKeepExp2: 1 60 | m_AlbedoSwatchInfos: [] 61 | m_LightsUseLinearIntensity: 0 62 | m_LightsUseColorTemperature: 0 63 | m_LogWhenShaderIsCompiled: 0 64 | m_AllowEnlightenSupportForUpgradedProject: 0 65 | -------------------------------------------------------------------------------- /Assets/Models/GrassHEx.fbx.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b5ad323f2fd6814a8017c2093799238 3 | ModelImporter: 4 | serializedVersion: 19300 5 | internalIDToNameTable: [] 6 | externalObjects: {} 7 | materials: 8 | materialImportMode: 1 9 | materialName: 0 10 | materialSearch: 1 11 | materialLocation: 1 12 | animations: 13 | legacyGenerateAnimations: 4 14 | bakeSimulation: 0 15 | resampleCurves: 1 16 | optimizeGameObjects: 0 17 | motionNodeName: 18 | rigImportErrors: 19 | rigImportWarnings: 20 | animationImportErrors: 21 | animationImportWarnings: 22 | animationRetargetingWarnings: 23 | animationDoRetargetingWarnings: 0 24 | importAnimatedCustomProperties: 0 25 | importConstraints: 0 26 | animationCompression: 1 27 | animationRotationError: 0.5 28 | animationPositionError: 0.5 29 | animationScaleError: 0.5 30 | animationWrapMode: 0 31 | extraExposedTransformPaths: [] 32 | extraUserProperties: [] 33 | clipAnimations: [] 34 | isReadable: 0 35 | meshes: 36 | lODScreenPercentages: [] 37 | globalScale: 0.5 38 | meshCompression: 0 39 | addColliders: 0 40 | useSRGBMaterialColor: 1 41 | sortHierarchyByName: 1 42 | importVisibility: 1 43 | importBlendShapes: 1 44 | importCameras: 1 45 | importLights: 1 46 | swapUVChannels: 0 47 | generateSecondaryUV: 0 48 | useFileUnits: 1 49 | keepQuads: 0 50 | weldVertices: 1 51 | preserveHierarchy: 0 52 | skinWeightsMode: 0 53 | maxBonesPerVertex: 4 54 | minBoneWeight: 0.001 55 | meshOptimizationFlags: -1 56 | indexFormat: 0 57 | secondaryUVAngleDistortion: 8 58 | secondaryUVAreaDistortion: 15.000001 59 | secondaryUVHardAngle: 88 60 | secondaryUVPackMargin: 4 61 | useFileScale: 1 62 | tangentSpace: 63 | normalSmoothAngle: 60 64 | normalImportMode: 0 65 | tangentImportMode: 3 66 | normalCalculationMode: 4 67 | legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 68 | blendShapeNormalImportMode: 1 69 | normalSmoothingSource: 0 70 | referencedClips: [] 71 | importAnimation: 1 72 | humanDescription: 73 | serializedVersion: 3 74 | human: [] 75 | skeleton: [] 76 | armTwist: 0.5 77 | foreArmTwist: 0.5 78 | upperLegTwist: 0.5 79 | legTwist: 0.5 80 | armStretch: 0.05 81 | legStretch: 0.05 82 | feetSpacing: 0 83 | globalScale: 0.5 84 | rootMotionBoneName: 85 | hasTranslationDoF: 0 86 | hasExtraRoot: 0 87 | skeletonHasParents: 1 88 | lastHumanDescriptionAvatarSource: {instanceID: 0} 89 | autoGenerateAvatarMappingIfUnspecified: 1 90 | animationType: 2 91 | humanoidOversampling: 1 92 | avatarSetup: 0 93 | additionalBone: 0 94 | userData: 95 | assetBundleName: 96 | assetBundleVariant: 97 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!47 &1 4 | QualitySettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_CurrentQuality: 5 8 | m_QualitySettings: 9 | - serializedVersion: 2 10 | name: Very Low 11 | pixelLightCount: 0 12 | shadows: 0 13 | shadowResolution: 0 14 | shadowProjection: 1 15 | shadowCascades: 1 16 | shadowDistance: 15 17 | shadowNearPlaneOffset: 3 18 | shadowCascade2Split: 0.33333334 19 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 20 | shadowmaskMode: 0 21 | skinWeights: 1 22 | textureQuality: 1 23 | anisotropicTextures: 0 24 | antiAliasing: 0 25 | softParticles: 0 26 | softVegetation: 0 27 | realtimeReflectionProbes: 0 28 | billboardsFaceCameraPosition: 0 29 | vSyncCount: 0 30 | lodBias: 0.3 31 | maximumLODLevel: 0 32 | streamingMipmapsActive: 0 33 | streamingMipmapsAddAllCameras: 1 34 | streamingMipmapsMemoryBudget: 512 35 | streamingMipmapsRenderersPerFrame: 512 36 | streamingMipmapsMaxLevelReduction: 2 37 | streamingMipmapsMaxFileIORequests: 1024 38 | particleRaycastBudget: 4 39 | asyncUploadTimeSlice: 2 40 | asyncUploadBufferSize: 16 41 | asyncUploadPersistentBuffer: 1 42 | resolutionScalingFixedDPIFactor: 1 43 | customRenderPipeline: {fileID: 0} 44 | excludedTargetPlatforms: [] 45 | - serializedVersion: 2 46 | name: Low 47 | pixelLightCount: 0 48 | shadows: 0 49 | shadowResolution: 0 50 | shadowProjection: 1 51 | shadowCascades: 1 52 | shadowDistance: 20 53 | shadowNearPlaneOffset: 3 54 | shadowCascade2Split: 0.33333334 55 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 56 | shadowmaskMode: 0 57 | skinWeights: 2 58 | textureQuality: 0 59 | anisotropicTextures: 0 60 | antiAliasing: 0 61 | softParticles: 0 62 | softVegetation: 0 63 | realtimeReflectionProbes: 0 64 | billboardsFaceCameraPosition: 0 65 | vSyncCount: 0 66 | lodBias: 0.4 67 | maximumLODLevel: 0 68 | streamingMipmapsActive: 0 69 | streamingMipmapsAddAllCameras: 1 70 | streamingMipmapsMemoryBudget: 512 71 | streamingMipmapsRenderersPerFrame: 512 72 | streamingMipmapsMaxLevelReduction: 2 73 | streamingMipmapsMaxFileIORequests: 1024 74 | particleRaycastBudget: 16 75 | asyncUploadTimeSlice: 2 76 | asyncUploadBufferSize: 16 77 | asyncUploadPersistentBuffer: 1 78 | resolutionScalingFixedDPIFactor: 1 79 | customRenderPipeline: {fileID: 0} 80 | excludedTargetPlatforms: [] 81 | - serializedVersion: 2 82 | name: Medium 83 | pixelLightCount: 1 84 | shadows: 1 85 | shadowResolution: 0 86 | shadowProjection: 1 87 | shadowCascades: 1 88 | shadowDistance: 20 89 | shadowNearPlaneOffset: 3 90 | shadowCascade2Split: 0.33333334 91 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 92 | shadowmaskMode: 0 93 | skinWeights: 2 94 | textureQuality: 0 95 | anisotropicTextures: 1 96 | antiAliasing: 0 97 | softParticles: 0 98 | softVegetation: 0 99 | realtimeReflectionProbes: 0 100 | billboardsFaceCameraPosition: 0 101 | vSyncCount: 1 102 | lodBias: 0.7 103 | maximumLODLevel: 0 104 | streamingMipmapsActive: 0 105 | streamingMipmapsAddAllCameras: 1 106 | streamingMipmapsMemoryBudget: 512 107 | streamingMipmapsRenderersPerFrame: 512 108 | streamingMipmapsMaxLevelReduction: 2 109 | streamingMipmapsMaxFileIORequests: 1024 110 | particleRaycastBudget: 64 111 | asyncUploadTimeSlice: 2 112 | asyncUploadBufferSize: 16 113 | asyncUploadPersistentBuffer: 1 114 | resolutionScalingFixedDPIFactor: 1 115 | customRenderPipeline: {fileID: 0} 116 | excludedTargetPlatforms: [] 117 | - serializedVersion: 2 118 | name: High 119 | pixelLightCount: 2 120 | shadows: 2 121 | shadowResolution: 1 122 | shadowProjection: 1 123 | shadowCascades: 2 124 | shadowDistance: 40 125 | shadowNearPlaneOffset: 3 126 | shadowCascade2Split: 0.33333334 127 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 128 | shadowmaskMode: 1 129 | skinWeights: 2 130 | textureQuality: 0 131 | anisotropicTextures: 1 132 | antiAliasing: 0 133 | softParticles: 0 134 | softVegetation: 1 135 | realtimeReflectionProbes: 1 136 | billboardsFaceCameraPosition: 1 137 | vSyncCount: 1 138 | lodBias: 1 139 | maximumLODLevel: 0 140 | streamingMipmapsActive: 0 141 | streamingMipmapsAddAllCameras: 1 142 | streamingMipmapsMemoryBudget: 512 143 | streamingMipmapsRenderersPerFrame: 512 144 | streamingMipmapsMaxLevelReduction: 2 145 | streamingMipmapsMaxFileIORequests: 1024 146 | particleRaycastBudget: 256 147 | asyncUploadTimeSlice: 2 148 | asyncUploadBufferSize: 16 149 | asyncUploadPersistentBuffer: 1 150 | resolutionScalingFixedDPIFactor: 1 151 | customRenderPipeline: {fileID: 0} 152 | excludedTargetPlatforms: [] 153 | - serializedVersion: 2 154 | name: Very High 155 | pixelLightCount: 3 156 | shadows: 2 157 | shadowResolution: 2 158 | shadowProjection: 1 159 | shadowCascades: 2 160 | shadowDistance: 70 161 | shadowNearPlaneOffset: 3 162 | shadowCascade2Split: 0.33333334 163 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 164 | shadowmaskMode: 1 165 | skinWeights: 4 166 | textureQuality: 0 167 | anisotropicTextures: 2 168 | antiAliasing: 2 169 | softParticles: 1 170 | softVegetation: 1 171 | realtimeReflectionProbes: 1 172 | billboardsFaceCameraPosition: 1 173 | vSyncCount: 1 174 | lodBias: 1.5 175 | maximumLODLevel: 0 176 | streamingMipmapsActive: 0 177 | streamingMipmapsAddAllCameras: 1 178 | streamingMipmapsMemoryBudget: 512 179 | streamingMipmapsRenderersPerFrame: 512 180 | streamingMipmapsMaxLevelReduction: 2 181 | streamingMipmapsMaxFileIORequests: 1024 182 | particleRaycastBudget: 1024 183 | asyncUploadTimeSlice: 2 184 | asyncUploadBufferSize: 16 185 | asyncUploadPersistentBuffer: 1 186 | resolutionScalingFixedDPIFactor: 1 187 | customRenderPipeline: {fileID: 0} 188 | excludedTargetPlatforms: [] 189 | - serializedVersion: 2 190 | name: Ultra 191 | pixelLightCount: 4 192 | shadows: 2 193 | shadowResolution: 2 194 | shadowProjection: 1 195 | shadowCascades: 4 196 | shadowDistance: 150 197 | shadowNearPlaneOffset: 3 198 | shadowCascade2Split: 0.33333334 199 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 200 | shadowmaskMode: 1 201 | skinWeights: 4 202 | textureQuality: 0 203 | anisotropicTextures: 2 204 | antiAliasing: 0 205 | softParticles: 1 206 | softVegetation: 1 207 | realtimeReflectionProbes: 1 208 | billboardsFaceCameraPosition: 1 209 | vSyncCount: 1 210 | lodBias: 2 211 | maximumLODLevel: 0 212 | streamingMipmapsActive: 0 213 | streamingMipmapsAddAllCameras: 1 214 | streamingMipmapsMemoryBudget: 512 215 | streamingMipmapsRenderersPerFrame: 512 216 | streamingMipmapsMaxLevelReduction: 2 217 | streamingMipmapsMaxFileIORequests: 1024 218 | particleRaycastBudget: 4096 219 | asyncUploadTimeSlice: 2 220 | asyncUploadBufferSize: 16 221 | asyncUploadPersistentBuffer: 1 222 | resolutionScalingFixedDPIFactor: 1 223 | customRenderPipeline: {fileID: 0} 224 | excludedTargetPlatforms: [] 225 | m_PerPlatformDefaultQuality: 226 | Android: 2 227 | Lumin: 5 228 | Nintendo 3DS: 5 229 | Nintendo Switch: 5 230 | PS4: 5 231 | PSP2: 2 232 | Stadia: 5 233 | Standalone: 5 234 | WebGL: 3 235 | Windows Store Apps: 5 236 | XboxOne: 5 237 | iPhone: 2 238 | tvOS: 2 239 | -------------------------------------------------------------------------------- /Assets/Models/SphereTimeline.playable: -------------------------------------------------------------------------------- 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: bfda56da833e2384a9677cd3c976a436, type: 3} 13 | m_Name: SphereTimeline 14 | m_EditorClassIdentifier: 15 | m_Version: 0 16 | m_Tracks: 17 | - {fileID: 3168790201851598414} 18 | m_FixedDuration: 0 19 | m_EditorSettings: 20 | m_Framerate: 60 21 | m_DurationMode: 0 22 | m_MarkerTrack: {fileID: 0} 23 | --- !u!114 &3168790201851598414 24 | MonoBehaviour: 25 | m_ObjectHideFlags: 1 26 | m_CorrespondingSourceObject: {fileID: 0} 27 | m_PrefabInstance: {fileID: 0} 28 | m_PrefabAsset: {fileID: 0} 29 | m_GameObject: {fileID: 0} 30 | m_Enabled: 1 31 | m_EditorHideFlags: 0 32 | m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3} 33 | m_Name: Animation Track 34 | m_EditorClassIdentifier: 35 | m_Version: 3 36 | m_AnimClip: {fileID: 0} 37 | m_Locked: 0 38 | m_Muted: 0 39 | m_CustomPlayableFullTypename: 40 | m_Curves: {fileID: 0} 41 | m_Parent: {fileID: 11400000} 42 | m_Children: [] 43 | m_Clips: [] 44 | m_Markers: 45 | m_Objects: [] 46 | m_InfiniteClipPreExtrapolation: 1 47 | m_InfiniteClipPostExtrapolation: 1 48 | m_InfiniteClipOffsetPosition: {x: 1.288, y: 0.441, z: 2.125} 49 | m_InfiniteClipOffsetEulerAngles: {x: -0, y: 0, z: 0} 50 | m_InfiniteClipTimeOffset: 0 51 | m_InfiniteClipRemoveOffset: 0 52 | m_InfiniteClipApplyFootIK: 1 53 | mInfiniteClipLoop: 0 54 | m_MatchTargetFields: 63 55 | m_Position: {x: 0, y: 0, z: 0} 56 | m_EulerAngles: {x: 0, y: 0, z: 0} 57 | m_AvatarMask: {fileID: 0} 58 | m_ApplyAvatarMask: 1 59 | m_TrackOffset: 0 60 | m_InfiniteClip: {fileID: 3287768403542668669} 61 | m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} 62 | m_Rotation: {x: 0, y: 0, z: 0, w: 1} 63 | m_ApplyOffsets: 0 64 | --- !u!74 &3287768403542668669 65 | AnimationClip: 66 | m_ObjectHideFlags: 0 67 | m_CorrespondingSourceObject: {fileID: 0} 68 | m_PrefabInstance: {fileID: 0} 69 | m_PrefabAsset: {fileID: 0} 70 | m_Name: Recorded 71 | serializedVersion: 6 72 | m_Legacy: 0 73 | m_Compressed: 0 74 | m_UseHighQualityCurve: 1 75 | m_RotationCurves: [] 76 | m_CompressedRotationCurves: [] 77 | m_EulerCurves: [] 78 | m_PositionCurves: 79 | - curve: 80 | serializedVersion: 2 81 | m_Curve: 82 | - serializedVersion: 3 83 | time: 0 84 | value: {x: 0.37300003, y: 0, z: 0} 85 | inSlope: {x: 0, y: 0, z: 0} 86 | outSlope: {x: 0, y: 0, z: 0} 87 | tangentMode: 0 88 | weightedMode: 0 89 | inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} 90 | outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} 91 | - serializedVersion: 3 92 | time: 4 93 | value: {x: -1.754, y: 0, z: 0} 94 | inSlope: {x: 0, y: 0, z: 0} 95 | outSlope: {x: 0, y: 0, z: 0} 96 | tangentMode: 0 97 | weightedMode: 0 98 | inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} 99 | outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} 100 | - serializedVersion: 3 101 | time: 8 102 | value: {x: 0.37, y: 0, z: 0} 103 | inSlope: {x: 0, y: 0, z: 0} 104 | outSlope: {x: 0, y: 0, z: 0} 105 | tangentMode: 0 106 | weightedMode: 0 107 | inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} 108 | outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} 109 | m_PreInfinity: 2 110 | m_PostInfinity: 2 111 | m_RotationOrder: 4 112 | path: 113 | m_ScaleCurves: [] 114 | m_FloatCurves: [] 115 | m_PPtrCurves: [] 116 | m_SampleRate: 60 117 | m_WrapMode: 0 118 | m_Bounds: 119 | m_Center: {x: 0, y: 0, z: 0} 120 | m_Extent: {x: 0, y: 0, z: 0} 121 | m_ClipBindingConstant: 122 | genericBindings: 123 | - serializedVersion: 2 124 | path: 0 125 | attribute: 1 126 | script: {fileID: 0} 127 | typeID: 4 128 | customType: 0 129 | isPPtrCurve: 0 130 | pptrCurveMapping: [] 131 | m_AnimationClipSettings: 132 | serializedVersion: 2 133 | m_AdditiveReferencePoseClip: {fileID: 0} 134 | m_AdditiveReferencePoseTime: 0 135 | m_StartTime: 0 136 | m_StopTime: 8 137 | m_OrientationOffsetY: 0 138 | m_Level: 0 139 | m_CycleOffset: 0 140 | m_HasAdditiveReferencePose: 0 141 | m_LoopTime: 0 142 | m_LoopBlend: 0 143 | m_LoopBlendOrientation: 0 144 | m_LoopBlendPositionY: 0 145 | m_LoopBlendPositionXZ: 0 146 | m_KeepOriginalOrientation: 0 147 | m_KeepOriginalPositionY: 1 148 | m_KeepOriginalPositionXZ: 0 149 | m_HeightFromFeet: 0 150 | m_Mirror: 0 151 | m_EditorCurves: 152 | - curve: 153 | serializedVersion: 2 154 | m_Curve: 155 | - serializedVersion: 3 156 | time: 0 157 | value: 0.37300003 158 | inSlope: 0 159 | outSlope: 0 160 | tangentMode: 136 161 | weightedMode: 0 162 | inWeight: 0.33333334 163 | outWeight: 0.33333334 164 | - serializedVersion: 3 165 | time: 4 166 | value: -1.754 167 | inSlope: 0 168 | outSlope: 0 169 | tangentMode: 136 170 | weightedMode: 0 171 | inWeight: 0.33333334 172 | outWeight: 0.33333334 173 | - serializedVersion: 3 174 | time: 8 175 | value: 0.37 176 | inSlope: 0 177 | outSlope: 0 178 | tangentMode: 136 179 | weightedMode: 0 180 | inWeight: 0.33333334 181 | outWeight: 0.33333334 182 | m_PreInfinity: 2 183 | m_PostInfinity: 2 184 | m_RotationOrder: 4 185 | attribute: m_LocalPosition.x 186 | path: 187 | classID: 4 188 | script: {fileID: 0} 189 | - curve: 190 | serializedVersion: 2 191 | m_Curve: 192 | - serializedVersion: 3 193 | time: 0 194 | value: 0 195 | inSlope: 0 196 | outSlope: 0 197 | tangentMode: 136 198 | weightedMode: 0 199 | inWeight: 0.33333334 200 | outWeight: 0.33333334 201 | - serializedVersion: 3 202 | time: 4 203 | value: 0 204 | inSlope: 0 205 | outSlope: 0 206 | tangentMode: 136 207 | weightedMode: 0 208 | inWeight: 0.33333334 209 | outWeight: 0.33333334 210 | - serializedVersion: 3 211 | time: 8 212 | value: 0 213 | inSlope: 0 214 | outSlope: 0 215 | tangentMode: 136 216 | weightedMode: 0 217 | inWeight: 0.33333334 218 | outWeight: 0.33333334 219 | m_PreInfinity: 2 220 | m_PostInfinity: 2 221 | m_RotationOrder: 4 222 | attribute: m_LocalPosition.y 223 | path: 224 | classID: 4 225 | script: {fileID: 0} 226 | - curve: 227 | serializedVersion: 2 228 | m_Curve: 229 | - serializedVersion: 3 230 | time: 0 231 | value: 0 232 | inSlope: 0 233 | outSlope: 0 234 | tangentMode: 136 235 | weightedMode: 0 236 | inWeight: 0.33333334 237 | outWeight: 0.33333334 238 | - serializedVersion: 3 239 | time: 4 240 | value: 0 241 | inSlope: 0 242 | outSlope: 0 243 | tangentMode: 136 244 | weightedMode: 0 245 | inWeight: 0.33333334 246 | outWeight: 0.33333334 247 | - serializedVersion: 3 248 | time: 8 249 | value: 0 250 | inSlope: 0 251 | outSlope: 0 252 | tangentMode: 136 253 | weightedMode: 0 254 | inWeight: 0.33333334 255 | outWeight: 0.33333334 256 | m_PreInfinity: 2 257 | m_PostInfinity: 2 258 | m_RotationOrder: 4 259 | attribute: m_LocalPosition.z 260 | path: 261 | classID: 4 262 | script: {fileID: 0} 263 | m_EulerEditorCurves: [] 264 | m_HasGenericRootTransform: 1 265 | m_HasMotionFloatCurves: 0 266 | m_Events: [] 267 | -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!13 &1 4 | InputManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Axes: 8 | - serializedVersion: 3 9 | m_Name: Horizontal 10 | descriptiveName: 11 | descriptiveNegativeName: 12 | negativeButton: left 13 | positiveButton: right 14 | altNegativeButton: a 15 | altPositiveButton: d 16 | gravity: 3 17 | dead: 0.001 18 | sensitivity: 3 19 | snap: 1 20 | invert: 0 21 | type: 0 22 | axis: 0 23 | joyNum: 0 24 | - serializedVersion: 3 25 | m_Name: Vertical 26 | descriptiveName: 27 | descriptiveNegativeName: 28 | negativeButton: down 29 | positiveButton: up 30 | altNegativeButton: s 31 | altPositiveButton: w 32 | gravity: 3 33 | dead: 0.001 34 | sensitivity: 3 35 | snap: 1 36 | invert: 0 37 | type: 0 38 | axis: 0 39 | joyNum: 0 40 | - serializedVersion: 3 41 | m_Name: Fire1 42 | descriptiveName: 43 | descriptiveNegativeName: 44 | negativeButton: 45 | positiveButton: left ctrl 46 | altNegativeButton: 47 | altPositiveButton: mouse 0 48 | gravity: 1000 49 | dead: 0.001 50 | sensitivity: 1000 51 | snap: 0 52 | invert: 0 53 | type: 0 54 | axis: 0 55 | joyNum: 0 56 | - serializedVersion: 3 57 | m_Name: Fire2 58 | descriptiveName: 59 | descriptiveNegativeName: 60 | negativeButton: 61 | positiveButton: left alt 62 | altNegativeButton: 63 | altPositiveButton: mouse 1 64 | gravity: 1000 65 | dead: 0.001 66 | sensitivity: 1000 67 | snap: 0 68 | invert: 0 69 | type: 0 70 | axis: 0 71 | joyNum: 0 72 | - serializedVersion: 3 73 | m_Name: Fire3 74 | descriptiveName: 75 | descriptiveNegativeName: 76 | negativeButton: 77 | positiveButton: left shift 78 | altNegativeButton: 79 | altPositiveButton: mouse 2 80 | gravity: 1000 81 | dead: 0.001 82 | sensitivity: 1000 83 | snap: 0 84 | invert: 0 85 | type: 0 86 | axis: 0 87 | joyNum: 0 88 | - serializedVersion: 3 89 | m_Name: Jump 90 | descriptiveName: 91 | descriptiveNegativeName: 92 | negativeButton: 93 | positiveButton: space 94 | altNegativeButton: 95 | altPositiveButton: 96 | gravity: 1000 97 | dead: 0.001 98 | sensitivity: 1000 99 | snap: 0 100 | invert: 0 101 | type: 0 102 | axis: 0 103 | joyNum: 0 104 | - serializedVersion: 3 105 | m_Name: Mouse X 106 | descriptiveName: 107 | descriptiveNegativeName: 108 | negativeButton: 109 | positiveButton: 110 | altNegativeButton: 111 | altPositiveButton: 112 | gravity: 0 113 | dead: 0 114 | sensitivity: 0.1 115 | snap: 0 116 | invert: 0 117 | type: 1 118 | axis: 0 119 | joyNum: 0 120 | - serializedVersion: 3 121 | m_Name: Mouse Y 122 | descriptiveName: 123 | descriptiveNegativeName: 124 | negativeButton: 125 | positiveButton: 126 | altNegativeButton: 127 | altPositiveButton: 128 | gravity: 0 129 | dead: 0 130 | sensitivity: 0.1 131 | snap: 0 132 | invert: 0 133 | type: 1 134 | axis: 1 135 | joyNum: 0 136 | - serializedVersion: 3 137 | m_Name: Mouse ScrollWheel 138 | descriptiveName: 139 | descriptiveNegativeName: 140 | negativeButton: 141 | positiveButton: 142 | altNegativeButton: 143 | altPositiveButton: 144 | gravity: 0 145 | dead: 0 146 | sensitivity: 0.1 147 | snap: 0 148 | invert: 0 149 | type: 1 150 | axis: 2 151 | joyNum: 0 152 | - serializedVersion: 3 153 | m_Name: Horizontal 154 | descriptiveName: 155 | descriptiveNegativeName: 156 | negativeButton: 157 | positiveButton: 158 | altNegativeButton: 159 | altPositiveButton: 160 | gravity: 0 161 | dead: 0.19 162 | sensitivity: 1 163 | snap: 0 164 | invert: 0 165 | type: 2 166 | axis: 0 167 | joyNum: 0 168 | - serializedVersion: 3 169 | m_Name: Vertical 170 | descriptiveName: 171 | descriptiveNegativeName: 172 | negativeButton: 173 | positiveButton: 174 | altNegativeButton: 175 | altPositiveButton: 176 | gravity: 0 177 | dead: 0.19 178 | sensitivity: 1 179 | snap: 0 180 | invert: 1 181 | type: 2 182 | axis: 1 183 | joyNum: 0 184 | - serializedVersion: 3 185 | m_Name: Fire1 186 | descriptiveName: 187 | descriptiveNegativeName: 188 | negativeButton: 189 | positiveButton: joystick button 0 190 | altNegativeButton: 191 | altPositiveButton: 192 | gravity: 1000 193 | dead: 0.001 194 | sensitivity: 1000 195 | snap: 0 196 | invert: 0 197 | type: 0 198 | axis: 0 199 | joyNum: 0 200 | - serializedVersion: 3 201 | m_Name: Fire2 202 | descriptiveName: 203 | descriptiveNegativeName: 204 | negativeButton: 205 | positiveButton: joystick button 1 206 | altNegativeButton: 207 | altPositiveButton: 208 | gravity: 1000 209 | dead: 0.001 210 | sensitivity: 1000 211 | snap: 0 212 | invert: 0 213 | type: 0 214 | axis: 0 215 | joyNum: 0 216 | - serializedVersion: 3 217 | m_Name: Fire3 218 | descriptiveName: 219 | descriptiveNegativeName: 220 | negativeButton: 221 | positiveButton: joystick button 2 222 | altNegativeButton: 223 | altPositiveButton: 224 | gravity: 1000 225 | dead: 0.001 226 | sensitivity: 1000 227 | snap: 0 228 | invert: 0 229 | type: 0 230 | axis: 0 231 | joyNum: 0 232 | - serializedVersion: 3 233 | m_Name: Jump 234 | descriptiveName: 235 | descriptiveNegativeName: 236 | negativeButton: 237 | positiveButton: joystick button 3 238 | altNegativeButton: 239 | altPositiveButton: 240 | gravity: 1000 241 | dead: 0.001 242 | sensitivity: 1000 243 | snap: 0 244 | invert: 0 245 | type: 0 246 | axis: 0 247 | joyNum: 0 248 | - serializedVersion: 3 249 | m_Name: Submit 250 | descriptiveName: 251 | descriptiveNegativeName: 252 | negativeButton: 253 | positiveButton: return 254 | altNegativeButton: 255 | altPositiveButton: joystick button 0 256 | gravity: 1000 257 | dead: 0.001 258 | sensitivity: 1000 259 | snap: 0 260 | invert: 0 261 | type: 0 262 | axis: 0 263 | joyNum: 0 264 | - serializedVersion: 3 265 | m_Name: Submit 266 | descriptiveName: 267 | descriptiveNegativeName: 268 | negativeButton: 269 | positiveButton: enter 270 | altNegativeButton: 271 | altPositiveButton: space 272 | gravity: 1000 273 | dead: 0.001 274 | sensitivity: 1000 275 | snap: 0 276 | invert: 0 277 | type: 0 278 | axis: 0 279 | joyNum: 0 280 | - serializedVersion: 3 281 | m_Name: Cancel 282 | descriptiveName: 283 | descriptiveNegativeName: 284 | negativeButton: 285 | positiveButton: escape 286 | altNegativeButton: 287 | altPositiveButton: joystick button 1 288 | gravity: 1000 289 | dead: 0.001 290 | sensitivity: 1000 291 | snap: 0 292 | invert: 0 293 | type: 0 294 | axis: 0 295 | joyNum: 0 296 | - serializedVersion: 3 297 | m_Name: Enable Debug Button 1 298 | descriptiveName: 299 | descriptiveNegativeName: 300 | negativeButton: 301 | positiveButton: left ctrl 302 | altNegativeButton: 303 | altPositiveButton: joystick button 8 304 | gravity: 0 305 | dead: 0 306 | sensitivity: 0 307 | snap: 0 308 | invert: 0 309 | type: 0 310 | axis: 0 311 | joyNum: 0 312 | - serializedVersion: 3 313 | m_Name: Enable Debug Button 2 314 | descriptiveName: 315 | descriptiveNegativeName: 316 | negativeButton: 317 | positiveButton: backspace 318 | altNegativeButton: 319 | altPositiveButton: joystick button 9 320 | gravity: 0 321 | dead: 0 322 | sensitivity: 0 323 | snap: 0 324 | invert: 0 325 | type: 0 326 | axis: 0 327 | joyNum: 0 328 | - serializedVersion: 3 329 | m_Name: Debug Reset 330 | descriptiveName: 331 | descriptiveNegativeName: 332 | negativeButton: 333 | positiveButton: left alt 334 | altNegativeButton: 335 | altPositiveButton: joystick button 1 336 | gravity: 0 337 | dead: 0 338 | sensitivity: 0 339 | snap: 0 340 | invert: 0 341 | type: 0 342 | axis: 0 343 | joyNum: 0 344 | - serializedVersion: 3 345 | m_Name: Debug Next 346 | descriptiveName: 347 | descriptiveNegativeName: 348 | negativeButton: 349 | positiveButton: page down 350 | altNegativeButton: 351 | altPositiveButton: joystick button 5 352 | gravity: 0 353 | dead: 0 354 | sensitivity: 0 355 | snap: 0 356 | invert: 0 357 | type: 0 358 | axis: 0 359 | joyNum: 0 360 | - serializedVersion: 3 361 | m_Name: Debug Previous 362 | descriptiveName: 363 | descriptiveNegativeName: 364 | negativeButton: 365 | positiveButton: page up 366 | altNegativeButton: 367 | altPositiveButton: joystick button 4 368 | gravity: 0 369 | dead: 0 370 | sensitivity: 0 371 | snap: 0 372 | invert: 0 373 | type: 0 374 | axis: 0 375 | joyNum: 0 376 | - serializedVersion: 3 377 | m_Name: Debug Validate 378 | descriptiveName: 379 | descriptiveNegativeName: 380 | negativeButton: 381 | positiveButton: return 382 | altNegativeButton: 383 | altPositiveButton: joystick button 0 384 | gravity: 0 385 | dead: 0 386 | sensitivity: 0 387 | snap: 0 388 | invert: 0 389 | type: 0 390 | axis: 0 391 | joyNum: 0 392 | - serializedVersion: 3 393 | m_Name: Debug Persistent 394 | descriptiveName: 395 | descriptiveNegativeName: 396 | negativeButton: 397 | positiveButton: right shift 398 | altNegativeButton: 399 | altPositiveButton: joystick button 2 400 | gravity: 0 401 | dead: 0 402 | sensitivity: 0 403 | snap: 0 404 | invert: 0 405 | type: 0 406 | axis: 0 407 | joyNum: 0 408 | - serializedVersion: 3 409 | m_Name: Debug Multiplier 410 | descriptiveName: 411 | descriptiveNegativeName: 412 | negativeButton: 413 | positiveButton: left shift 414 | altNegativeButton: 415 | altPositiveButton: joystick button 3 416 | gravity: 0 417 | dead: 0 418 | sensitivity: 0 419 | snap: 0 420 | invert: 0 421 | type: 0 422 | axis: 0 423 | joyNum: 0 424 | - serializedVersion: 3 425 | m_Name: Debug Horizontal 426 | descriptiveName: 427 | descriptiveNegativeName: 428 | negativeButton: left 429 | positiveButton: right 430 | altNegativeButton: 431 | altPositiveButton: 432 | gravity: 1000 433 | dead: 0.001 434 | sensitivity: 1000 435 | snap: 0 436 | invert: 0 437 | type: 0 438 | axis: 0 439 | joyNum: 0 440 | - serializedVersion: 3 441 | m_Name: Debug Vertical 442 | descriptiveName: 443 | descriptiveNegativeName: 444 | negativeButton: down 445 | positiveButton: up 446 | altNegativeButton: 447 | altPositiveButton: 448 | gravity: 1000 449 | dead: 0.001 450 | sensitivity: 1000 451 | snap: 0 452 | invert: 0 453 | type: 0 454 | axis: 0 455 | joyNum: 0 456 | - serializedVersion: 3 457 | m_Name: Debug Vertical 458 | descriptiveName: 459 | descriptiveNegativeName: 460 | negativeButton: down 461 | positiveButton: up 462 | altNegativeButton: 463 | altPositiveButton: 464 | gravity: 1000 465 | dead: 0.001 466 | sensitivity: 1000 467 | snap: 0 468 | invert: 0 469 | type: 2 470 | axis: 6 471 | joyNum: 0 472 | - serializedVersion: 3 473 | m_Name: Debug Horizontal 474 | descriptiveName: 475 | descriptiveNegativeName: 476 | negativeButton: left 477 | positiveButton: right 478 | altNegativeButton: 479 | altPositiveButton: 480 | gravity: 1000 481 | dead: 0.001 482 | sensitivity: 1000 483 | snap: 0 484 | invert: 0 485 | type: 2 486 | axis: 5 487 | joyNum: 0 488 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!129 &1 4 | PlayerSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 20 7 | productGUID: 38fd19b0921c0d1449eae047552a8332 8 | AndroidProfiler: 0 9 | AndroidFilterTouchesWhenObscured: 0 10 | AndroidEnableSustainedPerformanceMode: 0 11 | defaultScreenOrientation: 4 12 | targetDevice: 2 13 | useOnDemandResources: 0 14 | accelerometerFrequency: 60 15 | companyName: DefaultCompany 16 | productName: Misc Testing 17 | defaultCursor: {fileID: 0} 18 | cursorHotspot: {x: 0, y: 0} 19 | m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} 20 | m_ShowUnitySplashScreen: 1 21 | m_ShowUnitySplashLogo: 1 22 | m_SplashScreenOverlayOpacity: 1 23 | m_SplashScreenAnimation: 1 24 | m_SplashScreenLogoStyle: 1 25 | m_SplashScreenDrawMode: 0 26 | m_SplashScreenBackgroundAnimationZoom: 1 27 | m_SplashScreenLogoAnimationZoom: 1 28 | m_SplashScreenBackgroundLandscapeAspect: 1 29 | m_SplashScreenBackgroundPortraitAspect: 1 30 | m_SplashScreenBackgroundLandscapeUvs: 31 | serializedVersion: 2 32 | x: 0 33 | y: 0 34 | width: 1 35 | height: 1 36 | m_SplashScreenBackgroundPortraitUvs: 37 | serializedVersion: 2 38 | x: 0 39 | y: 0 40 | width: 1 41 | height: 1 42 | m_SplashScreenLogos: [] 43 | m_VirtualRealitySplashScreen: {fileID: 0} 44 | m_HolographicTrackingLossScreen: {fileID: 0} 45 | defaultScreenWidth: 1024 46 | defaultScreenHeight: 768 47 | defaultScreenWidthWeb: 960 48 | defaultScreenHeightWeb: 600 49 | m_StereoRenderingPath: 0 50 | m_ActiveColorSpace: 0 51 | m_MTRendering: 1 52 | m_StackTraceTypes: 010000000100000001000000010000000100000001000000 53 | iosShowActivityIndicatorOnLoading: -1 54 | androidShowActivityIndicatorOnLoading: -1 55 | iosUseCustomAppBackgroundBehavior: 0 56 | iosAllowHTTPDownload: 1 57 | allowedAutorotateToPortrait: 1 58 | allowedAutorotateToPortraitUpsideDown: 1 59 | allowedAutorotateToLandscapeRight: 1 60 | allowedAutorotateToLandscapeLeft: 1 61 | useOSAutorotation: 1 62 | use32BitDisplayBuffer: 1 63 | preserveFramebufferAlpha: 0 64 | disableDepthAndStencilBuffers: 0 65 | androidStartInFullscreen: 1 66 | androidRenderOutsideSafeArea: 1 67 | androidUseSwappy: 0 68 | androidBlitType: 0 69 | defaultIsNativeResolution: 1 70 | macRetinaSupport: 1 71 | runInBackground: 1 72 | captureSingleScreen: 0 73 | muteOtherAudioSources: 0 74 | Prepare IOS For Recording: 0 75 | Force IOS Speakers When Recording: 0 76 | deferSystemGesturesMode: 0 77 | hideHomeButton: 0 78 | submitAnalytics: 1 79 | usePlayerLog: 1 80 | bakeCollisionMeshes: 0 81 | forceSingleInstance: 0 82 | useFlipModelSwapchain: 1 83 | resizableWindow: 0 84 | useMacAppStoreValidation: 0 85 | macAppStoreCategory: public.app-category.games 86 | gpuSkinning: 1 87 | xboxPIXTextureCapture: 0 88 | xboxEnableAvatar: 0 89 | xboxEnableKinect: 0 90 | xboxEnableKinectAutoTracking: 0 91 | xboxEnableFitness: 0 92 | visibleInBackground: 1 93 | allowFullscreenSwitch: 1 94 | fullscreenMode: 1 95 | xboxSpeechDB: 0 96 | xboxEnableHeadOrientation: 0 97 | xboxEnableGuest: 0 98 | xboxEnablePIXSampling: 0 99 | metalFramebufferOnly: 0 100 | xboxOneResolution: 0 101 | xboxOneSResolution: 0 102 | xboxOneXResolution: 3 103 | xboxOneMonoLoggingLevel: 0 104 | xboxOneLoggingLevel: 1 105 | xboxOneDisableEsram: 0 106 | xboxOneEnableTypeOptimization: 0 107 | xboxOnePresentImmediateThreshold: 0 108 | switchQueueCommandMemory: 0 109 | switchQueueControlMemory: 16384 110 | switchQueueComputeMemory: 262144 111 | switchNVNShaderPoolsGranularity: 33554432 112 | switchNVNDefaultPoolsGranularity: 16777216 113 | switchNVNOtherPoolsGranularity: 16777216 114 | vulkanNumSwapchainBuffers: 3 115 | vulkanEnableSetSRGBWrite: 0 116 | m_SupportedAspectRatios: 117 | 4:3: 1 118 | 5:4: 1 119 | 16:10: 1 120 | 16:9: 1 121 | Others: 1 122 | bundleVersion: 0.1 123 | preloadedAssets: [] 124 | metroInputSource: 0 125 | wsaTransparentSwapchain: 0 126 | m_HolographicPauseOnTrackingLoss: 1 127 | xboxOneDisableKinectGpuReservation: 1 128 | xboxOneEnable7thCore: 1 129 | vrSettings: 130 | cardboard: 131 | depthFormat: 0 132 | enableTransitionView: 0 133 | daydream: 134 | depthFormat: 0 135 | useSustainedPerformanceMode: 0 136 | enableVideoLayer: 0 137 | useProtectedVideoMemory: 0 138 | minimumSupportedHeadTracking: 0 139 | maximumSupportedHeadTracking: 1 140 | hololens: 141 | depthFormat: 1 142 | depthBufferSharingEnabled: 1 143 | lumin: 144 | depthFormat: 0 145 | frameTiming: 2 146 | enableGLCache: 0 147 | glCacheMaxBlobSize: 524288 148 | glCacheMaxFileSize: 8388608 149 | oculus: 150 | sharedDepthBuffer: 1 151 | dashSupport: 1 152 | lowOverheadMode: 0 153 | protectedContext: 0 154 | v2Signing: 1 155 | enable360StereoCapture: 0 156 | isWsaHolographicRemotingEnabled: 0 157 | enableFrameTimingStats: 0 158 | useHDRDisplay: 0 159 | D3DHDRBitDepth: 0 160 | m_ColorGamuts: 00000000 161 | targetPixelDensity: 30 162 | resolutionScalingMode: 0 163 | androidSupportedAspectRatio: 1 164 | androidMaxAspectRatio: 2.1 165 | applicationIdentifier: {} 166 | buildNumber: {} 167 | AndroidBundleVersionCode: 1 168 | AndroidMinSdkVersion: 19 169 | AndroidTargetSdkVersion: 0 170 | AndroidPreferredInstallLocation: 1 171 | aotOptions: 172 | stripEngineCode: 1 173 | iPhoneStrippingLevel: 0 174 | iPhoneScriptCallOptimization: 0 175 | ForceInternetPermission: 0 176 | ForceSDCardPermission: 0 177 | CreateWallpaper: 0 178 | APKExpansionFiles: 0 179 | keepLoadedShadersAlive: 0 180 | StripUnusedMeshComponents: 1 181 | VertexChannelCompressionMask: 4054 182 | iPhoneSdkVersion: 988 183 | iOSTargetOSVersionString: 10.0 184 | tvOSSdkVersion: 0 185 | tvOSRequireExtendedGameController: 0 186 | tvOSTargetOSVersionString: 10.0 187 | uIPrerenderedIcon: 0 188 | uIRequiresPersistentWiFi: 0 189 | uIRequiresFullScreen: 1 190 | uIStatusBarHidden: 1 191 | uIExitOnSuspend: 0 192 | uIStatusBarStyle: 0 193 | iPhoneSplashScreen: {fileID: 0} 194 | iPhoneHighResSplashScreen: {fileID: 0} 195 | iPhoneTallHighResSplashScreen: {fileID: 0} 196 | iPhone47inSplashScreen: {fileID: 0} 197 | iPhone55inPortraitSplashScreen: {fileID: 0} 198 | iPhone55inLandscapeSplashScreen: {fileID: 0} 199 | iPhone58inPortraitSplashScreen: {fileID: 0} 200 | iPhone58inLandscapeSplashScreen: {fileID: 0} 201 | iPadPortraitSplashScreen: {fileID: 0} 202 | iPadHighResPortraitSplashScreen: {fileID: 0} 203 | iPadLandscapeSplashScreen: {fileID: 0} 204 | iPadHighResLandscapeSplashScreen: {fileID: 0} 205 | iPhone65inPortraitSplashScreen: {fileID: 0} 206 | iPhone65inLandscapeSplashScreen: {fileID: 0} 207 | iPhone61inPortraitSplashScreen: {fileID: 0} 208 | iPhone61inLandscapeSplashScreen: {fileID: 0} 209 | appleTVSplashScreen: {fileID: 0} 210 | appleTVSplashScreen2x: {fileID: 0} 211 | tvOSSmallIconLayers: [] 212 | tvOSSmallIconLayers2x: [] 213 | tvOSLargeIconLayers: [] 214 | tvOSLargeIconLayers2x: [] 215 | tvOSTopShelfImageLayers: [] 216 | tvOSTopShelfImageLayers2x: [] 217 | tvOSTopShelfImageWideLayers: [] 218 | tvOSTopShelfImageWideLayers2x: [] 219 | iOSLaunchScreenType: 0 220 | iOSLaunchScreenPortrait: {fileID: 0} 221 | iOSLaunchScreenLandscape: {fileID: 0} 222 | iOSLaunchScreenBackgroundColor: 223 | serializedVersion: 2 224 | rgba: 0 225 | iOSLaunchScreenFillPct: 100 226 | iOSLaunchScreenSize: 100 227 | iOSLaunchScreenCustomXibPath: 228 | iOSLaunchScreeniPadType: 0 229 | iOSLaunchScreeniPadImage: {fileID: 0} 230 | iOSLaunchScreeniPadBackgroundColor: 231 | serializedVersion: 2 232 | rgba: 0 233 | iOSLaunchScreeniPadFillPct: 100 234 | iOSLaunchScreeniPadSize: 100 235 | iOSLaunchScreeniPadCustomXibPath: 236 | iOSUseLaunchScreenStoryboard: 0 237 | iOSLaunchScreenCustomStoryboardPath: 238 | iOSDeviceRequirements: [] 239 | iOSURLSchemes: [] 240 | iOSBackgroundModes: 0 241 | iOSMetalForceHardShadows: 0 242 | metalEditorSupport: 1 243 | metalAPIValidation: 1 244 | iOSRenderExtraFrameOnPause: 0 245 | appleDeveloperTeamID: 246 | iOSManualSigningProvisioningProfileID: 247 | tvOSManualSigningProvisioningProfileID: 248 | iOSManualSigningProvisioningProfileType: 0 249 | tvOSManualSigningProvisioningProfileType: 0 250 | appleEnableAutomaticSigning: 0 251 | iOSRequireARKit: 0 252 | iOSAutomaticallyDetectAndAddCapabilities: 1 253 | appleEnableProMotion: 0 254 | clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea 255 | templatePackageId: com.unity.template.3d@4.2.8 256 | templateDefaultScene: Assets/Scenes/SampleScene.unity 257 | AndroidTargetArchitectures: 1 258 | AndroidSplashScreenScale: 0 259 | androidSplashScreen: {fileID: 0} 260 | AndroidKeystoreName: 261 | AndroidKeyaliasName: 262 | AndroidBuildApkPerCpuArchitecture: 0 263 | AndroidTVCompatibility: 0 264 | AndroidIsGame: 1 265 | AndroidEnableTango: 0 266 | androidEnableBanner: 1 267 | androidUseLowAccuracyLocation: 0 268 | androidUseCustomKeystore: 0 269 | m_AndroidBanners: 270 | - width: 320 271 | height: 180 272 | banner: {fileID: 0} 273 | androidGamepadSupportLevel: 0 274 | AndroidValidateAppBundleSize: 1 275 | AndroidAppBundleSizeToValidate: 150 276 | m_BuildTargetIcons: [] 277 | m_BuildTargetPlatformIcons: [] 278 | m_BuildTargetBatching: 279 | - m_BuildTarget: Standalone 280 | m_StaticBatching: 1 281 | m_DynamicBatching: 0 282 | - m_BuildTarget: tvOS 283 | m_StaticBatching: 1 284 | m_DynamicBatching: 0 285 | - m_BuildTarget: Android 286 | m_StaticBatching: 1 287 | m_DynamicBatching: 0 288 | - m_BuildTarget: iPhone 289 | m_StaticBatching: 1 290 | m_DynamicBatching: 0 291 | - m_BuildTarget: WebGL 292 | m_StaticBatching: 0 293 | m_DynamicBatching: 0 294 | m_BuildTargetGraphicsJobs: 295 | - m_BuildTarget: MacStandaloneSupport 296 | m_GraphicsJobs: 0 297 | - m_BuildTarget: Switch 298 | m_GraphicsJobs: 1 299 | - m_BuildTarget: MetroSupport 300 | m_GraphicsJobs: 1 301 | - m_BuildTarget: AppleTVSupport 302 | m_GraphicsJobs: 0 303 | - m_BuildTarget: BJMSupport 304 | m_GraphicsJobs: 1 305 | - m_BuildTarget: LinuxStandaloneSupport 306 | m_GraphicsJobs: 1 307 | - m_BuildTarget: PS4Player 308 | m_GraphicsJobs: 1 309 | - m_BuildTarget: iOSSupport 310 | m_GraphicsJobs: 0 311 | - m_BuildTarget: WindowsStandaloneSupport 312 | m_GraphicsJobs: 1 313 | - m_BuildTarget: XboxOnePlayer 314 | m_GraphicsJobs: 1 315 | - m_BuildTarget: LuminSupport 316 | m_GraphicsJobs: 0 317 | - m_BuildTarget: AndroidPlayer 318 | m_GraphicsJobs: 0 319 | - m_BuildTarget: WebGLSupport 320 | m_GraphicsJobs: 0 321 | m_BuildTargetGraphicsJobMode: 322 | - m_BuildTarget: PS4Player 323 | m_GraphicsJobMode: 0 324 | - m_BuildTarget: XboxOnePlayer 325 | m_GraphicsJobMode: 0 326 | m_BuildTargetGraphicsAPIs: 327 | - m_BuildTarget: AndroidPlayer 328 | m_APIs: 150000000b000000 329 | m_Automatic: 0 330 | - m_BuildTarget: iOSSupport 331 | m_APIs: 10000000 332 | m_Automatic: 1 333 | - m_BuildTarget: AppleTVSupport 334 | m_APIs: 10000000 335 | m_Automatic: 0 336 | - m_BuildTarget: WebGLSupport 337 | m_APIs: 0b000000 338 | m_Automatic: 1 339 | m_BuildTargetVRSettings: 340 | - m_BuildTarget: Standalone 341 | m_Enabled: 0 342 | m_Devices: 343 | - Oculus 344 | - OpenVR 345 | openGLRequireES31: 0 346 | openGLRequireES31AEP: 0 347 | openGLRequireES32: 0 348 | m_TemplateCustomTags: {} 349 | mobileMTRendering: 350 | Android: 1 351 | iPhone: 1 352 | tvOS: 1 353 | m_BuildTargetGroupLightmapEncodingQuality: [] 354 | m_BuildTargetGroupLightmapSettings: [] 355 | playModeTestRunnerEnabled: 0 356 | runPlayModeTestAsEditModeTest: 0 357 | actionOnDotNetUnhandledException: 1 358 | enableInternalProfiler: 0 359 | logObjCUncaughtExceptions: 1 360 | enableCrashReportAPI: 0 361 | cameraUsageDescription: 362 | locationUsageDescription: 363 | microphoneUsageDescription: 364 | switchNetLibKey: 365 | switchSocketMemoryPoolSize: 6144 366 | switchSocketAllocatorPoolSize: 128 367 | switchSocketConcurrencyLimit: 14 368 | switchScreenResolutionBehavior: 2 369 | switchUseCPUProfiler: 0 370 | switchApplicationID: 0x01004b9000490000 371 | switchNSODependencies: 372 | switchTitleNames_0: 373 | switchTitleNames_1: 374 | switchTitleNames_2: 375 | switchTitleNames_3: 376 | switchTitleNames_4: 377 | switchTitleNames_5: 378 | switchTitleNames_6: 379 | switchTitleNames_7: 380 | switchTitleNames_8: 381 | switchTitleNames_9: 382 | switchTitleNames_10: 383 | switchTitleNames_11: 384 | switchTitleNames_12: 385 | switchTitleNames_13: 386 | switchTitleNames_14: 387 | switchPublisherNames_0: 388 | switchPublisherNames_1: 389 | switchPublisherNames_2: 390 | switchPublisherNames_3: 391 | switchPublisherNames_4: 392 | switchPublisherNames_5: 393 | switchPublisherNames_6: 394 | switchPublisherNames_7: 395 | switchPublisherNames_8: 396 | switchPublisherNames_9: 397 | switchPublisherNames_10: 398 | switchPublisherNames_11: 399 | switchPublisherNames_12: 400 | switchPublisherNames_13: 401 | switchPublisherNames_14: 402 | switchIcons_0: {fileID: 0} 403 | switchIcons_1: {fileID: 0} 404 | switchIcons_2: {fileID: 0} 405 | switchIcons_3: {fileID: 0} 406 | switchIcons_4: {fileID: 0} 407 | switchIcons_5: {fileID: 0} 408 | switchIcons_6: {fileID: 0} 409 | switchIcons_7: {fileID: 0} 410 | switchIcons_8: {fileID: 0} 411 | switchIcons_9: {fileID: 0} 412 | switchIcons_10: {fileID: 0} 413 | switchIcons_11: {fileID: 0} 414 | switchIcons_12: {fileID: 0} 415 | switchIcons_13: {fileID: 0} 416 | switchIcons_14: {fileID: 0} 417 | switchSmallIcons_0: {fileID: 0} 418 | switchSmallIcons_1: {fileID: 0} 419 | switchSmallIcons_2: {fileID: 0} 420 | switchSmallIcons_3: {fileID: 0} 421 | switchSmallIcons_4: {fileID: 0} 422 | switchSmallIcons_5: {fileID: 0} 423 | switchSmallIcons_6: {fileID: 0} 424 | switchSmallIcons_7: {fileID: 0} 425 | switchSmallIcons_8: {fileID: 0} 426 | switchSmallIcons_9: {fileID: 0} 427 | switchSmallIcons_10: {fileID: 0} 428 | switchSmallIcons_11: {fileID: 0} 429 | switchSmallIcons_12: {fileID: 0} 430 | switchSmallIcons_13: {fileID: 0} 431 | switchSmallIcons_14: {fileID: 0} 432 | switchManualHTML: 433 | switchAccessibleURLs: 434 | switchLegalInformation: 435 | switchMainThreadStackSize: 1048576 436 | switchPresenceGroupId: 437 | switchLogoHandling: 0 438 | switchReleaseVersion: 0 439 | switchDisplayVersion: 1.0.0 440 | switchStartupUserAccount: 0 441 | switchTouchScreenUsage: 0 442 | switchSupportedLanguagesMask: 0 443 | switchLogoType: 0 444 | switchApplicationErrorCodeCategory: 445 | switchUserAccountSaveDataSize: 0 446 | switchUserAccountSaveDataJournalSize: 0 447 | switchApplicationAttribute: 0 448 | switchCardSpecSize: -1 449 | switchCardSpecClock: -1 450 | switchRatingsMask: 0 451 | switchRatingsInt_0: 0 452 | switchRatingsInt_1: 0 453 | switchRatingsInt_2: 0 454 | switchRatingsInt_3: 0 455 | switchRatingsInt_4: 0 456 | switchRatingsInt_5: 0 457 | switchRatingsInt_6: 0 458 | switchRatingsInt_7: 0 459 | switchRatingsInt_8: 0 460 | switchRatingsInt_9: 0 461 | switchRatingsInt_10: 0 462 | switchRatingsInt_11: 0 463 | switchRatingsInt_12: 0 464 | switchLocalCommunicationIds_0: 465 | switchLocalCommunicationIds_1: 466 | switchLocalCommunicationIds_2: 467 | switchLocalCommunicationIds_3: 468 | switchLocalCommunicationIds_4: 469 | switchLocalCommunicationIds_5: 470 | switchLocalCommunicationIds_6: 471 | switchLocalCommunicationIds_7: 472 | switchParentalControl: 0 473 | switchAllowsScreenshot: 1 474 | switchAllowsVideoCapturing: 1 475 | switchAllowsRuntimeAddOnContentInstall: 0 476 | switchDataLossConfirmation: 0 477 | switchUserAccountLockEnabled: 0 478 | switchSystemResourceMemory: 16777216 479 | switchSupportedNpadStyles: 22 480 | switchNativeFsCacheSize: 32 481 | switchIsHoldTypeHorizontal: 0 482 | switchSupportedNpadCount: 8 483 | switchSocketConfigEnabled: 0 484 | switchTcpInitialSendBufferSize: 32 485 | switchTcpInitialReceiveBufferSize: 64 486 | switchTcpAutoSendBufferSizeMax: 256 487 | switchTcpAutoReceiveBufferSizeMax: 256 488 | switchUdpSendBufferSize: 9 489 | switchUdpReceiveBufferSize: 42 490 | switchSocketBufferEfficiency: 4 491 | switchSocketInitializeEnabled: 1 492 | switchNetworkInterfaceManagerInitializeEnabled: 1 493 | switchPlayerConnectionEnabled: 1 494 | ps4NPAgeRating: 12 495 | ps4NPTitleSecret: 496 | ps4NPTrophyPackPath: 497 | ps4ParentalLevel: 11 498 | ps4ContentID: ED1633-NPXX51362_00-0000000000000000 499 | ps4Category: 0 500 | ps4MasterVersion: 01.00 501 | ps4AppVersion: 01.00 502 | ps4AppType: 0 503 | ps4ParamSfxPath: 504 | ps4VideoOutPixelFormat: 0 505 | ps4VideoOutInitialWidth: 1920 506 | ps4VideoOutBaseModeInitialWidth: 1920 507 | ps4VideoOutReprojectionRate: 60 508 | ps4PronunciationXMLPath: 509 | ps4PronunciationSIGPath: 510 | ps4BackgroundImagePath: 511 | ps4StartupImagePath: 512 | ps4StartupImagesFolder: 513 | ps4IconImagesFolder: 514 | ps4SaveDataImagePath: 515 | ps4SdkOverride: 516 | ps4BGMPath: 517 | ps4ShareFilePath: 518 | ps4ShareOverlayImagePath: 519 | ps4PrivacyGuardImagePath: 520 | ps4NPtitleDatPath: 521 | ps4RemotePlayKeyAssignment: -1 522 | ps4RemotePlayKeyMappingDir: 523 | ps4PlayTogetherPlayerCount: 0 524 | ps4EnterButtonAssignment: 1 525 | ps4ApplicationParam1: 0 526 | ps4ApplicationParam2: 0 527 | ps4ApplicationParam3: 0 528 | ps4ApplicationParam4: 0 529 | ps4DownloadDataSize: 0 530 | ps4GarlicHeapSize: 2048 531 | ps4ProGarlicHeapSize: 2560 532 | playerPrefsMaxSize: 32768 533 | ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ 534 | ps4pnSessions: 1 535 | ps4pnPresence: 1 536 | ps4pnFriends: 1 537 | ps4pnGameCustomData: 1 538 | playerPrefsSupport: 0 539 | enableApplicationExit: 0 540 | resetTempFolder: 1 541 | restrictedAudioUsageRights: 0 542 | ps4UseResolutionFallback: 0 543 | ps4ReprojectionSupport: 0 544 | ps4UseAudio3dBackend: 0 545 | ps4SocialScreenEnabled: 0 546 | ps4ScriptOptimizationLevel: 0 547 | ps4Audio3dVirtualSpeakerCount: 14 548 | ps4attribCpuUsage: 0 549 | ps4PatchPkgPath: 550 | ps4PatchLatestPkgPath: 551 | ps4PatchChangeinfoPath: 552 | ps4PatchDayOne: 0 553 | ps4attribUserManagement: 0 554 | ps4attribMoveSupport: 0 555 | ps4attrib3DSupport: 0 556 | ps4attribShareSupport: 0 557 | ps4attribExclusiveVR: 0 558 | ps4disableAutoHideSplash: 0 559 | ps4videoRecordingFeaturesUsed: 0 560 | ps4contentSearchFeaturesUsed: 0 561 | ps4attribEyeToEyeDistanceSettingVR: 0 562 | ps4IncludedModules: [] 563 | ps4attribVROutputEnabled: 0 564 | monoEnv: 565 | splashScreenBackgroundSourceLandscape: {fileID: 0} 566 | splashScreenBackgroundSourcePortrait: {fileID: 0} 567 | blurSplashScreenBackground: 1 568 | spritePackerPolicy: 569 | webGLMemorySize: 16 570 | webGLExceptionSupport: 1 571 | webGLNameFilesAsHashes: 0 572 | webGLDataCaching: 1 573 | webGLDebugSymbols: 0 574 | webGLEmscriptenArgs: 575 | webGLModulesDirectory: 576 | webGLTemplate: APPLICATION:Default 577 | webGLAnalyzeBuildSize: 0 578 | webGLUseEmbeddedResources: 0 579 | webGLCompressionFormat: 1 580 | webGLLinkerTarget: 1 581 | webGLThreadsSupport: 0 582 | webGLWasmStreaming: 0 583 | scriptingDefineSymbols: {} 584 | platformArchitecture: {} 585 | scriptingBackend: {} 586 | il2cppCompilerConfiguration: {} 587 | managedStrippingLevel: {} 588 | incrementalIl2cppBuild: {} 589 | allowUnsafeCode: 0 590 | additionalIl2CppArgs: 591 | scriptingRuntimeVersion: 1 592 | gcIncremental: 0 593 | gcWBarrierValidation: 0 594 | apiCompatibilityLevelPerPlatform: {} 595 | m_RenderingPath: 1 596 | m_MobileRenderingPath: 1 597 | metroPackageName: Template_3D 598 | metroPackageVersion: 599 | metroCertificatePath: 600 | metroCertificatePassword: 601 | metroCertificateSubject: 602 | metroCertificateIssuer: 603 | metroCertificateNotAfter: 0000000000000000 604 | metroApplicationDescription: Template_3D 605 | wsaImages: {} 606 | metroTileShortName: 607 | metroTileShowName: 0 608 | metroMediumTileShowName: 0 609 | metroLargeTileShowName: 0 610 | metroWideTileShowName: 0 611 | metroSupportStreamingInstall: 0 612 | metroLastRequiredScene: 0 613 | metroDefaultTileSize: 1 614 | metroTileForegroundText: 2 615 | metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} 616 | metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, 617 | a: 1} 618 | metroSplashScreenUseBackgroundColor: 0 619 | platformCapabilities: {} 620 | metroTargetDeviceFamilies: {} 621 | metroFTAName: 622 | metroFTAFileTypes: [] 623 | metroProtocolName: 624 | XboxOneProductId: 625 | XboxOneUpdateKey: 626 | XboxOneSandboxId: 627 | XboxOneContentId: 628 | XboxOneTitleId: 629 | XboxOneSCId: 630 | XboxOneGameOsOverridePath: 631 | XboxOnePackagingOverridePath: 632 | XboxOneAppManifestOverridePath: 633 | XboxOneVersion: 1.0.0.0 634 | XboxOnePackageEncryption: 0 635 | XboxOnePackageUpdateGranularity: 2 636 | XboxOneDescription: 637 | XboxOneLanguage: 638 | - enus 639 | XboxOneCapability: [] 640 | XboxOneGameRating: {} 641 | XboxOneIsContentPackage: 0 642 | XboxOneEnableGPUVariability: 1 643 | XboxOneSockets: {} 644 | XboxOneSplashScreen: {fileID: 0} 645 | XboxOneAllowedProductIds: [] 646 | XboxOnePersistentLocalStorageSize: 0 647 | XboxOneXTitleMemory: 8 648 | XboxOneOverrideIdentityName: 649 | vrEditorSettings: 650 | daydream: 651 | daydreamIconForeground: {fileID: 0} 652 | daydreamIconBackground: {fileID: 0} 653 | cloudServicesEnabled: 654 | UNet: 1 655 | luminIcon: 656 | m_Name: 657 | m_ModelFolderPath: 658 | m_PortalFolderPath: 659 | luminCert: 660 | m_CertPath: 661 | m_SignPackage: 1 662 | luminIsChannelApp: 0 663 | luminVersion: 664 | m_VersionCode: 1 665 | m_VersionName: 666 | apiCompatibilityLevel: 6 667 | cloudProjectId: 668 | framebufferDepthMemorylessMode: 0 669 | projectName: 670 | organizationId: 671 | cloudEnabled: 0 672 | enableNativePlatformBackendsForNewInputSystem: 0 673 | disableOldInputManagerSupport: 0 674 | legacyClampBlendShapeWeights: 0 675 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!29 &1 4 | OcclusionCullingSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_OcclusionBakeSettings: 8 | smallestOccluder: 5 9 | smallestHole: 0.25 10 | backfaceThreshold: 100 11 | m_SceneGUID: 00000000000000000000000000000000 12 | m_OcclusionCullingData: {fileID: 0} 13 | --- !u!104 &2 14 | RenderSettings: 15 | m_ObjectHideFlags: 0 16 | serializedVersion: 9 17 | m_Fog: 0 18 | m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} 19 | m_FogMode: 3 20 | m_FogDensity: 0.01 21 | m_LinearFogStart: 0 22 | m_LinearFogEnd: 300 23 | m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} 24 | m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} 25 | m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} 26 | m_AmbientIntensity: 1 27 | m_AmbientMode: 0 28 | m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} 29 | m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} 30 | m_HaloStrength: 0.5 31 | m_FlareStrength: 1 32 | m_FlareFadeSpeed: 3 33 | m_HaloTexture: {fileID: 0} 34 | m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} 35 | m_DefaultReflectionMode: 0 36 | m_DefaultReflectionResolution: 128 37 | m_ReflectionBounces: 1 38 | m_ReflectionIntensity: 1 39 | m_CustomReflection: {fileID: 0} 40 | m_Sun: {fileID: 0} 41 | m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} 42 | m_UseRadianceAmbientProbe: 0 43 | --- !u!157 &3 44 | LightmapSettings: 45 | m_ObjectHideFlags: 0 46 | serializedVersion: 11 47 | m_GIWorkflowMode: 1 48 | m_GISettings: 49 | serializedVersion: 2 50 | m_BounceScale: 1 51 | m_IndirectOutputScale: 1 52 | m_AlbedoBoost: 1 53 | m_EnvironmentLightingMode: 0 54 | m_EnableBakedLightmaps: 1 55 | m_EnableRealtimeLightmaps: 0 56 | m_LightmapEditorSettings: 57 | serializedVersion: 12 58 | m_Resolution: 2 59 | m_BakeResolution: 40 60 | m_AtlasSize: 1024 61 | m_AO: 0 62 | m_AOMaxDistance: 1 63 | m_CompAOExponent: 1 64 | m_CompAOExponentDirect: 0 65 | m_ExtractAmbientOcclusion: 0 66 | m_Padding: 2 67 | m_LightmapParameters: {fileID: 0} 68 | m_LightmapsBakeMode: 1 69 | m_TextureCompression: 1 70 | m_FinalGather: 0 71 | m_FinalGatherFiltering: 1 72 | m_FinalGatherRayCount: 256 73 | m_ReflectionCompression: 2 74 | m_MixedBakeMode: 2 75 | m_BakeBackend: 1 76 | m_PVRSampling: 1 77 | m_PVRDirectSampleCount: 32 78 | m_PVRSampleCount: 512 79 | m_PVRBounces: 2 80 | m_PVREnvironmentSampleCount: 256 81 | m_PVREnvironmentReferencePointCount: 2048 82 | m_PVRFilteringMode: 1 83 | m_PVRDenoiserTypeDirect: 1 84 | m_PVRDenoiserTypeIndirect: 1 85 | m_PVRDenoiserTypeAO: 1 86 | m_PVRFilterTypeDirect: 0 87 | m_PVRFilterTypeIndirect: 0 88 | m_PVRFilterTypeAO: 0 89 | m_PVREnvironmentMIS: 1 90 | m_PVRCulling: 1 91 | m_PVRFilteringGaussRadiusDirect: 1 92 | m_PVRFilteringGaussRadiusIndirect: 5 93 | m_PVRFilteringGaussRadiusAO: 2 94 | m_PVRFilteringAtrousPositionSigmaDirect: 0.5 95 | m_PVRFilteringAtrousPositionSigmaIndirect: 2 96 | m_PVRFilteringAtrousPositionSigmaAO: 1 97 | m_ExportTrainingData: 0 98 | m_TrainingDataDestination: TrainingData 99 | m_LightProbeSampleCountMultiplier: 4 100 | m_LightingDataAsset: {fileID: 0} 101 | m_UseShadowmask: 1 102 | --- !u!196 &4 103 | NavMeshSettings: 104 | serializedVersion: 2 105 | m_ObjectHideFlags: 0 106 | m_BuildSettings: 107 | serializedVersion: 2 108 | agentTypeID: 0 109 | agentRadius: 0.5 110 | agentHeight: 2 111 | agentSlope: 45 112 | agentClimb: 0.4 113 | ledgeDropHeight: 0 114 | maxJumpAcrossDistance: 0 115 | minRegionArea: 2 116 | manualCellSize: 0 117 | cellSize: 0.16666667 118 | manualTileSize: 0 119 | tileSize: 256 120 | accuratePlacement: 0 121 | debug: 122 | m_Flags: 0 123 | m_NavMeshData: {fileID: 0} 124 | --- !u!1001 &19376373 125 | PrefabInstance: 126 | m_ObjectHideFlags: 0 127 | serializedVersion: 2 128 | m_Modification: 129 | m_TransformParent: {fileID: 0} 130 | m_Modifications: 131 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 132 | type: 3} 133 | propertyPath: m_LocalPosition.x 134 | value: 0.523 135 | objectReference: {fileID: 0} 136 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 137 | type: 3} 138 | propertyPath: m_LocalPosition.y 139 | value: 5.934208e-18 140 | objectReference: {fileID: 0} 141 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 142 | type: 3} 143 | propertyPath: m_LocalPosition.z 144 | value: 2.69 145 | objectReference: {fileID: 0} 146 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 147 | type: 3} 148 | propertyPath: m_LocalRotation.x 149 | value: 0 150 | objectReference: {fileID: 0} 151 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 152 | type: 3} 153 | propertyPath: m_LocalRotation.y 154 | value: -0 155 | objectReference: {fileID: 0} 156 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 157 | type: 3} 158 | propertyPath: m_LocalRotation.z 159 | value: -0 160 | objectReference: {fileID: 0} 161 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 162 | type: 3} 163 | propertyPath: m_LocalRotation.w 164 | value: 1 165 | objectReference: {fileID: 0} 166 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 167 | type: 3} 168 | propertyPath: m_RootOrder 169 | value: 1 170 | objectReference: {fileID: 0} 171 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 172 | type: 3} 173 | propertyPath: m_LocalEulerAnglesHint.x 174 | value: 0 175 | objectReference: {fileID: 0} 176 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 177 | type: 3} 178 | propertyPath: m_LocalEulerAnglesHint.y 179 | value: 0 180 | objectReference: {fileID: 0} 181 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 182 | type: 3} 183 | propertyPath: m_LocalEulerAnglesHint.z 184 | value: 0 185 | objectReference: {fileID: 0} 186 | - target: {fileID: -1504981713932161579, guid: 2b5ad323f2fd6814a8017c2093799238, 187 | type: 3} 188 | propertyPath: m_Materials.Array.data[0] 189 | value: 190 | objectReference: {fileID: 2100000, guid: 56788ea4cec9e554cb03de6be446beef, type: 2} 191 | - target: {fileID: -927199367670048503, guid: 2b5ad323f2fd6814a8017c2093799238, 192 | type: 3} 193 | propertyPath: m_Name 194 | value: GrassHEx 195 | objectReference: {fileID: 0} 196 | m_RemovedComponents: [] 197 | m_SourcePrefab: {fileID: 100100000, guid: 2b5ad323f2fd6814a8017c2093799238, type: 3} 198 | --- !u!1001 &250549086 199 | PrefabInstance: 200 | m_ObjectHideFlags: 0 201 | serializedVersion: 2 202 | m_Modification: 203 | m_TransformParent: {fileID: 0} 204 | m_Modifications: 205 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 206 | type: 3} 207 | propertyPath: m_LocalPosition.x 208 | value: -0.11 209 | objectReference: {fileID: 0} 210 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 211 | type: 3} 212 | propertyPath: m_LocalPosition.y 213 | value: 5.934208e-18 214 | objectReference: {fileID: 0} 215 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 216 | type: 3} 217 | propertyPath: m_LocalPosition.z 218 | value: 2.594 219 | objectReference: {fileID: 0} 220 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 221 | type: 3} 222 | propertyPath: m_LocalRotation.x 223 | value: 0 224 | objectReference: {fileID: 0} 225 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 226 | type: 3} 227 | propertyPath: m_LocalRotation.y 228 | value: -0 229 | objectReference: {fileID: 0} 230 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 231 | type: 3} 232 | propertyPath: m_LocalRotation.z 233 | value: -0 234 | objectReference: {fileID: 0} 235 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 236 | type: 3} 237 | propertyPath: m_LocalRotation.w 238 | value: 1 239 | objectReference: {fileID: 0} 240 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 241 | type: 3} 242 | propertyPath: m_RootOrder 243 | value: 6 244 | objectReference: {fileID: 0} 245 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 246 | type: 3} 247 | propertyPath: m_LocalEulerAnglesHint.x 248 | value: 0 249 | objectReference: {fileID: 0} 250 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 251 | type: 3} 252 | propertyPath: m_LocalEulerAnglesHint.y 253 | value: 0 254 | objectReference: {fileID: 0} 255 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 256 | type: 3} 257 | propertyPath: m_LocalEulerAnglesHint.z 258 | value: 0 259 | objectReference: {fileID: 0} 260 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 261 | type: 3} 262 | propertyPath: m_LocalScale.x 263 | value: 0.71217 264 | objectReference: {fileID: 0} 265 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 266 | type: 3} 267 | propertyPath: m_LocalScale.y 268 | value: 0.71217 269 | objectReference: {fileID: 0} 270 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 271 | type: 3} 272 | propertyPath: m_LocalScale.z 273 | value: 0.71217 274 | objectReference: {fileID: 0} 275 | - target: {fileID: -1504981713932161579, guid: 2b5ad323f2fd6814a8017c2093799238, 276 | type: 3} 277 | propertyPath: m_Materials.Array.data[0] 278 | value: 279 | objectReference: {fileID: 2100000, guid: 56788ea4cec9e554cb03de6be446beef, type: 2} 280 | - target: {fileID: -927199367670048503, guid: 2b5ad323f2fd6814a8017c2093799238, 281 | type: 3} 282 | propertyPath: m_Name 283 | value: GrassHEx (3) 284 | objectReference: {fileID: 0} 285 | m_RemovedComponents: [] 286 | m_SourcePrefab: {fileID: 100100000, guid: 2b5ad323f2fd6814a8017c2093799238, type: 3} 287 | --- !u!1 &501701692 288 | GameObject: 289 | m_ObjectHideFlags: 0 290 | m_CorrespondingSourceObject: {fileID: 0} 291 | m_PrefabInstance: {fileID: 0} 292 | m_PrefabAsset: {fileID: 0} 293 | serializedVersion: 6 294 | m_Component: 295 | - component: {fileID: 501701696} 296 | - component: {fileID: 501701695} 297 | - component: {fileID: 501701694} 298 | - component: {fileID: 501701693} 299 | m_Layer: 0 300 | m_Name: Main Camera 301 | m_TagString: MainCamera 302 | m_Icon: {fileID: 0} 303 | m_NavMeshLayer: 0 304 | m_StaticEditorFlags: 0 305 | m_IsActive: 1 306 | --- !u!114 &501701693 307 | MonoBehaviour: 308 | m_ObjectHideFlags: 0 309 | m_CorrespondingSourceObject: {fileID: 0} 310 | m_PrefabInstance: {fileID: 0} 311 | m_PrefabAsset: {fileID: 0} 312 | m_GameObject: {fileID: 501701692} 313 | m_Enabled: 1 314 | m_EditorHideFlags: 0 315 | m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} 316 | m_Name: 317 | m_EditorClassIdentifier: 318 | m_RenderShadows: 1 319 | m_RequiresDepthTextureOption: 2 320 | m_RequiresOpaqueTextureOption: 2 321 | m_CameraType: 0 322 | m_Cameras: [] 323 | m_RendererIndex: -1 324 | m_VolumeLayerMask: 325 | serializedVersion: 2 326 | m_Bits: 1 327 | m_VolumeTrigger: {fileID: 0} 328 | m_RenderPostProcessing: 1 329 | m_Antialiasing: 0 330 | m_AntialiasingQuality: 2 331 | m_StopNaN: 0 332 | m_Dithering: 0 333 | m_ClearDepth: 1 334 | m_RequiresDepthTexture: 0 335 | m_RequiresColorTexture: 0 336 | m_Version: 2 337 | --- !u!81 &501701694 338 | AudioListener: 339 | m_ObjectHideFlags: 0 340 | m_CorrespondingSourceObject: {fileID: 0} 341 | m_PrefabInstance: {fileID: 0} 342 | m_PrefabAsset: {fileID: 0} 343 | m_GameObject: {fileID: 501701692} 344 | m_Enabled: 1 345 | --- !u!20 &501701695 346 | Camera: 347 | m_ObjectHideFlags: 0 348 | m_CorrespondingSourceObject: {fileID: 0} 349 | m_PrefabInstance: {fileID: 0} 350 | m_PrefabAsset: {fileID: 0} 351 | m_GameObject: {fileID: 501701692} 352 | m_Enabled: 1 353 | serializedVersion: 2 354 | m_ClearFlags: 1 355 | m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} 356 | m_projectionMatrixMode: 1 357 | m_GateFitMode: 2 358 | m_FOVAxisMode: 0 359 | m_SensorSize: {x: 36, y: 24} 360 | m_LensShift: {x: 0, y: 0} 361 | m_FocalLength: 50 362 | m_NormalizedViewPortRect: 363 | serializedVersion: 2 364 | x: 0 365 | y: 0 366 | width: 1 367 | height: 1 368 | near clip plane: 0.3 369 | far clip plane: 1000 370 | field of view: 60 371 | orthographic: 0 372 | orthographic size: 5 373 | m_Depth: -1 374 | m_CullingMask: 375 | serializedVersion: 2 376 | m_Bits: 4294967295 377 | m_RenderingPath: -1 378 | m_TargetTexture: {fileID: 0} 379 | m_TargetDisplay: 0 380 | m_TargetEye: 3 381 | m_HDR: 1 382 | m_AllowMSAA: 1 383 | m_AllowDynamicResolution: 0 384 | m_ForceIntoRT: 0 385 | m_OcclusionCulling: 1 386 | m_StereoConvergence: 10 387 | m_StereoSeparation: 0.022 388 | --- !u!4 &501701696 389 | Transform: 390 | m_ObjectHideFlags: 0 391 | m_CorrespondingSourceObject: {fileID: 0} 392 | m_PrefabInstance: {fileID: 0} 393 | m_PrefabAsset: {fileID: 0} 394 | m_GameObject: {fileID: 501701692} 395 | m_LocalRotation: {x: 0.39998147, y: -0.19447485, z: 0.0873599, w: 0.89138246} 396 | m_LocalPosition: {x: 1.0900775, y: 1.2194943, z: 1.1856732} 397 | m_LocalScale: {x: 1, y: 1, z: 1} 398 | m_Children: [] 399 | m_Father: {fileID: 0} 400 | m_RootOrder: 0 401 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 402 | --- !u!1001 &679604792 403 | PrefabInstance: 404 | m_ObjectHideFlags: 0 405 | serializedVersion: 2 406 | m_Modification: 407 | m_TransformParent: {fileID: 0} 408 | m_Modifications: 409 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 410 | type: 3} 411 | propertyPath: m_LocalPosition.x 412 | value: 0.117 413 | objectReference: {fileID: 0} 414 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 415 | type: 3} 416 | propertyPath: m_LocalPosition.y 417 | value: 5.934208e-18 418 | objectReference: {fileID: 0} 419 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 420 | type: 3} 421 | propertyPath: m_LocalPosition.z 422 | value: 1.983 423 | objectReference: {fileID: 0} 424 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 425 | type: 3} 426 | propertyPath: m_LocalRotation.x 427 | value: 0 428 | objectReference: {fileID: 0} 429 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 430 | type: 3} 431 | propertyPath: m_LocalRotation.y 432 | value: -0 433 | objectReference: {fileID: 0} 434 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 435 | type: 3} 436 | propertyPath: m_LocalRotation.z 437 | value: -0 438 | objectReference: {fileID: 0} 439 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 440 | type: 3} 441 | propertyPath: m_LocalRotation.w 442 | value: 1 443 | objectReference: {fileID: 0} 444 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 445 | type: 3} 446 | propertyPath: m_RootOrder 447 | value: 4 448 | objectReference: {fileID: 0} 449 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 450 | type: 3} 451 | propertyPath: m_LocalEulerAnglesHint.x 452 | value: 0 453 | objectReference: {fileID: 0} 454 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 455 | type: 3} 456 | propertyPath: m_LocalEulerAnglesHint.y 457 | value: 0 458 | objectReference: {fileID: 0} 459 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 460 | type: 3} 461 | propertyPath: m_LocalEulerAnglesHint.z 462 | value: 0 463 | objectReference: {fileID: 0} 464 | - target: {fileID: -1504981713932161579, guid: 2b5ad323f2fd6814a8017c2093799238, 465 | type: 3} 466 | propertyPath: m_Materials.Array.data[0] 467 | value: 468 | objectReference: {fileID: 2100000, guid: 56788ea4cec9e554cb03de6be446beef, type: 2} 469 | - target: {fileID: -927199367670048503, guid: 2b5ad323f2fd6814a8017c2093799238, 470 | type: 3} 471 | propertyPath: m_Name 472 | value: GrassHEx (1) 473 | objectReference: {fileID: 0} 474 | m_RemovedComponents: [] 475 | m_SourcePrefab: {fileID: 100100000, guid: 2b5ad323f2fd6814a8017c2093799238, type: 3} 476 | --- !u!1001 &737765589 477 | PrefabInstance: 478 | m_ObjectHideFlags: 0 479 | serializedVersion: 2 480 | m_Modification: 481 | m_TransformParent: {fileID: 0} 482 | m_Modifications: 483 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 484 | type: 3} 485 | propertyPath: m_LocalPosition.x 486 | value: 0.903 487 | objectReference: {fileID: 0} 488 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 489 | type: 3} 490 | propertyPath: m_LocalPosition.y 491 | value: 5.934208e-18 492 | objectReference: {fileID: 0} 493 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 494 | type: 3} 495 | propertyPath: m_LocalPosition.z 496 | value: 2.044 497 | objectReference: {fileID: 0} 498 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 499 | type: 3} 500 | propertyPath: m_LocalRotation.x 501 | value: 0 502 | objectReference: {fileID: 0} 503 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 504 | type: 3} 505 | propertyPath: m_LocalRotation.y 506 | value: -0 507 | objectReference: {fileID: 0} 508 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 509 | type: 3} 510 | propertyPath: m_LocalRotation.z 511 | value: -0 512 | objectReference: {fileID: 0} 513 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 514 | type: 3} 515 | propertyPath: m_LocalRotation.w 516 | value: 1 517 | objectReference: {fileID: 0} 518 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 519 | type: 3} 520 | propertyPath: m_RootOrder 521 | value: 5 522 | objectReference: {fileID: 0} 523 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 524 | type: 3} 525 | propertyPath: m_LocalEulerAnglesHint.x 526 | value: 0 527 | objectReference: {fileID: 0} 528 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 529 | type: 3} 530 | propertyPath: m_LocalEulerAnglesHint.y 531 | value: 0 532 | objectReference: {fileID: 0} 533 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 534 | type: 3} 535 | propertyPath: m_LocalEulerAnglesHint.z 536 | value: 0 537 | objectReference: {fileID: 0} 538 | - target: {fileID: -1504981713932161579, guid: 2b5ad323f2fd6814a8017c2093799238, 539 | type: 3} 540 | propertyPath: m_Materials.Array.data[0] 541 | value: 542 | objectReference: {fileID: 2100000, guid: 56788ea4cec9e554cb03de6be446beef, type: 2} 543 | - target: {fileID: -927199367670048503, guid: 2b5ad323f2fd6814a8017c2093799238, 544 | type: 3} 545 | propertyPath: m_Name 546 | value: GrassHEx (2) 547 | objectReference: {fileID: 0} 548 | m_RemovedComponents: [] 549 | m_SourcePrefab: {fileID: 100100000, guid: 2b5ad323f2fd6814a8017c2093799238, type: 3} 550 | --- !u!1 &1168014919 551 | GameObject: 552 | m_ObjectHideFlags: 0 553 | m_CorrespondingSourceObject: {fileID: 0} 554 | m_PrefabInstance: {fileID: 0} 555 | m_PrefabAsset: {fileID: 0} 556 | serializedVersion: 6 557 | m_Component: 558 | - component: {fileID: 1168014921} 559 | - component: {fileID: 1168014920} 560 | m_Layer: 0 561 | m_Name: Global Volume 562 | m_TagString: Untagged 563 | m_Icon: {fileID: 0} 564 | m_NavMeshLayer: 0 565 | m_StaticEditorFlags: 0 566 | m_IsActive: 1 567 | --- !u!114 &1168014920 568 | MonoBehaviour: 569 | m_ObjectHideFlags: 0 570 | m_CorrespondingSourceObject: {fileID: 0} 571 | m_PrefabInstance: {fileID: 0} 572 | m_PrefabAsset: {fileID: 0} 573 | m_GameObject: {fileID: 1168014919} 574 | m_Enabled: 1 575 | m_EditorHideFlags: 0 576 | m_Script: {fileID: 11500000, guid: 172515602e62fb746b5d573b38a5fe58, type: 3} 577 | m_Name: 578 | m_EditorClassIdentifier: 579 | isGlobal: 1 580 | priority: 0 581 | blendDistance: 0 582 | weight: 1 583 | sharedProfile: {fileID: 11400000, guid: 48186d2031040f246821e985a2bc5248, type: 2} 584 | --- !u!4 &1168014921 585 | Transform: 586 | m_ObjectHideFlags: 0 587 | m_CorrespondingSourceObject: {fileID: 0} 588 | m_PrefabInstance: {fileID: 0} 589 | m_PrefabAsset: {fileID: 0} 590 | m_GameObject: {fileID: 1168014919} 591 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 592 | m_LocalPosition: {x: 0, y: 0, z: 0} 593 | m_LocalScale: {x: 1, y: 1, z: 1} 594 | m_Children: [] 595 | m_Father: {fileID: 0} 596 | m_RootOrder: 8 597 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 598 | --- !u!1 &1288591491 599 | GameObject: 600 | m_ObjectHideFlags: 0 601 | m_CorrespondingSourceObject: {fileID: 0} 602 | m_PrefabInstance: {fileID: 0} 603 | m_PrefabAsset: {fileID: 0} 604 | serializedVersion: 6 605 | m_Component: 606 | - component: {fileID: 1288591498} 607 | - component: {fileID: 1288591497} 608 | - component: {fileID: 1288591496} 609 | - component: {fileID: 1288591495} 610 | - component: {fileID: 1288591494} 611 | - component: {fileID: 1288591493} 612 | - component: {fileID: 1288591492} 613 | m_Layer: 0 614 | m_Name: Sphere (Playerpos Script) 615 | m_TagString: Untagged 616 | m_Icon: {fileID: 0} 617 | m_NavMeshLayer: 0 618 | m_StaticEditorFlags: 0 619 | m_IsActive: 1 620 | --- !u!95 &1288591492 621 | Animator: 622 | serializedVersion: 3 623 | m_ObjectHideFlags: 0 624 | m_CorrespondingSourceObject: {fileID: 0} 625 | m_PrefabInstance: {fileID: 0} 626 | m_PrefabAsset: {fileID: 0} 627 | m_GameObject: {fileID: 1288591491} 628 | m_Enabled: 1 629 | m_Avatar: {fileID: 0} 630 | m_Controller: {fileID: 0} 631 | m_CullingMode: 0 632 | m_UpdateMode: 0 633 | m_ApplyRootMotion: 0 634 | m_LinearVelocityBlending: 0 635 | m_WarningMessage: 636 | m_HasTransformHierarchy: 1 637 | m_AllowConstantClipSamplingOptimization: 1 638 | m_KeepAnimatorControllerStateOnDisable: 0 639 | --- !u!320 &1288591493 640 | PlayableDirector: 641 | m_ObjectHideFlags: 0 642 | m_CorrespondingSourceObject: {fileID: 0} 643 | m_PrefabInstance: {fileID: 0} 644 | m_PrefabAsset: {fileID: 0} 645 | m_GameObject: {fileID: 1288591491} 646 | m_Enabled: 1 647 | serializedVersion: 3 648 | m_PlayableAsset: {fileID: 11400000, guid: 3817e560f6b122647b7de869bac64812, type: 2} 649 | m_InitialState: 1 650 | m_WrapMode: 2 651 | m_DirectorUpdateMode: 1 652 | m_InitialTime: 0 653 | m_SceneBindings: 654 | - key: {fileID: 3168790201851598414, guid: 3817e560f6b122647b7de869bac64812, type: 2} 655 | value: {fileID: 1288591492} 656 | m_ExposedReferences: 657 | m_References: [] 658 | --- !u!114 &1288591494 659 | MonoBehaviour: 660 | m_ObjectHideFlags: 0 661 | m_CorrespondingSourceObject: {fileID: 0} 662 | m_PrefabInstance: {fileID: 0} 663 | m_PrefabAsset: {fileID: 0} 664 | m_GameObject: {fileID: 1288591491} 665 | m_Enabled: 1 666 | m_EditorHideFlags: 0 667 | m_Script: {fileID: 11500000, guid: 2c0adc92b74149340b679af8f6d7a8b5, type: 3} 668 | m_Name: 669 | m_EditorClassIdentifier: 670 | --- !u!135 &1288591495 671 | SphereCollider: 672 | m_ObjectHideFlags: 0 673 | m_CorrespondingSourceObject: {fileID: 0} 674 | m_PrefabInstance: {fileID: 0} 675 | m_PrefabAsset: {fileID: 0} 676 | m_GameObject: {fileID: 1288591491} 677 | m_Material: {fileID: 0} 678 | m_IsTrigger: 0 679 | m_Enabled: 1 680 | serializedVersion: 2 681 | m_Radius: 0.5 682 | m_Center: {x: 0, y: 0, z: 0} 683 | --- !u!23 &1288591496 684 | MeshRenderer: 685 | m_ObjectHideFlags: 0 686 | m_CorrespondingSourceObject: {fileID: 0} 687 | m_PrefabInstance: {fileID: 0} 688 | m_PrefabAsset: {fileID: 0} 689 | m_GameObject: {fileID: 1288591491} 690 | m_Enabled: 1 691 | m_CastShadows: 1 692 | m_ReceiveShadows: 1 693 | m_DynamicOccludee: 1 694 | m_MotionVectors: 1 695 | m_LightProbeUsage: 1 696 | m_ReflectionProbeUsage: 1 697 | m_RayTracingMode: 2 698 | m_RenderingLayerMask: 1 699 | m_RendererPriority: 0 700 | m_Materials: 701 | - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} 702 | m_StaticBatchInfo: 703 | firstSubMesh: 0 704 | subMeshCount: 0 705 | m_StaticBatchRoot: {fileID: 0} 706 | m_ProbeAnchor: {fileID: 0} 707 | m_LightProbeVolumeOverride: {fileID: 0} 708 | m_ScaleInLightmap: 1 709 | m_ReceiveGI: 1 710 | m_PreserveUVs: 0 711 | m_IgnoreNormalsForChartDetection: 0 712 | m_ImportantGI: 0 713 | m_StitchLightmapSeams: 1 714 | m_SelectedEditorRenderState: 3 715 | m_MinimumChartSize: 4 716 | m_AutoUVMaxDistance: 0.5 717 | m_AutoUVMaxAngle: 89 718 | m_LightmapParameters: {fileID: 0} 719 | m_SortingLayerID: 0 720 | m_SortingLayer: 0 721 | m_SortingOrder: 0 722 | --- !u!33 &1288591497 723 | MeshFilter: 724 | m_ObjectHideFlags: 0 725 | m_CorrespondingSourceObject: {fileID: 0} 726 | m_PrefabInstance: {fileID: 0} 727 | m_PrefabAsset: {fileID: 0} 728 | m_GameObject: {fileID: 1288591491} 729 | m_Mesh: {fileID: 10207, guid: 0000000000000000e000000000000000, type: 0} 730 | --- !u!4 &1288591498 731 | Transform: 732 | m_ObjectHideFlags: 0 733 | m_CorrespondingSourceObject: {fileID: 0} 734 | m_PrefabInstance: {fileID: 0} 735 | m_PrefabAsset: {fileID: 0} 736 | m_GameObject: {fileID: 1288591491} 737 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 738 | m_LocalPosition: {x: 1.288, y: 0.441, z: 2.125} 739 | m_LocalScale: {x: 0.6, y: 0.6, z: 0.6} 740 | m_Children: [] 741 | m_Father: {fileID: 0} 742 | m_RootOrder: 9 743 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 744 | --- !u!1 &1778268759 745 | GameObject: 746 | m_ObjectHideFlags: 0 747 | m_CorrespondingSourceObject: {fileID: 0} 748 | m_PrefabInstance: {fileID: 0} 749 | m_PrefabAsset: {fileID: 0} 750 | serializedVersion: 6 751 | m_Component: 752 | - component: {fileID: 1778268763} 753 | - component: {fileID: 1778268762} 754 | - component: {fileID: 1778268761} 755 | - component: {fileID: 1778268760} 756 | m_Layer: 0 757 | m_Name: Plane 758 | m_TagString: Untagged 759 | m_Icon: {fileID: 0} 760 | m_NavMeshLayer: 0 761 | m_StaticEditorFlags: 0 762 | m_IsActive: 1 763 | --- !u!64 &1778268760 764 | MeshCollider: 765 | m_ObjectHideFlags: 0 766 | m_CorrespondingSourceObject: {fileID: 0} 767 | m_PrefabInstance: {fileID: 0} 768 | m_PrefabAsset: {fileID: 0} 769 | m_GameObject: {fileID: 1778268759} 770 | m_Material: {fileID: 0} 771 | m_IsTrigger: 0 772 | m_Enabled: 1 773 | serializedVersion: 4 774 | m_Convex: 0 775 | m_CookingOptions: 30 776 | m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} 777 | --- !u!23 &1778268761 778 | MeshRenderer: 779 | m_ObjectHideFlags: 0 780 | m_CorrespondingSourceObject: {fileID: 0} 781 | m_PrefabInstance: {fileID: 0} 782 | m_PrefabAsset: {fileID: 0} 783 | m_GameObject: {fileID: 1778268759} 784 | m_Enabled: 1 785 | m_CastShadows: 1 786 | m_ReceiveShadows: 1 787 | m_DynamicOccludee: 1 788 | m_MotionVectors: 1 789 | m_LightProbeUsage: 1 790 | m_ReflectionProbeUsage: 1 791 | m_RayTracingMode: 2 792 | m_RenderingLayerMask: 1 793 | m_RendererPriority: 0 794 | m_Materials: 795 | - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} 796 | m_StaticBatchInfo: 797 | firstSubMesh: 0 798 | subMeshCount: 0 799 | m_StaticBatchRoot: {fileID: 0} 800 | m_ProbeAnchor: {fileID: 0} 801 | m_LightProbeVolumeOverride: {fileID: 0} 802 | m_ScaleInLightmap: 1 803 | m_ReceiveGI: 1 804 | m_PreserveUVs: 0 805 | m_IgnoreNormalsForChartDetection: 0 806 | m_ImportantGI: 0 807 | m_StitchLightmapSeams: 1 808 | m_SelectedEditorRenderState: 3 809 | m_MinimumChartSize: 4 810 | m_AutoUVMaxDistance: 0.5 811 | m_AutoUVMaxAngle: 89 812 | m_LightmapParameters: {fileID: 0} 813 | m_SortingLayerID: 0 814 | m_SortingLayer: 0 815 | m_SortingOrder: 0 816 | --- !u!33 &1778268762 817 | MeshFilter: 818 | m_ObjectHideFlags: 0 819 | m_CorrespondingSourceObject: {fileID: 0} 820 | m_PrefabInstance: {fileID: 0} 821 | m_PrefabAsset: {fileID: 0} 822 | m_GameObject: {fileID: 1778268759} 823 | m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0} 824 | --- !u!4 &1778268763 825 | Transform: 826 | m_ObjectHideFlags: 0 827 | m_CorrespondingSourceObject: {fileID: 0} 828 | m_PrefabInstance: {fileID: 0} 829 | m_PrefabAsset: {fileID: 0} 830 | m_GameObject: {fileID: 1778268759} 831 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 832 | m_LocalPosition: {x: 0, y: 0, z: 0} 833 | m_LocalScale: {x: 1, y: 1, z: 1} 834 | m_Children: [] 835 | m_Father: {fileID: 0} 836 | m_RootOrder: 3 837 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 838 | --- !u!1 &1906314093 839 | GameObject: 840 | m_ObjectHideFlags: 0 841 | m_CorrespondingSourceObject: {fileID: 0} 842 | m_PrefabInstance: {fileID: 0} 843 | m_PrefabAsset: {fileID: 0} 844 | serializedVersion: 6 845 | m_Component: 846 | - component: {fileID: 1906314096} 847 | - component: {fileID: 1906314095} 848 | - component: {fileID: 1906314094} 849 | m_Layer: 0 850 | m_Name: Directional Light 851 | m_TagString: Untagged 852 | m_Icon: {fileID: 0} 853 | m_NavMeshLayer: 0 854 | m_StaticEditorFlags: 0 855 | m_IsActive: 1 856 | --- !u!114 &1906314094 857 | MonoBehaviour: 858 | m_ObjectHideFlags: 0 859 | m_CorrespondingSourceObject: {fileID: 0} 860 | m_PrefabInstance: {fileID: 0} 861 | m_PrefabAsset: {fileID: 0} 862 | m_GameObject: {fileID: 1906314093} 863 | m_Enabled: 1 864 | m_EditorHideFlags: 0 865 | m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3} 866 | m_Name: 867 | m_EditorClassIdentifier: 868 | m_UsePipelineSettings: 0 869 | --- !u!108 &1906314095 870 | Light: 871 | m_ObjectHideFlags: 0 872 | m_CorrespondingSourceObject: {fileID: 0} 873 | m_PrefabInstance: {fileID: 0} 874 | m_PrefabAsset: {fileID: 0} 875 | m_GameObject: {fileID: 1906314093} 876 | m_Enabled: 1 877 | serializedVersion: 10 878 | m_Type: 1 879 | m_Shape: 0 880 | m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} 881 | m_Intensity: 1 882 | m_Range: 10 883 | m_SpotAngle: 30 884 | m_InnerSpotAngle: 21.80208 885 | m_CookieSize: 10 886 | m_Shadows: 887 | m_Type: 1 888 | m_Resolution: -1 889 | m_CustomResolution: -1 890 | m_Strength: 1 891 | m_Bias: 1 892 | m_NormalBias: 1 893 | m_NearPlane: 0.2 894 | m_CullingMatrixOverride: 895 | e00: 1 896 | e01: 0 897 | e02: 0 898 | e03: 0 899 | e10: 0 900 | e11: 1 901 | e12: 0 902 | e13: 0 903 | e20: 0 904 | e21: 0 905 | e22: 1 906 | e23: 0 907 | e30: 0 908 | e31: 0 909 | e32: 0 910 | e33: 1 911 | m_UseCullingMatrixOverride: 0 912 | m_Cookie: {fileID: 0} 913 | m_DrawHalo: 0 914 | m_Flare: {fileID: 0} 915 | m_RenderMode: 0 916 | m_CullingMask: 917 | serializedVersion: 2 918 | m_Bits: 4294967295 919 | m_RenderingLayerMask: 1 920 | m_Lightmapping: 4 921 | m_LightShadowCasterMode: 0 922 | m_AreaSize: {x: 1, y: 1} 923 | m_BounceIntensity: 1 924 | m_ColorTemperature: 6570 925 | m_UseColorTemperature: 0 926 | m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} 927 | m_UseBoundingSphereOverride: 0 928 | m_ShadowRadius: 0 929 | m_ShadowAngle: 0 930 | --- !u!4 &1906314096 931 | Transform: 932 | m_ObjectHideFlags: 0 933 | m_CorrespondingSourceObject: {fileID: 0} 934 | m_PrefabInstance: {fileID: 0} 935 | m_PrefabAsset: {fileID: 0} 936 | m_GameObject: {fileID: 1906314093} 937 | m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} 938 | m_LocalPosition: {x: 0, y: 3, z: 0} 939 | m_LocalScale: {x: 1, y: 1, z: 1} 940 | m_Children: [] 941 | m_Father: {fileID: 0} 942 | m_RootOrder: 2 943 | m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} 944 | --- !u!1001 &2048148552 945 | PrefabInstance: 946 | m_ObjectHideFlags: 0 947 | serializedVersion: 2 948 | m_Modification: 949 | m_TransformParent: {fileID: 0} 950 | m_Modifications: 951 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 952 | type: 3} 953 | propertyPath: m_LocalPosition.x 954 | value: 0.504 955 | objectReference: {fileID: 0} 956 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 957 | type: 3} 958 | propertyPath: m_LocalPosition.y 959 | value: 5.934208e-18 960 | objectReference: {fileID: 0} 961 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 962 | type: 3} 963 | propertyPath: m_LocalPosition.z 964 | value: 1.744 965 | objectReference: {fileID: 0} 966 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 967 | type: 3} 968 | propertyPath: m_LocalRotation.x 969 | value: 0 970 | objectReference: {fileID: 0} 971 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 972 | type: 3} 973 | propertyPath: m_LocalRotation.y 974 | value: -0 975 | objectReference: {fileID: 0} 976 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 977 | type: 3} 978 | propertyPath: m_LocalRotation.z 979 | value: -0 980 | objectReference: {fileID: 0} 981 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 982 | type: 3} 983 | propertyPath: m_LocalRotation.w 984 | value: 1 985 | objectReference: {fileID: 0} 986 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 987 | type: 3} 988 | propertyPath: m_RootOrder 989 | value: 7 990 | objectReference: {fileID: 0} 991 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 992 | type: 3} 993 | propertyPath: m_LocalEulerAnglesHint.x 994 | value: 0 995 | objectReference: {fileID: 0} 996 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 997 | type: 3} 998 | propertyPath: m_LocalEulerAnglesHint.y 999 | value: 0 1000 | objectReference: {fileID: 0} 1001 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 1002 | type: 3} 1003 | propertyPath: m_LocalEulerAnglesHint.z 1004 | value: 0 1005 | objectReference: {fileID: 0} 1006 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 1007 | type: 3} 1008 | propertyPath: m_LocalScale.x 1009 | value: 0.71217 1010 | objectReference: {fileID: 0} 1011 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 1012 | type: 3} 1013 | propertyPath: m_LocalScale.y 1014 | value: 0.71217 1015 | objectReference: {fileID: 0} 1016 | - target: {fileID: -4216859302048453862, guid: 2b5ad323f2fd6814a8017c2093799238, 1017 | type: 3} 1018 | propertyPath: m_LocalScale.z 1019 | value: 0.71217 1020 | objectReference: {fileID: 0} 1021 | - target: {fileID: -1504981713932161579, guid: 2b5ad323f2fd6814a8017c2093799238, 1022 | type: 3} 1023 | propertyPath: m_Materials.Array.data[0] 1024 | value: 1025 | objectReference: {fileID: 2100000, guid: 56788ea4cec9e554cb03de6be446beef, type: 2} 1026 | - target: {fileID: -927199367670048503, guid: 2b5ad323f2fd6814a8017c2093799238, 1027 | type: 3} 1028 | propertyPath: m_Name 1029 | value: GrassHEx (4) 1030 | objectReference: {fileID: 0} 1031 | m_RemovedComponents: [] 1032 | m_SourcePrefab: {fileID: 100100000, guid: 2b5ad323f2fd6814a8017c2093799238, type: 3} 1033 | --------------------------------------------------------------------------------